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 WorkflowStateModelStateAddedEvent. getAddedState()WorkflowStateModelStateChangedEvent. getChangedState()WorkflowStateModelStateDeletedEvent. 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 abstract WorkflowStateModelWorkflowStateModel.Builder. build()Builds a newWorkflowStateModelwith the current configuration of this builder.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 voidCustomBackupData. setStates(List<WorkflowStateModel> states)voidStateList. 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 StringWorkflowPersistHelper. createCustomBackupDataJson(List<WorkflowStateModel> states)static FlowchartSnapshotWorkflowPersistHelper. 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 WorkflowVersionFlowchartModelConverter. 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 WorkflowStateModelFcChangeStateBean. 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 WorkflowStateModelStateReferencedByElementsException. getStateModel()WorkflowStateModelStateReferencedByFormRecordException. 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 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 WorkflowStateModelWorkflowStateHelper. deleteState(IBaseWorkflowEnvironmentData env, WorkflowModelBean modelBean, IWorkflowProvider provider, IElementPrototypeWrapper<?> item)static WorkflowStateModelWorkflowStateHelper. 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(IBaseEnvironmentData 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 voidWorkflowStateHelper. dispatchAddStateEvent(DesignerPageBean designerPageBean, WorkflowStateListModel stateListModel, WorkflowStateModel addedState, boolean immediate)static voidWorkflowStateHelper. dispatchChangedStateEvent(DesignerPageBean designerPageBean, WorkflowStateListModel stateListModel, WorkflowStateModel state, String property)static voidWorkflowStateHelper. dispatchDeleteStateEvent(DesignerPageBean designerPageBean, WorkflowStateModel deletedState)static voidWorkflowStateHelper. 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()Methods in de.xima.fc.workflow.designer.model with parameters of type WorkflowStateModel Modifier and Type Method Description booleanAuthenticatorConfigsAssociate. isUpToDate(WorkflowStateModel currentState, List<BaseConfigViewModel> currentConfigs)Method parameters in de.xima.fc.workflow.designer.model with type arguments of type WorkflowStateModel Modifier and Type Method Description voidWorkflowStateListModel. setStates(List<WorkflowStateModel> states)Constructors in de.xima.fc.workflow.designer.model with parameters of type WorkflowStateModel Constructor Description AuthenticatorConfigsAssociate(WorkflowStateModel state, List<BaseConfigViewModel> all, List<BaseConfigViewModel> configs)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)Creates select items for the UI from the given list of workflow states. -
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 ClientWorkflowStateViewClientWorkflowStateView. forWorkflowStateModel(WorkflowStateModel workflowStateModel, Locale locale)
-