Uses of Class
de.xima.fc.workflow.designer.model.WorkflowStateListModel
Packages that use WorkflowStateListModel
Package
Description
- 
Uses of WorkflowStateListModel in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return WorkflowStateListModelMethods in de.xima.fc.workflow.designer.bean with parameters of type WorkflowStateListModelModifier and TypeMethodDescriptionvoidWorkflowModelBean.setWorkflowStateListModel(WorkflowStateListModel workflowStateListModel)  - 
Uses of WorkflowStateListModel in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return WorkflowStateListModelModifier and TypeMethodDescriptionstatic WorkflowStateListModelWorkflowStateHelper.createStateListModel(IBaseWorkflowEnvironmentData env) Reads the available states from the database and creates the initial state model.Methods in de.xima.fc.workflow.designer.helper with parameters of type WorkflowStateListModelModifier and TypeMethodDescriptionstatic WorkflowStateModelWorkflowStateHelper.createNewState(WorkflowStateListModel stateListModel, Locale locale) Creates a new state with the defaults and no authenticators.static WorkflowStateModelWorkflowStateHelper.createNewState(WorkflowStateListModel stateListModel, Locale locale, String targetName, Consumer<WorkflowState> configurator) Creates a new state with the defaults and no authenticators.static voidWorkflowStateHelper.dispatchAddStateEvent(DesignerPageBean designerPageBean, WorkflowStateListModel stateListModel, WorkflowStateModel addedState, boolean immediate) static voidWorkflowStateHelper.dispatchChangedStateEvent(DesignerPageBean designerPageBean, WorkflowStateListModel stateListModel, WorkflowStateModel state, String property) static voidWorkflowStateHelper.dispatchStateListUpdatedEvent(DesignerPageBean designerPageBean, WorkflowStateListModel stateListModel) static List<WorkflowStateModel>WorkflowStateHelper.getStatesByName(WorkflowStateListModel stateListModel, String stateName, boolean includeDeleted) static booleanWorkflowStateHelper.isDeletable(WorkflowStateListModel stateListModel, IElementPrototypeWrapper<?> item) static booleanWorkflowStateHelper.isMarkedForDeletetion(WorkflowStateListModel stateListModel, IElementPrototypeWrapper<?> item) static booleanWorkflowStateHelper.isRestorable(WorkflowStateListModel stateListModel, IElementPrototypeWrapper<?> item) static booleanWorkflowStateHelper.isStateListSavable(WorkflowStateListModel stateListModel, IWorkflowProvider provider) Check whether the given states are not necessarily valid, but not in such a way that they cannot be saved in the database.static voidWorkflowStateHelper.removeStatesQueuedForDeletion(WorkflowStateListModel stateListModel) Removes all states that were marked for deletion. - 
Uses of WorkflowStateListModel in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return WorkflowStateListModel