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
The properties model for workflow triggers of type
EWorkflowTriggerType.FC_MANUAL
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Key for storing the selected state UUIDs asWorkflowTriggerSearchTerm
sstatic final String
Key for storing the selected user group UUIDs asWorkflowTriggerSearchTerm
sFields 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
Modifier and TypeMethodDescriptionvoid
setAllowedUserGroups
(List<UuidEntityRef> allowedUserGroups) void
setAllowedWorkflowStates
(List<UuidEntityRef> allowedWorkflowStates) Methods inherited from class de.xima.fc.workflow.taglib.model.BaseTriggerProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Field Details
-
SEARCH_TERM_STATE_UUID
Key for storing the selected state UUIDs asWorkflowTriggerSearchTerm
s -
SEARCH_TERM_USER_GROUP_UUID
Key for storing the selected user group UUIDs asWorkflowTriggerSearchTerm
s
-
-
Constructor Details
-
FcManualProps
public FcManualProps()
-
-
Method Details
-
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
- 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
- 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
- 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.
-