Uses of Class
de.xima.fc.workflow.WorkflowStateModel
-
-
Uses of WorkflowStateModel in de.xima.fc.gui.bean.designer.event
Methods in de.xima.fc.gui.bean.designer.event that return WorkflowStateModel Modifier and Type Method Description WorkflowStateModel
StateAddedEvent. getAddedState()
WorkflowStateModel
StateChangedEvent. getChangedState()
WorkflowStateModel
StateDeletedEvent. getDeletedState()
Constructors in de.xima.fc.gui.bean.designer.event with parameters of type WorkflowStateModel Constructor Description StateAddedEvent(EContentView contentView, StateList stateList, WorkflowStateModel addedState, boolean immediate)
StateAddedEvent(String sourceTabId, StateList stateList, WorkflowStateModel addedState, boolean immediate)
StateChangedEvent(EContentView contentView, StateList stateList, WorkflowStateModel changedState, EWorkflowStateModelProperty property, boolean immediate)
StateChangedEvent(String sourceTabId, StateList stateList, WorkflowStateModel changedState, EWorkflowStateModelProperty property, boolean immediate)
StateDeletedEvent(EContentView contentView, StateList stateList, WorkflowStateModel deletedState, boolean immediate)
StateDeletedEvent(String sourceTabId, StateList stateList, WorkflowStateModel deletedState, boolean immediate)
-
Uses of WorkflowStateModel in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type WorkflowStateModel Modifier and Type Method Description List<WorkflowStateModel>
IWorkflowProvider. getAllStates(boolean includeMarkedForDeletion)
-
Uses of WorkflowStateModel in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return WorkflowStateModel Modifier and Type Method Description static WorkflowStateModel
WorkflowStateModel. forState(Status state, Locale locale)
static WorkflowStateModel
WorkflowStateModel. forWorkflowState(WorkflowState workflowState, Locale locale)
Methods in de.xima.fc.workflow that return types with arguments of type WorkflowStateModel Modifier and Type Method Description List<WorkflowStateModel>
CustomBackupData. getStates()
List<WorkflowStateModel>
StateList. getStates()
Method parameters in de.xima.fc.workflow with type arguments of type WorkflowStateModel Modifier and Type Method Description void
CustomBackupData. setStates(List<WorkflowStateModel> states)
void
StateList. setStates(List<WorkflowStateModel> states)
Constructor parameters in de.xima.fc.workflow with type arguments of type WorkflowStateModel Constructor Description StateList(List<WorkflowStateModel> states)
-
Uses of WorkflowStateModel in de.xima.fc.workflow.converter
Method parameters in de.xima.fc.workflow.converter with type arguments of type WorkflowStateModel Modifier and Type Method Description static String
WorkflowPersistHelper. createCustomBackupDataJson(List<WorkflowStateModel> states)
static FlowchartSnapshot
WorkflowPersistHelper. createFlowchartSnapshot(ProcessModel processModel, Map<ElementKey,com.alibaba.fastjson.JSONObject> customParamsMap, List<WorkflowStateModel> stateList)
Creates a flowchart snapshot that represents the given process and state list.static List<WorkflowState>
FlowchartModelConverter. toDataModel(IEntityContext ec, Mandant client, List<WorkflowStateModel> states)
static WorkflowVersion
FlowchartModelConverter. toVersion(IEntityContext ec, Mandant client, WorkflowVersion currentVersion, FlowchartModel flowchartModel, List<WorkflowStateModel> states)
-
Uses of WorkflowStateModel in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type WorkflowStateModel Modifier and Type Method Description List<WorkflowStateModel>
WorkflowProviderBean. getAllStates(boolean includeMarkedForDeletion)
-
Uses of WorkflowStateModel in de.xima.fc.workflow.designer.bean.nodes
Methods in de.xima.fc.workflow.designer.bean.nodes that return WorkflowStateModel Modifier and Type Method Description WorkflowStateModel
FcChangeStateBean. getState()
-
Uses of WorkflowStateModel in de.xima.fc.workflow.designer.exception
Methods in de.xima.fc.workflow.designer.exception that return WorkflowStateModel Modifier and Type Method Description WorkflowStateModel
StateReferencedByElementsException. getStateModel()
WorkflowStateModel
StateReferencedByFormRecordException. getStateModel()
Constructors in de.xima.fc.workflow.designer.exception with parameters of type WorkflowStateModel Constructor Description StateReferencedByElementsException(WorkflowStateModel stateModel, WorkflowElementList elements, Map<NodeKey,String> nodeNames, Map<TriggerKey,String> triggerNames)
StateReferencedByFormRecordException(WorkflowStateModel stateModel, List<ReferencingFormRecord> references)
-
Uses of WorkflowStateModel in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return WorkflowStateModel 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 WorkflowStateModel
WorkflowStateHelper. deleteState(IBaseWorkflowEnvironmentData env, WorkflowModelBean modelBean, IWorkflowProvider provider, IElementPrototypeWrapper<?> item)
static WorkflowStateModel
WorkflowStateHelper. restoreState(IBaseWorkflowEnvironmentData env, WorkflowModelBean modelBean, IWorkflowProvider provider, IElementPrototypeWrapper<?> item)
Methods in de.xima.fc.workflow.designer.helper that return types with arguments of type WorkflowStateModel Modifier and Type Method Description static List<WorkflowStateModel>
WorkflowStateHelper. getStatesByName(WorkflowStateListModel stateListModel, String stateName, boolean includeDeleted)
static List<WorkflowStateModel>
WorkflowStateHelper. mergeWorkflowStates(IBaseWorkflowEnvironmentData env, ProcessModel process, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, List<WorkflowState> oldStates, List<WorkflowStateModel> newStates)
Used when a backup is loaded.Methods in de.xima.fc.workflow.designer.helper with parameters of type WorkflowStateModel Modifier and Type Method Description 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. dispatchDeleteStateEvent(DesignerPageBean designerPageBean, WorkflowStateModel deletedState)
static void
WorkflowStateHelper. insertState(IBaseWorkflowEnvironmentData env, WorkflowModelBean modelBean, IWorkflowProvider provider, WorkflowStateModel newState)
-
Uses of WorkflowStateModel in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type WorkflowStateModel Modifier and Type Method Description List<WorkflowStateModel>
UnpackedFlowchartSnapshot. getMergedStates()
List<WorkflowStateModel>
WorkflowStateListModel. getStates()
List<WorkflowStateModel>
WorkflowStateListModel. getStatesNotQueuedForDeletion()
Method parameters in de.xima.fc.workflow.designer.model with type arguments of type WorkflowStateModel Modifier and Type Method Description void
WorkflowStateListModel. setStates(List<WorkflowStateModel> states)
Constructor parameters in de.xima.fc.workflow.designer.model with type arguments of type WorkflowStateModel Constructor Description UnpackedFlowchartSnapshot(ProcessModel processModel, Map<ElementKey,com.alibaba.fastjson.JSONObject> paramsMap, List<WorkflowStateModel> mergedStates)
Creates a new POJO with the given data.WorkflowStateListModel(List<WorkflowStateModel> states)
-
Uses of WorkflowStateModel in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type WorkflowStateModel Modifier and Type Method Description static List<WorkflowStateModel>
WorkflowProviderHelper. computeAllStateModels(IEntityContext ec, WorkflowVersion workflowVersion, Locale locale)
Method parameters in de.xima.fc.workflow.processor.logic with type arguments of type WorkflowStateModel Modifier and Type Method Description static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>>
WorkflowProviderHelper. createStateSelectItems(List<WorkflowStateModel> states, Locale locale)
-
Uses of WorkflowStateModel in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type WorkflowStateModel Modifier and Type Method Description List<WorkflowStateModel>
ValidationWorkflowProvider. getAllStates(boolean includeMarkedForDeletion)
-
Uses of WorkflowStateModel in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type WorkflowStateModel Modifier and Type Method Description static ClientWorkflowStateView
ClientWorkflowStateView. forWorkflowStateModel(WorkflowStateModel workflowStateModel, Locale locale)
-