Uses of Class
org.apache.hop.www.HopServerWorkflowStatus
-
Packages that use HopServerWorkflowStatus Package Description org.apache.hop.server org.apache.hop.workflow.engines.remote org.apache.hop.www -
-
Uses of HopServerWorkflowStatus in org.apache.hop.server
Methods in org.apache.hop.server that return HopServerWorkflowStatus Modifier and Type Method Description HopServerWorkflowStatusHopServer. getWorkflowStatus(IVariables variables, String workflowName, String serverObjectId, int startLogLineNr) -
Uses of HopServerWorkflowStatus in org.apache.hop.workflow.engines.remote
Fields in org.apache.hop.workflow.engines.remote declared as HopServerWorkflowStatus Modifier and Type Field Description protected HopServerWorkflowStatusRemoteWorkflowEngine. workflowStatusMethods in org.apache.hop.workflow.engines.remote with parameters of type HopServerWorkflowStatus Modifier and Type Method Description voidRemoteWorkflowEngine. setWorkflowStatus(HopServerWorkflowStatus workflowStatus) -
Uses of HopServerWorkflowStatus in org.apache.hop.www
Methods in org.apache.hop.www that return HopServerWorkflowStatus Modifier and Type Method Description HopServerWorkflowStatusHopServerStatus. findJobStatus(String workflowName, String id)static HopServerWorkflowStatusHopServerWorkflowStatus. fromXml(String xml)Methods in org.apache.hop.www that return types with arguments of type HopServerWorkflowStatus Modifier and Type Method Description List<HopServerWorkflowStatus>HopServerStatus. getWorkflowStatusList()Method parameters in org.apache.hop.www with type arguments of type HopServerWorkflowStatus Modifier and Type Method Description voidHopServerStatus. setWorkflowStatusList(List<HopServerWorkflowStatus> workflowStatusList)
-