Package de.xima.fc.workflow.model.nodes
Class FcChangeStateProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseActionProps
de.xima.fc.workflow.model.nodes.FcChangeStateProps
- All Implemented Interfaces:
IDescriptionProviding
,INameProviding
,Serializable
Model class for the state change workflow action (
EWorkflowNodeType.FC_CHANGE_STATE
).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Key for storing the selected state UUID as aWorkflowNodeSearchTerm
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTION
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Field Details
-
SEARCH_TERM_TARGET_UUID
Key for storing the selected state UUID as aWorkflowNodeSearchTerm
-
-
Constructor Details
-
FcChangeStateProps
public FcChangeStateProps()
-
-
Method Details
-
getTargetState
- Returns:
- The UUID of the new workflow state for the form record.
-
setTargetState
- Parameters:
targetState
- The UUID of the new workflow state for the form record.
-