Class DrawerPanelModel
java.lang.Object
de.xima.fc.workflow.designer.model.DrawerPanelModel
- All Implemented Interfaces:
Serializable
Model that stores the available prototypes for the workflow elements. Available prototypes are shown in the drawer
panel to the left.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDrawerPanelModel
(List<MainWorkflowElementCategory> mainCategories, List<MainWorkflowElementCategory> triggerMainCategories, List<MainWorkflowElementCategory> nodeMainCategories) -
Method Summary
-
Constructor Details
-
DrawerPanelModel
public DrawerPanelModel(List<MainWorkflowElementCategory> mainCategories, List<MainWorkflowElementCategory> triggerMainCategories, List<MainWorkflowElementCategory> nodeMainCategories)
-
-
Method Details
-
getMainCategories
- Returns:
- List of all main categories for all (node + trigger) workflow prototypes.
-
getNodeMainCategories
- Returns:
- List of all main categories for node workflow prototypes.
-
getTriggerMainCategories
- Returns:
- List of all main categories for trigger workflow prototypes.
-
empty
-