Action represents piece of an operations sequence required to apply the result
Modifiers | Name | Description |
---|---|---|
enum |
Action.actionTypes |
Predefined action types |
Type | Name and description |
---|---|
java.lang.String |
actionType Type of an action |
java.lang.String |
entityName Name of the entity to change |
java.lang.String |
entityValue Name of the entity to change |
FWLog |
logger |
Constructor and description |
---|
Action
(Action.actionTypes actionType, java.lang.String entityName, java.lang.String entityValue) Default constructor. |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
appendValue(java.lang.String value) |
|
void |
apply() This method should contain the implementation for applying a value to entity. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Type of an action
Name of the entity to change
Name of the entity to change
Default constructor.
actionType
- actionTypeentityName
- entityNameentityValue
- entityValueGroovy Documentation