Package de.xima.fc.interfaces.workflow
Interface IWorkflowSubmitButton
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
WorkflowSubmitButton
Represents a submit button of the form. Used, for example, for configuring triggers that are invoked when the form is
submitted.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getAndStateConditions
List<XItemConditionsDescriptor> getAndStateConditions()- Returns:
- A list of conditions on workflow states. The button may be pressed only when all of the conditions are fulfilled.
-
getAndUserGroupConditions
List<XItemConditionsDescriptor> getAndUserGroupConditions()- Returns:
- A list of conditions on user groups. The button may be pressed only when all of the conditions are fulfilled.
-
getDisplayNames
- Returns:
- The name on the button as it is displayed to the user.
-
getTechnicalName
String getTechnicalName()- Returns:
- The internal, technical name of the button, used to identify the button.
-