Uses of Class
de.xima.fc.entities.WorkflowState
Packages that use WorkflowState
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of WorkflowState in de.xima.fc.api.entity
Subclasses with type arguments of type WorkflowState in de.xima.fc.api.entityMethods in de.xima.fc.api.entity that return types with arguments of type WorkflowStateModifier and TypeMethodDescriptionWorkflowStateAPI.getAllByWorkflowVersion(UserContext uc, Projekt project, long versionNumber) Finds all available states for the given workflow version.WorkflowStateAPI.getAllByWorkflowVersion(UserContext uc, WorkflowVersion workflowVersion) Finds all available states for the given workflow version. -
Uses of WorkflowState in de.xima.fc.api.rest.pub.impl.form_record.model.response.record
Methods in de.xima.fc.api.rest.pub.impl.form_record.model.response.record with parameters of type WorkflowStateModifier and TypeMethodDescriptionstatic EPublicFormRecordStateTypeEPublicFormRecordStateType.from(WorkflowState state) -
Uses of WorkflowState in de.xima.fc.dao.form_record.dto
Constructors in de.xima.fc.dao.form_record.dto with parameters of type WorkflowStateModifierConstructorDescriptionEndUserStateDTO(WorkflowState state, Locale locale) Constructor.EndUserStateHistoryEntryDTO(Instant timestamp, WorkflowState endUserState, Locale locale) Constructor. -
Uses of WorkflowState in de.xima.fc.dao.impl
Subclasses with type arguments of type WorkflowState in de.xima.fc.dao.implModifier and TypeClassDescriptionclassThe default implementation ofIWorkflowStateDaothat can be accessed viaDaoProvider.Methods in de.xima.fc.dao.impl that return WorkflowStateModifier and TypeMethodDescriptionWorkflowStateDao.getByUuid(IEntityContext ec, WorkflowVersion workflowVersion, UUID uuid) WorkflowStateDao.getOrCreateSystemState(IEntityContext ec, WorkflowVersion workflowVersion, EWorkflowStateType type) Methods in de.xima.fc.dao.impl that return types with arguments of type WorkflowStateModifier and TypeMethodDescriptionWorkflowStateDao.createDefaultStates()Deprecated.WorkflowStateDao.createDefaultStates(Locale locale) WorkflowStateDao.getAllByWorkflowVersion(IEntityContext ec, Projekt project, long versionNumber) WorkflowStateDao.getAllByWorkflowVersion(IEntityContext ec, WorkflowVersion workflowVersion) WorkflowStateDao.getAllForActiveVersion(IEntityContext ec, Projekt project) protected IFCDaoActionHook<WorkflowState> WorkflowStateDao.getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type WorkflowStateModifier and TypeMethodDescriptionWorkflowStateDao.getEntityRefs(IEntityContext ec, WorkflowState state) protected static voidWorkflowStateDao.initLazy(WorkflowState state) -
Uses of WorkflowState in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type WorkflowState in de.xima.fc.dao.interfacesModifier and TypeInterfaceDescriptioninterfaceData access object for creating, updating, and deletingWorkflowStateentities.Methods in de.xima.fc.dao.interfaces that return WorkflowStateModifier and TypeMethodDescriptionIWorkflowStateDao.getByUuid(IEntityContext ec, WorkflowVersion workflowVersion, UUID uuid) Finds the state with the given UUID contained in the given workflow version.IWorkflowStateDao.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 WorkflowStateModifier and TypeMethodDescriptionIWorkflowStateDao.createDefaultStates()Deprecated.IWorkflowStateDao.createDefaultStates(Locale locale) Creates the system default workflow statesIWorkflowStateDao.getAllByWorkflowVersion(IEntityContext ec, Projekt project, long versionNumber) Finds all states of the given workflow version.IWorkflowStateDao.getAllByWorkflowVersion(IEntityContext ec, WorkflowVersion workflowVersion) Finds all states of the given workflow version.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 WorkflowStateModifier and TypeMethodDescriptionvoidProtokollUtils.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. when theVorgang.getCurrentStatus()is changed. -
Uses of WorkflowState in de.xima.fc.entities
Methods in de.xima.fc.entities that return WorkflowStateModifier and TypeMethodDescriptionWorkflowState.cloneBasics()Vorgang.getCurrentWorkflowState()Vorgang.getOldWorkflowState()EndUserState.getWorkflowState()WorkflowStateAuthenticatorConfig.getWorkflowState()Methods in de.xima.fc.entities that return types with arguments of type WorkflowStateMethods in de.xima.fc.entities with parameters of type WorkflowStateModifier and TypeMethodDescriptionvoidWorkflowVersion.addState(WorkflowState state) Adds the given state to this version, and setsWorkflowState.getVersion()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.voidFormRecordSubmission.setSubmitState(WorkflowState submitState) voidEndUserState.setWorkflowState(WorkflowState workflowState) voidWorkflowStateAuthenticatorConfig.setWorkflowState(WorkflowState workflowState) Method parameters in de.xima.fc.entities with type arguments of type WorkflowStateConstructors in de.xima.fc.entities with parameters of type WorkflowStateModifierConstructorDescriptionWorkflowStateAuthenticatorConfig(WorkflowState workflowState, IAuthenticator<?> authenticator) 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 WorkflowStateMethods in de.xima.fc.form.render that return WorkflowStateModifier and TypeMethodDescriptionFormRenderContext.getWorkflowState()FormRenderContextWrapper.getWorkflowState()Methods in de.xima.fc.form.render with parameters of type WorkflowStateModifier and TypeMethodDescriptionvoidFormRenderContext.setWorkflowState(WorkflowState workflowState) voidFormRenderContextWrapper.setWorkflowState(WorkflowState workflowState) -
Uses of WorkflowState in de.xima.fc.gui.bean.designer
Methods in de.xima.fc.gui.bean.designer that return WorkflowStateMethods in de.xima.fc.gui.bean.designer that return types with arguments of type WorkflowStateMethods in de.xima.fc.gui.bean.designer with parameters of type WorkflowStateModifier and TypeMethodDescriptionvoidDesignerPreviewPageBean.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 WorkflowStateConstructor parameters in de.xima.fc.gui.bean.designer.request with type arguments of type WorkflowStateModifierConstructorDescriptionFetchWorkflowConfigResponse(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 -
Uses of WorkflowState in de.xima.fc.gui.model.params
Methods in de.xima.fc.gui.model.params that return WorkflowStateMethods in de.xima.fc.gui.model.params with parameters of type WorkflowState -
Uses of WorkflowState in de.xima.fc.gui.validator.name
Subclasses with type arguments of type WorkflowState in de.xima.fc.gui.validator.nameMethods in de.xima.fc.gui.validator.name with parameters of type WorkflowStateModifier and TypeMethodDescriptionprotected 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 WorkflowStateModifier and TypeMethodDescriptionWorkflowStateHandler.getAllByWorkflowVersion(UserContext uc, Projekt project, long versionNumber) 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 WorkflowStateModifier and TypeMethodDescriptionIWorkflowStateHandler.getAllByWorkflowVersion(UserContext uc, Projekt project, long versionNumber) Finds all available states for the given workflow version.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 WorkflowStateModifier and TypeMethodDescriptionStateMapperModel.getNewWorkflowState()StateMapperModel.getOldWorkflowState()Methods in de.xima.fc.importer.mdl with parameters of type WorkflowStateModifier and TypeMethodDescriptionvoidStateMapperModel.setNewWorkflowState(WorkflowState newWorkflowState) Constructors in de.xima.fc.importer.mdl with parameters of type WorkflowStateModifierConstructorDescriptionStateMapperModel(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 -
Uses of WorkflowState in de.xima.fc.inbox.model
Methods in de.xima.fc.inbox.model that return WorkflowStateConstructors in de.xima.fc.inbox.model with parameters of type WorkflowStateModifierConstructorDescriptionFormRecordSelectItem(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 WorkflowStateModifier and TypeMethodDescriptionstatic final 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 WorkflowStateMethods in de.xima.fc.interfaces.form with parameters of type WorkflowStateModifier and TypeMethodDescriptionvoidIFormRenderContext.setWorkflowState(WorkflowState workflowState) -
Uses of WorkflowState in de.xima.fc.interfaces.form.record
Methods in de.xima.fc.interfaces.form.record that return WorkflowState -
Uses of WorkflowState in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return WorkflowStateModifier and TypeMethodDescriptiondefault WorkflowStateIWorkflowFormHandler.changeState(WorkflowState targetState) Deprecated.IWorkflowFormHandler.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 WorkflowStateModifier and TypeMethodDescriptiondefault WorkflowStateIWorkflowFormHandler.changeState(WorkflowState targetState) Deprecated.IWorkflowFormHandler.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 WorkflowStateModifier and TypeMethodDescriptionabstract WorkflowStateAuthenticatorConfigAConfigViewModel.toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID, ClientAuthenticator> clientAuthDao, Function<UUID, SystemAuthenticator> systemAuthDao) AnonymousConfigViewModel.toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID, ClientAuthenticator> clientAuthDao, Function<UUID, SystemAuthenticator> systemAuthDao) BaseConfigViewModel.toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID, ClientAuthenticator> clientAuthDao, Function<UUID, SystemAuthenticator> systemAuthDao) GeneratedPasswordConfigViewModel.toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID, ClientAuthenticator> clientAuthDao, Function<UUID, SystemAuthenticator> systemAuthDao) PasswordConfigViewModel.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 WorkflowStateMethods in de.xima.fc.mdl.form.record with parameters of type WorkflowStateModifier and TypeMethodDescriptionvoidFormRecordBaseData.Builder.withCurrentWorkflowState(WorkflowState currentWorkflowState) -
Uses of WorkflowState in de.xima.fc.mdl.print
Methods in de.xima.fc.mdl.print that return WorkflowStateMethods in de.xima.fc.mdl.print with parameters of type WorkflowState -
Uses of WorkflowState in de.xima.fc.ms.test.workflow
Fields in de.xima.fc.ms.test.workflow declared as WorkflowStateModifier and TypeFieldDescriptionprotected WorkflowStateAWorkflowEngineTest.stateprotected WorkflowStateAWorkflowEngineTest.stateArchivedMethods in de.xima.fc.ms.test.workflow with parameters of type WorkflowStateModifier and TypeMethodDescriptionprotected 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 WorkflowStateModifier and TypeMethodDescriptionstatic WorkflowStateEntityDummyFactory.dummyWorkflowState(String name) static WorkflowStateEntityDummyFactory.dummyWorkflowState(String name, WorkflowVersion version) Methods in de.xima.fc.testhelper with parameters of type WorkflowStateModifier and TypeMethodDescriptionstatic EndUserStateEntityDummyFactory.dummyEndUserState(WorkflowState state, EEndUserStateType type, Map<Locale, String> names) static VorgangEntityDummyFactory.dummyFormRecord(String subject, Projekt project, WorkflowState state) static FormRecordSubmissionEntityDummyFactory.dummyFormRecordSubmission(Vorgang formRecord, IUser user, String submitCtx, WorkflowState submitState, FrontendServer submitFrontendServer, String submitServerBaseUrl, byte[] formData) static FormRecordSubmissionEntityDummyFactory.dummyFormRecordSubmission(Vorgang formRecord, IUser user, String submitCtx, WorkflowState submitState, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData) EntityDummyFactory.dummyWorkflowStateAuthenticatorConfig(WorkflowState state, EAuthClientType clientType) -
Uses of WorkflowState in de.xima.fc.web.common.utils.auth
Methods in de.xima.fc.web.common.utils.auth with parameters of type WorkflowStateModifier and TypeMethodDescriptionstatic booleanAuthHelper.isAnonymousAuthenticationAllowed(WorkflowState state) -
Uses of WorkflowState in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return WorkflowStateModifier and TypeMethodDescriptionWorkflowStateModel.toWorkflowState(Function<UUID, BenutzerGruppe> findUserGroupByUuid, Function<UUID, ClientAuthenticator> findClientAuthenticatorByUuid, Function<UUID, SystemAuthenticator> findSystemAuthenticatorByUuid) Methods in de.xima.fc.workflow that return types with arguments of type WorkflowStateModifier and TypeMethodDescriptionWorkflowStateModel.builder(WorkflowState state) Creates a new builder for aWorkflowStateModel.Methods in de.xima.fc.workflow with parameters of type WorkflowStateModifier and TypeMethodDescriptionWorkflowStateModel.builder(WorkflowState state) Creates a new builder for aWorkflowStateModel.Constructors in de.xima.fc.workflow with parameters of type WorkflowStateModifierConstructorDescriptionSupplyDefaultWorkflowStatePostProcessor(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 WorkflowStateModifier and TypeMethodDescriptionstatic List<WorkflowState> FlowchartModelConverter.toDataModel(IEntityContext ec, Mandant client, List<WorkflowStateModel> states) -
Uses of WorkflowState in de.xima.fc.workflow.converter.bpmn
Methods in de.xima.fc.workflow.converter.bpmn that return types with arguments of type WorkflowStateModifier and TypeMethodDescriptionFlowchartToBpmnConverterInput.states()Gets the list of workflow states available for the process being converted.Method parameters in de.xima.fc.workflow.converter.bpmn with type arguments of type WorkflowStateModifier and TypeMethodDescriptionFlowchartToBpmnConverterInput.Builder.states(List<WorkflowState> states) Sets the list of workflow states available for the process being converted. -
Uses of WorkflowState in de.xima.fc.workflow.designer.bpmn.model
Methods in de.xima.fc.workflow.designer.bpmn.model that return types with arguments of type WorkflowStateConstructor parameters in de.xima.fc.workflow.designer.bpmn.model with type arguments of type WorkflowStateModifierConstructorDescriptionDeserializedWorkflow(WorkflowProcess process, List<WorkflowState> states) -
Uses of WorkflowState in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper with parameters of type WorkflowStateModifier and TypeMethodDescriptionstatic de.xima.cmn.criteria.FilterCriterionWorkflowTriggerHelper.createWorkflowStateFilter(String stateSearchTerm, WorkflowState workflowState) Creates a filter for a workflow trigger that check if either no search term with the given key exists; or one exists and its value matches the given workflow state's UUID.Method parameters in de.xima.fc.workflow.designer.helper with type arguments of type WorkflowStateModifier and TypeMethodDescriptionstatic WorkflowStateModelWorkflowStateHelper.createNewState(WorkflowStateListModel stateListModel, Locale locale, Mandant client, String targetName, Consumer<WorkflowState> configurator) Creates a new state with the defaults and no authenticators.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. -
Uses of WorkflowState in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type WorkflowStateModifier and TypeMethodDescriptionstatic 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) IUserInvocationTriggerBuilder.workflowState(WorkflowState state) Adds a workflow state to the list of state a form record must have for the trigger to be initiated.default IUserInvocationTriggerBuilderIUserInvocationTriggerBuilder.workflowStates(WorkflowState... states) Adds workflow states to the list of state a form record must have for the trigger to be initiated.Method parameters in de.xima.fc.workflow.processor.factory with type arguments of type WorkflowStateModifier and TypeMethodDescriptionstatic 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.default IUserInvocationTriggerBuilderIUserInvocationTriggerBuilder.workflowStates(Iterable<WorkflowState> states) Adds workflow states to the list of state a form record must have for the trigger to be initiated. -
Uses of WorkflowState in de.xima.fc.workflow.setup
Methods in de.xima.fc.workflow.setup with parameters of type WorkflowStateModifier and TypeMethodDescriptionprotected 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 WorkflowStateModifier and TypeMethodDescriptionstatic ClientWorkflowStateViewClientWorkflowStateView.forWorkflowState(WorkflowState workflowState, Locale locale)
WorkflowStateDao.createDefaultStates(Locale)