Uses of Class
org.apache.hop.www.HopServerObjectEntry
-
Packages that use HopServerObjectEntry Package Description org.apache.hop.www org.apache.hop.www.jaxrs -
-
Uses of HopServerObjectEntry in org.apache.hop.www
Methods in org.apache.hop.www that return HopServerObjectEntry Modifier and Type Method Description HopServerObjectEntryWorkflowMap. getFirstHopServerObjectEntry(String workflowName)HopServerObjectEntryPipelineMap. getFirstServerObjectEntry(String pipelineName)Methods in org.apache.hop.www that return types with arguments of type HopServerObjectEntry Modifier and Type Method Description List<HopServerObjectEntry>PipelineMap. getPipelineObjects()List<HopServerObjectEntry>WorkflowMap. getWorkflowObjects()Methods in org.apache.hop.www with parameters of type HopServerObjectEntry Modifier and Type Method Description intHopServerObjectEntry. compare(HopServerObjectEntry o1, HopServerObjectEntry o2)intHopServerObjectEntry. compareTo(HopServerObjectEntry o)PipelineConfigurationPipelineMap. getConfiguration(HopServerObjectEntry entry)WorkflowConfigurationWorkflowMap. getConfiguration(HopServerObjectEntry entry)IPipelineEngine<PipelineMeta>PipelineMap. getPipeline(HopServerObjectEntry entry)IWorkflowEngine<WorkflowMeta>WorkflowMap. getWorkflow(HopServerObjectEntry entry)voidPipelineMap. removePipeline(HopServerObjectEntry entry)voidWorkflowMap. removeWorkflow(HopServerObjectEntry entry) -
Uses of HopServerObjectEntry in org.apache.hop.www.jaxrs
Methods in org.apache.hop.www.jaxrs that return HopServerObjectEntry Modifier and Type Method Description static HopServerObjectEntryHopServerResource. getHopServerObjectEntry(String id)Methods in org.apache.hop.www.jaxrs that return types with arguments of type HopServerObjectEntry Modifier and Type Method Description List<HopServerObjectEntry>HopServerResource. getPipelines()List<HopServerObjectEntry>HopServerResource. getWorkflows()
-