Uses of Class
de.xima.fc.entities.WorkflowState
-
-
Uses of WorkflowState in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return types with arguments of type WorkflowState Modifier and Type Method Description List<WorkflowState>WorkflowStateAPI. getAllByWorkflowVersion(UserContext uc, Projekt project, long versionNumber)Finds all available states for the given workflow version.List<WorkflowState>WorkflowStateAPI. getAllByWorkflowVersion(UserContext uc, WorkflowVersion workflowVersion)Finds all available states for the given workflow version. -
Uses of WorkflowState in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return WorkflowState Modifier and Type Method Description WorkflowStateWorkflowStateDao. getByUuid(IEntityContext ec, WorkflowVersion workflowVersion, UUID uuid)WorkflowStateWorkflowStateDao. getOrCreateSystemState(IEntityContext ec, WorkflowVersion workflowVersion, EWorkflowStateType type)Methods in de.xima.fc.dao.impl that return types with arguments of type WorkflowState Modifier and Type Method Description List<WorkflowState>WorkflowStateDao. createDefaultStates()Deprecated.List<WorkflowState>WorkflowStateDao. createDefaultStates(Locale locale)List<WorkflowState>WorkflowStateDao. getAllByWorkflowVersion(IEntityContext ec, Projekt project, long versionNumber)List<WorkflowState>WorkflowStateDao. getAllByWorkflowVersion(IEntityContext ec, WorkflowVersion workflowVersion)List<WorkflowState>WorkflowStateDao. getAllForActiveVersion(IEntityContext ec, Projekt project)protected IFCDaoActionHook<WorkflowState>WorkflowStateDao. getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type WorkflowState Modifier and Type Method Description Set<de.xima.cmn.dao.interfaces.IEntity<Long>>WorkflowStateDao. getEntityRefs(IEntityContext ec, WorkflowState state)protected static voidWorkflowStateDao. initLazy(WorkflowState state) -
Uses of WorkflowState in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return WorkflowState Modifier and Type Method Description WorkflowStateIWorkflowStateDao. getByUuid(IEntityContext ec, WorkflowVersion workflowVersion, UUID uuid)Finds the state with the given UUID contained in the given workflow version.WorkflowStateIWorkflowStateDao. getOrCreateSystemState(IEntityContext ec, WorkflowVersion workflowVersion, EWorkflowStateType type)Finds the given built-in workflow state.Methods in de.xima.fc.dao.interfaces that return types with arguments of type WorkflowState Modifier and Type Method Description List<WorkflowState>IWorkflowStateDao. createDefaultStates()Deprecated.List<WorkflowState>IWorkflowStateDao. createDefaultStates(Locale locale)Creates the system default workflow statesList<WorkflowState>IWorkflowStateDao. getAllByWorkflowVersion(IEntityContext ec, Projekt project, long versionNumber)Finds all states of the given workflow version.List<WorkflowState>IWorkflowStateDao. getAllByWorkflowVersion(IEntityContext ec, WorkflowVersion workflowVersion)Finds all states of the given workflow version.List<WorkflowState>IWorkflowStateDao. getAllForActiveVersion(IEntityContext ec, Projekt project)Finds all states of the active workflow version of the given project. -
Uses of WorkflowState in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils with parameters of type WorkflowState Modifier and Type Method Description voidProtokollUtils. addStateChangeProtocolEntry(IEntityContext ec, Mandant client, Benutzer user, Vorgang formRecord, WorkflowState oldState, WorkflowState newState)voidProtokollUtils. addStateChangeProtocolEntry(IEntityContext ec, Mandant client, IUser user, Vorgang formRecord, WorkflowState oldState, WorkflowState newState)Adds a protocol entry for a state change, i.e. -
Uses of WorkflowState in de.xima.fc.entities
Methods in de.xima.fc.entities that return WorkflowState Modifier and Type Method Description WorkflowStateWorkflowState. cloneBasics()WorkflowStateVorgang. getCurrentWorkflowState()WorkflowStateVorgang. getOldWorkflowState()WorkflowStateWorkflowStateAuthenticatorConfig. getWorkflowState()Methods in de.xima.fc.entities that return types with arguments of type WorkflowState Modifier and Type Method Description List<WorkflowState>WorkflowVersion. getStates()Methods in de.xima.fc.entities with parameters of type WorkflowState Modifier and Type Method Description voidWorkflowVersion. addState(WorkflowState state)Adds the given state to this version, and setsgetVersion()to this version.voidVorgang. setCurrentWorkflowState(WorkflowState currentWorkflowState)Deprecated.For Hibernate only, in most cases you should useVorgang.setNewWorkflowState(WorkflowState).voidVorgang. setNewWorkflowState(WorkflowState newWorkflowState)Sets the new workflow state of this form record and stores the old workflow state.voidVorgang. setNewWorkflowState(WorkflowState newWorkflowState, boolean forceUpdate)Sets the new workflow state of this form record and stores the old workflow state.voidWorkflowStateAuthenticatorConfig. setWorkflowState(WorkflowState workflowState)Method parameters in de.xima.fc.entities with type arguments of type WorkflowState Modifier and Type Method Description voidWorkflowVersion. setStates(List<WorkflowState> states)Constructors in de.xima.fc.entities with parameters of type WorkflowState Constructor Description WorkflowStateAuthenticatorConfig(WorkflowState workflowState, IAuthenticator<?> authenticator, Map<String,String> attributes)WorkflowStateAuthenticatorConfig(WorkflowState workflowState, EAuthClientType authenticatorType)WorkflowStateAuthenticatorConfig(WorkflowState workflowState, EAuthClientType authenticatorType, Map<String,String> attributes) -
Uses of WorkflowState in de.xima.fc.form.render
Fields in de.xima.fc.form.render declared as WorkflowState Modifier and Type Field Description protected WorkflowStateFormRenderContext. workflowStateMethods in de.xima.fc.form.render that return WorkflowState Modifier and Type Method Description WorkflowStateFormRenderContext. getWorkflowState()Methods in de.xima.fc.form.render with parameters of type WorkflowState Modifier and Type Method Description voidFormRenderContext. setWorkflowState(WorkflowState workflowState) -
Uses of WorkflowState in de.xima.fc.gui.bean.designer
Methods in de.xima.fc.gui.bean.designer that return WorkflowState Modifier and Type Method Description WorkflowStateDesignerPreviewPageBean. getSelectedWfState()Methods in de.xima.fc.gui.bean.designer that return types with arguments of type WorkflowState Modifier and Type Method Description List<WorkflowState>DesignerPreviewPageBean. getAllWorkflowStates()Methods in de.xima.fc.gui.bean.designer with parameters of type WorkflowState Modifier and Type Method Description voidDesignerPreviewPageBean. setSelectedWfState(WorkflowState selectedWfState) -
Uses of WorkflowState in de.xima.fc.gui.bean.designer.request
Methods in de.xima.fc.gui.bean.designer.request that return types with arguments of type WorkflowState Modifier and Type Method Description List<WorkflowState>FetchWorkflowConfigResponse. getStates()Constructor parameters in de.xima.fc.gui.bean.designer.request with type arguments of type WorkflowState Constructor Description FetchWorkflowConfigResponse(WorkflowProcess process, List<WorkflowState> states)Creates a new POJO with the given data. -
Uses of WorkflowState in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return types with arguments of type WorkflowState Modifier and Type Method Description List<WorkflowState>ProjectImportBean. getImportWorkflowStates() -
Uses of WorkflowState in de.xima.fc.gui.model.params
Methods in de.xima.fc.gui.model.params that return WorkflowState Modifier and Type Method Description WorkflowStatePreviewParams. getWfState()Methods in de.xima.fc.gui.model.params with parameters of type WorkflowState Modifier and Type Method Description PreviewParams.BuilderPreviewParams.Builder. withWfState(WorkflowState wfState) -
Uses of WorkflowState in de.xima.fc.gui.validator.name
Methods in de.xima.fc.gui.validator.name with parameters of type WorkflowState Modifier and Type Method Description protected voidUniqueWorkflowStateNameValidator. addScope(de.xima.cmn.criteria.QueryCriteriaManager qcm, WorkflowState entity) -
Uses of WorkflowState in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return types with arguments of type WorkflowState Modifier and Type Method Description List<WorkflowState>WorkflowStateHandler. getAllByWorkflowVersion(UserContext uc, Projekt project, long versionNumber)List<WorkflowState>WorkflowStateHandler. getAllByWorkflowVersion(UserContext uc, WorkflowVersion workflowVersion) -
Uses of WorkflowState in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type WorkflowState Modifier and Type Method Description List<WorkflowState>IWorkflowStateHandler. getAllByWorkflowVersion(UserContext uc, Projekt project, long versionNumber)Finds all available states for the given workflow version.List<WorkflowState>IWorkflowStateHandler. getAllByWorkflowVersion(UserContext uc, WorkflowVersion workflowVersion)Finds all available states for the given workflow version. -
Uses of WorkflowState in de.xima.fc.importer.mdl
Methods in de.xima.fc.importer.mdl that return WorkflowState Modifier and Type Method Description WorkflowStateStateMapperModel. getNewWorkflowState()WorkflowStateStateMapperModel. getOldWorkflowState()Methods in de.xima.fc.importer.mdl with parameters of type WorkflowState Modifier and Type Method Description voidStateMapperModel. setNewWorkflowState(WorkflowState newWorkflowState)Constructors in de.xima.fc.importer.mdl with parameters of type WorkflowState Constructor Description StateMapperModel(WorkflowState oldWorkflowState, int oldStateRecordsCount) -
Uses of WorkflowState in de.xima.fc.importer.project
Methods in de.xima.fc.importer.project that return types with arguments of type WorkflowState Modifier and Type Method Description List<WorkflowState>ProjectImporter. getWorkflowStates() -
Uses of WorkflowState in de.xima.fc.inbox.model
Methods in de.xima.fc.inbox.model that return WorkflowState Modifier and Type Method Description WorkflowStateFormRecordExtendedListItem. getWorkflowState()Constructors in de.xima.fc.inbox.model with parameters of type WorkflowState Constructor Description FormRecordSelectItem(Long formRecordId, boolean read, boolean processing, Status state, WorkflowState workflowState, WorkflowVersion workflowVersion)Deprecated. -
Uses of WorkflowState in de.xima.fc.inbox.utils
Methods in de.xima.fc.inbox.utils with parameters of type WorkflowState Modifier and Type Method Description static StringInboxUtils. getFormRecordStateDisplayName(boolean newWorkflow, boolean saved, WorkflowState wfState, Status status, String verifyUuid, Date verifyDate, Locale locale) -
Uses of WorkflowState in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return WorkflowState Modifier and Type Method Description WorkflowStateIFormRenderContext. getWorkflowState()Methods in de.xima.fc.interfaces.form with parameters of type WorkflowState Modifier and Type Method Description voidIFormRenderContext. setWorkflowState(WorkflowState workflowState) -
Uses of WorkflowState in de.xima.fc.interfaces.form.record
Methods in de.xima.fc.interfaces.form.record that return WorkflowState Modifier and Type Method Description WorkflowStateIFormRecordBaseData. getCurrentWorkflowState() -
Uses of WorkflowState in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return WorkflowState Modifier and Type Method Description default WorkflowStateIWorkflowFormHandler. changeState(WorkflowState targetState)Deprecated.WorkflowStateIWorkflowFormHandler. changeState(WorkflowState targetState, boolean skipWhenSameState)Change the state of the form record to the given state.Methods in de.xima.fc.interfaces.workflow.execution with parameters of type WorkflowState Modifier and Type Method Description default WorkflowStateIWorkflowFormHandler. changeState(WorkflowState targetState)Deprecated.WorkflowStateIWorkflowFormHandler. changeState(WorkflowState targetState, boolean skipWhenSameState)Change the state of the form record to the given state. -
Uses of WorkflowState in de.xima.fc.mdl.auth.config.view
Methods in de.xima.fc.mdl.auth.config.view with parameters of type WorkflowState Modifier and Type Method Description abstract WorkflowStateAuthenticatorConfigAConfigViewModel. toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID,ClientAuthenticator> clientAuthDao, Function<UUID,SystemAuthenticator> systemAuthDao)WorkflowStateAuthenticatorConfigAnonymousConfigViewModel. toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID,ClientAuthenticator> clientAuthDao, Function<UUID,SystemAuthenticator> systemAuthDao)WorkflowStateAuthenticatorConfigBaseConfigViewModel. toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID,ClientAuthenticator> clientAuthDao, Function<UUID,SystemAuthenticator> systemAuthDao)WorkflowStateAuthenticatorConfigPasswordConfigViewModel. toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID,ClientAuthenticator> clientAuthDao, Function<UUID,SystemAuthenticator> systemAuthDao) -
Uses of WorkflowState in de.xima.fc.mdl.form.record
Methods in de.xima.fc.mdl.form.record that return WorkflowState Modifier and Type Method Description WorkflowStateFormRecordBaseData. getCurrentWorkflowState()Methods in de.xima.fc.mdl.form.record with parameters of type WorkflowState Modifier and Type Method Description voidFormRecordBaseData.Builder. withCurrentWorkflowState(WorkflowState currentWorkflowState) -
Uses of WorkflowState in de.xima.fc.mdl.print
Methods in de.xima.fc.mdl.print that return WorkflowState Modifier and Type Method Description WorkflowStatePrintJob. getWorkflowState()Methods in de.xima.fc.mdl.print with parameters of type WorkflowState Modifier and Type Method Description voidPrintJob. setWorkflowState(WorkflowState workflowState) -
Uses of WorkflowState in de.xima.fc.ms.test.workflow
Fields in de.xima.fc.ms.test.workflow declared as WorkflowState Modifier and Type Field Description protected WorkflowStateAWorkflowEngineTest. stateprotected WorkflowStateAWorkflowEngineTest. stateArchivedMethods in de.xima.fc.ms.test.workflow with parameters of type WorkflowState Modifier and Type Method Description protected voidAEventRunnerTest. assertFormRecordIsInState(Vorgang formRecord, WorkflowState state)protected voidAEventRunnerTest. assertFormRecordIsInState(WorkflowState state) -
Uses of WorkflowState in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return WorkflowState Modifier and Type Method Description static WorkflowStateEntityDummyFactory. dummyWorkflowState(String name, WorkflowVersion version)Methods in de.xima.fc.testhelper with parameters of type WorkflowState Modifier and Type Method Description static VorgangEntityDummyFactory. dummyFormRecord(String subject, Projekt project, IUser user, WorkflowState state) -
Uses of WorkflowState in de.xima.fc.web.common.utils.auth
Methods in de.xima.fc.web.common.utils.auth with parameters of type WorkflowState Modifier and Type Method Description static booleanAuthHelper. isAnonymousAuthenticationAllowed(WorkflowState state) -
Uses of WorkflowState in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return WorkflowState Modifier and Type Method Description WorkflowStateWorkflowStateModel. toWorkflowState(Function<UUID,BenutzerGruppe> userGroupDao, Function<UUID,ClientAuthenticator> clientAuthDao, Function<UUID,SystemAuthenticator> systemAuthDao)Methods in de.xima.fc.workflow with parameters of type WorkflowState Modifier and Type Method Description static WorkflowStateModelWorkflowStateModel. forWorkflowState(WorkflowState workflowState, Locale locale)Constructors in de.xima.fc.workflow with parameters of type WorkflowState Constructor Description SupplyDefaultWorkflowStatePostProcessor(WorkflowState defaultState) -
Uses of WorkflowState in de.xima.fc.workflow.converter
Methods in de.xima.fc.workflow.converter that return types with arguments of type WorkflowState Modifier and Type Method Description static List<WorkflowState>FlowchartModelConverter. toDataModel(IEntityContext ec, Mandant client, List<WorkflowStateModel> states) -
Uses of WorkflowState in de.xima.fc.workflow.designer.helper
Method parameters in de.xima.fc.workflow.designer.helper with type arguments of type WorkflowState Modifier and Type Method Description static WorkflowStateModelWorkflowStateHelper. createNewState(WorkflowStateListModel stateListModel, Locale locale, String targetName, Consumer<WorkflowState> configurator)Creates a new state with the defaults and no authenticators.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. -
Uses of WorkflowState in de.xima.fc.workflow.designer.model
Method parameters in de.xima.fc.workflow.designer.model with type arguments of type WorkflowState Modifier and Type Method Description WorkflowElementListWorkflowEntityReferences. getReferences(Class<WorkflowState> entityType, UUID uuid) -
Uses of WorkflowState in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type WorkflowState Modifier and Type Method Description static WorkflowNodeWorkflowNodeFactory. changeState(WorkflowState state)Creates a new workflow node for aEWorkflowNodeType.FC_CHANGE_STATEthat changes the current form record to the given state.static FcChangeStatePropsWorkflowNodePropsFactory. changeState(WorkflowState state)Creates a new workflow node model for aEWorkflowNodeType.FC_CHANGE_STATEthat changes the current form record to the given state.static WorkflowTriggerWorkflowTriggerFactory. stateTimer(WorkflowState state, Duration duration)static FcStateTimerPropsWorkflowTriggerPropsFactory. stateTimer(WorkflowState state, Duration duration)static WorkflowTriggerWorkflowTriggerFactory. timePointExpression(String dateTimeTemplate, String dateTimeFormat, WorkflowState... allowedStates)static WorkflowTriggerWorkflowTriggerFactory. timePointExpression(String dateTimeTemplate, String dateTimeFormat, ETimePointTriggerOperation offsetOperation, String offsetDuration, ETimePointTriggerDurationUnit offsetUnit, WorkflowState... allowedStates)static FcTimePointPropsWorkflowTriggerPropsFactory. timePointExpression(String dateTimeTemplate, String dateTimeFormat, WorkflowState... allowedStates)static FcTimePointPropsWorkflowTriggerPropsFactory. timePointExpression(String dateTimeTemplate, String dateTimeFormat, ETimePointTriggerOperation offsetOperation, String offsetDuration, ETimePointTriggerDurationUnit offsetUnit, WorkflowState... allowedStates)static WorkflowTriggerWorkflowTriggerFactory. timePointExpressionOrPast(String dateTimeTemplate, String dateTimeFormat, WorkflowState... allowedStates)static WorkflowTriggerWorkflowTriggerFactory. timePointExpressionOrPast(String dateTimeTemplate, String dateTimeFormat, ETimePointTriggerOperation offsetOperation, String offsetDuration, ETimePointTriggerDurationUnit offsetUnit, WorkflowState... allowedStates)static FcTimePointPropsWorkflowTriggerPropsFactory. timePointExpressionOrPast(String dateTimeTemplate, String dateTimeFormat, WorkflowState... allowedStates)static FcTimePointPropsWorkflowTriggerPropsFactory. timePointExpressionOrPast(String dateTimeTemplate, String dateTimeFormat, ETimePointTriggerOperation offsetOperation, String offsetDuration, ETimePointTriggerDurationUnit offsetUnit, WorkflowState... allowedStates)Method parameters in de.xima.fc.workflow.processor.factory with type arguments of type WorkflowState Modifier and Type Method Description static WorkflowTriggerWorkflowTriggerFactory. manual(Iterable<WorkflowState> states, Iterable<BenutzerGruppe> userGroups)Creates a new event of typeEWorkflowTriggerType.FC_MANUALthat occurs when a user initiates it.static FcManualPropsWorkflowTriggerPropsFactory. manual(Iterable<WorkflowState> states, Iterable<BenutzerGruppe> userGroups)Creates a new model of typeEWorkflowTriggerType.FC_MANUALthat occurs when a user initiates it.static WorkflowTriggerWorkflowTriggerFactory. timePointFixed(Instant instant, Iterable<WorkflowState> allowedStates)Creates a new event of typeEWorkflowTriggerType.FC_TIME_POINTthat occurs at a certain point in time.static WorkflowTriggerWorkflowTriggerFactory. timePointFixed(Instant instant, ZoneId zoneId, Iterable<WorkflowState> allowedStates)Creates a new event of typeEWorkflowTriggerType.FC_TIME_POINTthat occurs at a certain point in time.static WorkflowTriggerWorkflowTriggerFactory. timePointFixed(LocalDateTime dateTime, ZoneId zoneId, Iterable<WorkflowState> allowedStates)Creates a new event of typeEWorkflowTriggerType.FC_TIME_POINTthat occurs at a certain point in time.static FcTimePointPropsWorkflowTriggerPropsFactory. timePointFixed(Instant instant, Iterable<WorkflowState> allowedStates)Creates a new model of typeEWorkflowTriggerType.FC_TIME_POINTthat occurs at a certain point in time.static FcTimePointPropsWorkflowTriggerPropsFactory. timePointFixed(Instant instant, ZoneId zoneId, Iterable<WorkflowState> allowedStates)Creates a new model of typeEWorkflowTriggerType.FC_TIME_POINTthat occurs at a certain point in time.static FcTimePointPropsWorkflowTriggerPropsFactory. timePointFixed(LocalDateTime dateTime, ZoneId zoneId, Iterable<WorkflowState> allowedStates)Creates a new model of typeEWorkflowTriggerType.FC_TIME_POINTthat occurs at a certain point in time.static WorkflowTriggerWorkflowTriggerFactory. timePointFixedOrPast(Instant instant, Iterable<WorkflowState> allowedStates)Creates a new event of typeEWorkflowTriggerType.FC_TIME_POINTthat occurs at or after a certain point in time.static WorkflowTriggerWorkflowTriggerFactory. timePointFixedOrPast(Instant instant, ZoneId zoneId, Iterable<WorkflowState> allowedStates)Creates a new event of typeEWorkflowTriggerType.FC_TIME_POINTthat occurs at or after a certain point in time.static WorkflowTriggerWorkflowTriggerFactory. timePointFixedOrPast(LocalDateTime dateTime, ZoneId zoneId, Iterable<WorkflowState> allowedStates)Creates a new event of typeEWorkflowTriggerType.FC_TIME_POINTthat occurs at or after a certain point in time.static FcTimePointPropsWorkflowTriggerPropsFactory. timePointFixedOrPast(Instant instant, Iterable<WorkflowState> allowedStates)Creates a new model of typeEWorkflowTriggerType.FC_TIME_POINTthat occurs at or after a certain point in time.static FcTimePointPropsWorkflowTriggerPropsFactory. timePointFixedOrPast(Instant instant, ZoneId zoneId, Iterable<WorkflowState> allowedStates)Creates a new model of typeEWorkflowTriggerType.FC_TIME_POINTthat occurs at or after a certain point in time.static FcTimePointPropsWorkflowTriggerPropsFactory. timePointFixedOrPast(LocalDateTime dateTime, ZoneId zoneId, Iterable<WorkflowState> allowedStates)Creates a new model of typeEWorkflowTriggerType.FC_TIME_POINTthat occurs at or after a certain point in time. -
Uses of WorkflowState in de.xima.fc.workflow.setup
Methods in de.xima.fc.workflow.setup with parameters of type WorkflowState Modifier and Type Method Description protected booleanStateTimerTriggerSetup. isRemoveJobWhenStateIsDeleted(WorkflowState state, org.quartz.JobDetail jobDetail)protected booleanTimePointTriggerSetup. isRemoveJobWhenStateIsDeleted(WorkflowState state, org.quartz.JobDetail jobDetail) -
Uses of WorkflowState in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type WorkflowState Modifier and Type Method Description static ClientWorkflowStateViewClientWorkflowStateView. forWorkflowState(WorkflowState workflowState, Locale locale)
-