Uses of Class
org.apache.hop.workflow.engine.WorkflowEnginePlugin
-
Packages that use WorkflowEnginePlugin Package Description org.apache.hop.workflow.engine org.apache.hop.workflow.engines.local org.apache.hop.workflow.engines.remote -
-
Uses of WorkflowEnginePlugin in org.apache.hop.workflow.engine
Methods in org.apache.hop.workflow.engine with parameters of type WorkflowEnginePlugin Modifier and Type Method Description protected voidWorkflowEnginePluginType. addExtraClasses(Map<Class<?>,String> classMap, Class<?> clazz, WorkflowEnginePlugin annotation)protected StringWorkflowEnginePluginType. extractCasesUrl(WorkflowEnginePlugin annotation)protected StringWorkflowEnginePluginType. extractCategory(WorkflowEnginePlugin annotation)protected StringWorkflowEnginePluginType. extractClassLoaderGroup(WorkflowEnginePlugin annotation)protected StringWorkflowEnginePluginType. extractDesc(WorkflowEnginePlugin annotation)protected StringWorkflowEnginePluginType. extractDocumentationUrl(WorkflowEnginePlugin annotation)protected StringWorkflowEnginePluginType. extractForumUrl(WorkflowEnginePlugin annotation)protected StringWorkflowEnginePluginType. extractID(WorkflowEnginePlugin annotation)protected StringWorkflowEnginePluginType. extractImageFile(WorkflowEnginePlugin annotation)protected StringWorkflowEnginePluginType. extractName(WorkflowEnginePlugin annotation)protected booleanWorkflowEnginePluginType. extractSeparateClassLoader(WorkflowEnginePlugin annotation)protected StringWorkflowEnginePluginType. extractSuggestion(WorkflowEnginePlugin annotation) -
Uses of WorkflowEnginePlugin in org.apache.hop.workflow.engines.local
Classes in org.apache.hop.workflow.engines.local with annotations of type WorkflowEnginePlugin Modifier and Type Class Description classLocalWorkflowEngine -
Uses of WorkflowEnginePlugin in org.apache.hop.workflow.engines.remote
Classes in org.apache.hop.workflow.engines.remote with annotations of type WorkflowEnginePlugin Modifier and Type Class Description classRemoteWorkflowEngine
-