Package de.xima.fc.interfaces.workflow
Interface IWorkflowSubmitButton
- 
- All Superinterfaces:
 Serializable
- All Known Implementing Classes:
 WorkflowSubmitButton
public interface IWorkflowSubmitButton extends Serializable
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<XItemConditionsDescriptor>getAndStateConditions()List<XItemConditionsDescriptor>getAndUserGroupConditions()List<String>getDisplayNames()StringgetTechnicalName() 
 - 
 
- 
- 
Method Detail
- 
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
List<String> 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.
 
 
 - 
 
 -