Uses of Class
org.apache.hop.core.annotations.Action
-
Packages that use Action Package Description org.apache.hop.core.plugins org.apache.hop.workflow.actions.dummy org.apache.hop.workflow.actions.start -
-
Uses of Action in org.apache.hop.core.plugins
Methods in org.apache.hop.core.plugins with parameters of type Action Modifier and Type Method Description protected voidActionPluginType. addExtraClasses(Map<Class<?>,String> classMap, Class<?> clazz, Action annotation)protected StringActionPluginType. extractCasesUrl(Action annotation)protected StringActionPluginType. extractCategory(Action annotation)protected StringActionPluginType. extractClassLoaderGroup(Action annotation)protected StringActionPluginType. extractDesc(Action annotation)protected StringActionPluginType. extractDocumentationUrl(Action annotation)protected StringActionPluginType. extractForumUrl(Action annotation)protected StringActionPluginType. extractID(Action annotation)protected StringActionPluginType. extractImageFile(Action annotation)protected String[]ActionPluginType. extractKeywords(Action annotation)protected StringActionPluginType. extractName(Action annotation)protected booleanActionPluginType. extractSeparateClassLoader(Action annotation)protected StringActionPluginType. extractSuggestion(Action annotation)Constructor parameters in org.apache.hop.core.plugins with type arguments of type Action Constructor Description ActionPluginType(Class<Action> pluginType, String id, String name) -
Uses of Action in org.apache.hop.workflow.actions.dummy
Classes in org.apache.hop.workflow.actions.dummy with annotations of type Action Modifier and Type Class Description classActionDummy -
Uses of Action in org.apache.hop.workflow.actions.start
Classes in org.apache.hop.workflow.actions.start with annotations of type Action Modifier and Type Class Description classActionStartThe start action is starting point for workflow execution.
-