Package org.apache.hop.core.annotations
Annotation Type Action
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface Action
An alternative when defining workflows entries. Classes annotated with "Action" are automatically recognized and registered as a action.Important: The XML definitions alienate annotated transforms and the two methods of definition are therefore mutually exclusive.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringcasesUrlintcategoryStringcategoryDescriptionStringclassLoaderGroupStringdescriptionStringdocumentationUrlStringforumUrlStringimageString[]keywordsStringnameStringsuggestionStringversion
-
-
-
Element Detail
-
id
String id
-
-
-
name
String name
- Default:
- ""
-
-
-
description
String description
- Default:
- ""
-
-
-
image
String image
- Default:
- ""
-
-
-
version
String version
- Default:
- ""
-
-
-
categoryDescription
String categoryDescription
- Default:
- ""
-
-
-
documentationUrl
String documentationUrl
- Default:
- ""
-
-
-
casesUrl
String casesUrl
- Default:
- ""
-
-
-
forumUrl
String forumUrl
- Default:
- ""
-
-
-
classLoaderGroup
String classLoaderGroup
- Default:
- ""
-
-
-
suggestion
String suggestion
- Default:
- ""
-
-
-
keywords
String[] keywords
- Default:
- {}
-
-