Annotation Interface Trigger
Annotation used for trigger declaration.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe cardinalty of the trigger, specifies if the trigger supports a single or multi execution.The description the triggerThe displayName of the trigger, can be used for translation in the clientThe name of the triggerbooleanMarks the trigger as a preview
-
Element Details
-
name
String nameThe name of the triggere.g. IxCreateTrigger
- Returns:
- The name of the trigger
- Default:
""
-
displayName
String displayNameThe displayName of the trigger, can be used for translation in the client- Returns:
- the displayName of the trigger
- Default:
""
-
description
String descriptionThe description the triggere.g. this is a trigger, which will be executed on ix create events
- Returns:
- the description of the trigger
- Default:
""
-
cardinality
TriggerCardinality cardinalityThe cardinalty of the trigger, specifies if the trigger supports a single or multi execution.- Returns:
- the cardinality of the trigger
- Default:
SINGLE
-
preview
boolean previewMarks the trigger as a preview- Returns:
trueif the trigger is marked as preview, otherwisefalse
- Default:
false
-