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
public final class FcChangeStateProps extends BaseActionProps implements Serializable
Model class for the state change workflow action (EWorkflowNodeType.FC_CHANGE_STATE
).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
SEARCH_TERM_TARGET_UUID
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 Constructor Description FcChangeStateProps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UuidEntityRef
getTargetState()
void
setTargetState(UuidEntityRef targetState)
-
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
-
-
-
Field Detail
-
SEARCH_TERM_TARGET_UUID
public static final String SEARCH_TERM_TARGET_UUID
Key for storing the selected state UUID as aWorkflowNodeSearchTerm
-
-
Method Detail
-
getTargetState
public UuidEntityRef getTargetState()
- Returns:
- The UUID of the new workflow state for the form record.
-
setTargetState
public void setTargetState(UuidEntityRef targetState)
- Parameters:
targetState
- The UUID of the new workflow state for the form record.
-
-