Uses of Class
de.xima.fc.workflow.designer.model.WorkflowStateListModel
-
Packages that use WorkflowStateListModel Package Description de.xima.fc.workflow.designer.bean de.xima.fc.workflow.designer.helper de.xima.fc.workflow.designer.model -
-
Uses of WorkflowStateListModel in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return WorkflowStateListModel Modifier and Type Method Description WorkflowStateListModelWorkflowModelBean. getWorkflowStateListModel()Methods in de.xima.fc.workflow.designer.bean with parameters of type WorkflowStateListModel Modifier and Type Method Description voidWorkflowModelBean. setWorkflowStateListModel(WorkflowStateListModel workflowStateListModel) -
Uses of WorkflowStateListModel in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return WorkflowStateListModel Modifier and Type Method Description static 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 WorkflowStateListModel Modifier and Type Method Description static WorkflowStateModelWorkflowStateHelper. createNewState(WorkflowStateListModel stateListModel, Locale locale, Mandant client)Creates a new state with the defaults and no authenticators.static WorkflowStateModelWorkflowStateHelper. createNewState(WorkflowStateListModel stateListModel, Locale locale, Mandant client, 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 Modifier and Type Method Description static WorkflowStateListModelWorkflowStateListModel. empty()
-