Uses of Class
de.xima.fc.workflow.designer.model.DrawerPanelModel
-
Packages that use DrawerPanelModel Package Description de.xima.fc.workflow.designer.bean de.xima.fc.workflow.designer.helper de.xima.fc.workflow.designer.model -
-
Uses of DrawerPanelModel in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return DrawerPanelModel Modifier and Type Method Description DrawerPanelModel
WorkflowModelBean. getDrawerPanelModel()
Methods in de.xima.fc.workflow.designer.bean with parameters of type DrawerPanelModel Modifier and Type Method Description void
WorkflowModelBean. setDrawerPanelModel(DrawerPanelModel drawerPanelModel)
-
Uses of DrawerPanelModel in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return DrawerPanelModel Modifier and Type Method Description static DrawerPanelModel
ElementPrototypesHelper. createDrawerPanelModel(IBaseWorkflowEnvironmentData environmentData, IWorkflowProvider provider, boolean devMode)
Creates the model for the drawer panel that contains all available node and trigger prototypes that can be added to the flowchart.Methods in de.xima.fc.workflow.designer.helper with parameters of type DrawerPanelModel Modifier and Type Method Description static List<org.apache.commons.lang3.tuple.Pair<String,List<IElementPrototypeWrapper<?>>>>
ElementPrototypesHelper. getTaskAddPanelItems(DrawerPanelModel drawerPanel)
Filters the given drawer panel model and returns only those element that represent new triggers (not nodes). -
Uses of DrawerPanelModel in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return DrawerPanelModel Modifier and Type Method Description static DrawerPanelModel
DrawerPanelModel. empty()
-