Package de.xima.fc.interfaces.workflow
Interface IWorkflowQualifiedSubmitButton
- 
- All Superinterfaces:
 Serializable
- All Known Implementing Classes:
 WorkflowQualifiedSubmitButton
public interface IWorkflowQualifiedSubmitButton 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 ESubmitButtonActiongetAction()List<XItemConditionsDescriptor>getAndStateConditions()List<XItemConditionsDescriptor>getAndUserGroupConditions()StringgetDisplayName()StringgetElementName()StringgetPageName()StringgetTechnicalName()StringgetTooltip() 
 - 
 
- 
- 
Method Detail
- 
getAction
ESubmitButtonAction getAction()
- Returns:
 - The action that is performed when the submit button is pressed.
 
 
- 
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.
 
 
- 
getDisplayName
String getDisplayName()
- Returns:
 - The name on the button as it is displayed to the user.
 
 
- 
getElementName
String getElementName()
- Returns:
 - The name of the button group form element that contains the button.
 
 
- 
getPageName
String getPageName()
- Returns:
 - The name of the page that contains this button.
 
 
- 
getTechnicalName
String getTechnicalName()
- Returns:
 - The internal, technical name of the button, used to identify the button.
 
 
- 
getTooltip
String getTooltip()
- Returns:
 - The tooltip of the button that appears when the user hovers over the button.
 
 
 - 
 
 -