UpdateActionType

UpdateActionType

If the timeline simulation system is used, this simple action type generator outputs the current 'action' type of a tuple update.The default output values are:
New entries: NEW
Changed entries: CHANGE
Deleted entries: DELETE

Attributes
Name Description Required Min Max Allowed Values
name (Class)Name of this element. Used to identify plugin Class. Full name is required. Example: com.en.myPluginPackage.myPuginClass no 0 1
id Identification String of this element. May be used to uniquely identify a field within the children of an Element. no 0 1
Nodes
Name Description Required Min Max Allowed Values
changeName Content type: String
The generated string for a changed entry.
Default: CHANGE
no 0 1
deleteName Content type: String
The generated string for a deleted entry.
Default: DELETE
no 0 1
newName Content type: String
The generated string for a new entry.
Default: NEW
no 0 1
2.7-83fb0 | 2020-04-22