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:
  • Field Details

    • SEARCH_TERM_TARGET_UUID

      public static final String SEARCH_TERM_TARGET_UUID
      Key for storing the selected state UUID as a WorkflowNodeSearchTerm
  • Constructor Details

    • FcChangeStateProps

      public FcChangeStateProps()
  • Method Details

    • 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.