Class FcManualProps

    • Constructor Detail

      • FcManualProps

        public FcManualProps()
    • Method Detail

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