Class FcManualProps

java.lang.Object
de.xima.fc.workflow.taglib.model.BaseTriggerProps
de.xima.fc.workflow.model.triggers.FcManualProps
All Implemented Interfaces:
IDescriptionProviding, INameProviding, Serializable

public final class FcManualProps extends BaseTriggerProps
The properties model for workflow triggers of type EWorkflowTriggerType.FC_MANUAL.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Field Details

  • Constructor Details

    • FcManualProps

      public FcManualProps()
  • Method Details

    • getAllowedUserGroups

      public List<UuidEntityRef> getAllowedUserGroups()
      Returns:
      A list of all user groups that may initiate the manual trigger in the inbox. When this list is empty, all user groups are allowed to initiate the manual trigger.
    • getAllowedWorkflowStates

      public List<UuidEntityRef> getAllowedWorkflowStates()
      Returns:
      A list of workflow states for which the manual trigger may be initiated in the inbox. When this list is empty, the manual trigger may be initiated irrespective of the workflow state of the form record.
    • setAllowedUserGroups

      public void setAllowedUserGroups(List<UuidEntityRef> allowedUserGroups)
      Parameters:
      allowedUserGroups - A list of all user groups that may initiate the manual trigger in the inbox. When this list is empty, all user groups are allowed to initiate the manual trigger.
    • setAllowedWorkflowStates

      public void setAllowedWorkflowStates(List<UuidEntityRef> allowedWorkflowStates)
      Parameters:
      allowedWorkflowStates - A list of workflow states for which the manual trigger may be initiated in the inbox. When this list is empty, the manual trigger may be initiated irrespective of the workflow state of the form record.