Class DrawerPanelModel
- java.lang.Object
 - 
- de.xima.fc.workflow.designer.model.DrawerPanelModel
 
 
- 
- All Implemented Interfaces:
 Serializable
public class DrawerPanelModel extends Object implements 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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DrawerPanelModel(List<MainWorkflowElementCategory> mainCategories, List<MainWorkflowElementCategory> triggerMainCategories, List<MainWorkflowElementCategory> nodeMainCategories) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DrawerPanelModelempty()List<MainWorkflowElementCategory>getMainCategories()List<MainWorkflowElementCategory>getNodeMainCategories()List<MainWorkflowElementCategory>getTriggerMainCategories() 
 - 
 
- 
- 
Constructor Detail
- 
DrawerPanelModel
public DrawerPanelModel(List<MainWorkflowElementCategory> mainCategories, List<MainWorkflowElementCategory> triggerMainCategories, List<MainWorkflowElementCategory> nodeMainCategories)
 
 - 
 
- 
Method Detail
- 
getMainCategories
public List<MainWorkflowElementCategory> getMainCategories()
- Returns:
 - List of all main categories for all (node + trigger) workflow prototypes.
 
 
- 
getNodeMainCategories
public List<MainWorkflowElementCategory> getNodeMainCategories()
- Returns:
 - List of all main categories for node workflow prototypes.
 
 
- 
getTriggerMainCategories
public List<MainWorkflowElementCategory> getTriggerMainCategories()
- Returns:
 - List of all main categories for trigger workflow prototypes.
 
 
- 
empty
public static DrawerPanelModel empty()
 
 - 
 
 -