Uses of Class
org.apache.hop.www.WebResult
-
Packages that use WebResult Package Description org.apache.hop.server org.apache.hop.www -
-
Uses of WebResult in org.apache.hop.server
Methods in org.apache.hop.server that return WebResult Modifier and Type Method Description WebResultHopServer. pauseResumePipeline(IVariables variables, String pipelineName, String serverObjectId)WebResultHopServer. removePipeline(IVariables variables, String pipelineName, String serverObjectId)WebResultHopServer. removeWorkflow(IVariables variables, String workflowName, String serverObjectId)WebResultHopServer. startPipeline(IVariables variables, String pipelineName, String serverObjectId)WebResultHopServer. startWorkflow(IVariables variables, String workflowName, String serverObjectId)WebResultHopServer. stopPipeline(IVariables variables, String pipelineName, String serverObjectId)WebResultHopServer. stopWorkflow(IVariables variables, String pipelineName, String serverObjectId) -
Uses of WebResult in org.apache.hop.www
Fields in org.apache.hop.www declared as WebResult Modifier and Type Field Description static WebResultWebResult. OKMethods in org.apache.hop.www that return WebResult Modifier and Type Method Description static WebResultWebResult. fromXmlString(String xml)
-