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 WorkflowStateListModel
WorkflowModelBean. getWorkflowStateListModel()
Methods in de.xima.fc.workflow.designer.bean with parameters of type WorkflowStateListModel Modifier and Type Method Description void
WorkflowModelBean. 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 WorkflowStateListModel
WorkflowStateHelper. 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 WorkflowStateModel
WorkflowStateHelper. createNewState(WorkflowStateListModel stateListModel, Locale locale)
Creates a new state with the defaults and no authenticators.static WorkflowStateModel
WorkflowStateHelper. createNewState(WorkflowStateListModel stateListModel, Locale locale, String targetName, Consumer<WorkflowState> configurator)
Creates a new state with the defaults and no authenticators.static void
WorkflowStateHelper. dispatchAddStateEvent(DesignerPageBean designerPageBean, WorkflowStateListModel stateListModel, WorkflowStateModel addedState, boolean immediate)
static void
WorkflowStateHelper. dispatchChangedStateEvent(DesignerPageBean designerPageBean, WorkflowStateListModel stateListModel, WorkflowStateModel state, String property)
static void
WorkflowStateHelper. dispatchStateListUpdatedEvent(DesignerPageBean designerPageBean, WorkflowStateListModel stateListModel)
static List<WorkflowStateModel>
WorkflowStateHelper. getStatesByName(WorkflowStateListModel stateListModel, String stateName, boolean includeDeleted)
static boolean
WorkflowStateHelper. isDeletable(WorkflowStateListModel stateListModel, IElementPrototypeWrapper<?> item)
static boolean
WorkflowStateHelper. isMarkedForDeletetion(WorkflowStateListModel stateListModel, IElementPrototypeWrapper<?> item)
static boolean
WorkflowStateHelper. isRestorable(WorkflowStateListModel stateListModel, IElementPrototypeWrapper<?> item)
static boolean
WorkflowStateHelper. 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 void
WorkflowStateHelper. 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 WorkflowStateListModel
WorkflowStateListModel. empty()
-