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.api.rest.pub.impl.generic.model.response.form
Methods in de.xima.fc.api.rest.pub.impl.generic.model.response.form with parameters of type WorkflowState Modifier and Type Method Description static EPublicFormRecordStateType
EPublicFormRecordStateType. from(WorkflowState state)
Constructors in de.xima.fc.api.rest.pub.impl.generic.model.response.form with parameters of type WorkflowState Constructor Description FormRecordStateResource(WorkflowState state, Locale locale, Locale fallbackLocale)
-
Uses of WorkflowState in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return WorkflowState Modifier and Type Method Description WorkflowState
WorkflowStateDao. getByUuid(IEntityContext ec, WorkflowVersion workflowVersion, UUID uuid)
WorkflowState
WorkflowStateDao. 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 void
WorkflowStateDao. 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 WorkflowState
IWorkflowStateDao. getByUuid(IEntityContext ec, WorkflowVersion workflowVersion, UUID uuid)
Finds the state with the given UUID contained in the given workflow version.WorkflowState
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 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 void
ProtokollUtils. addStateChangeProtocolEntry(IEntityContext ec, Mandant client, Benutzer user, Vorgang formRecord, WorkflowState oldState, WorkflowState newState)
void
ProtokollUtils. 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 WorkflowState
WorkflowState. cloneBasics()
WorkflowState
Vorgang. getCurrentWorkflowState()
WorkflowState
Vorgang. getOldWorkflowState()
WorkflowState
UserPortalState. getWorkflowState()
WorkflowState
WorkflowStateAuthenticatorConfig. 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 void
WorkflowVersion. addState(WorkflowState state)
Adds the given state to this version, and setsgetVersion()
to this version.void
Vorgang. setCurrentWorkflowState(WorkflowState currentWorkflowState)
Deprecated.For Hibernate only, in most cases you should useVorgang.setNewWorkflowState(WorkflowState)
.void
Vorgang. setNewWorkflowState(WorkflowState newWorkflowState)
Sets the new workflow state of this form record and stores the old workflow state.void
Vorgang. setNewWorkflowState(WorkflowState newWorkflowState, boolean forceUpdate)
Sets the new workflow state of this form record and stores the old workflow state.void
FormRecordSubmission. setSubmitState(WorkflowState submitState)
void
UserPortalState. setWorkflowState(WorkflowState workflowState)
void
WorkflowStateAuthenticatorConfig. setWorkflowState(WorkflowState workflowState)
Method parameters in de.xima.fc.entities with type arguments of type WorkflowState Modifier and Type Method Description void
WorkflowVersion. 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 WorkflowState
FormRenderContext. workflowState
Methods in de.xima.fc.form.render that return WorkflowState Modifier and Type Method Description WorkflowState
FormRenderContext. getWorkflowState()
Methods in de.xima.fc.form.render with parameters of type WorkflowState Modifier and Type Method Description void
FormRenderContext. 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 WorkflowState
DesignerPreviewPageBean. 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 void
DesignerPreviewPageBean. 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 WorkflowState
PreviewParams. getWfState()
Methods in de.xima.fc.gui.model.params with parameters of type WorkflowState Modifier and Type Method Description PreviewParams.Builder
PreviewParams.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 void
UniqueWorkflowStateNameValidator. 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 WorkflowState
StateMapperModel. getNewWorkflowState()
WorkflowState
StateMapperModel. getOldWorkflowState()
Methods in de.xima.fc.importer.mdl with parameters of type WorkflowState Modifier and Type Method Description void
StateMapperModel. 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 WorkflowState
FormRecordExtendedListItem. 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 String
InboxUtils. 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 WorkflowState
IFormRenderContext. getWorkflowState()
Methods in de.xima.fc.interfaces.form with parameters of type WorkflowState Modifier and Type Method Description void
IFormRenderContext. 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 WorkflowState
IFormRecordBaseData. 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 WorkflowState
IWorkflowFormHandler. changeState(WorkflowState targetState)
Deprecated.WorkflowState
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 WorkflowState Modifier and Type Method Description default WorkflowState
IWorkflowFormHandler. changeState(WorkflowState targetState)
Deprecated.WorkflowState
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 WorkflowState Modifier and Type Method Description abstract WorkflowStateAuthenticatorConfig
AConfigViewModel. toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID,ClientAuthenticator> clientAuthDao, Function<UUID,SystemAuthenticator> systemAuthDao)
WorkflowStateAuthenticatorConfig
AnonymousConfigViewModel. toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID,ClientAuthenticator> clientAuthDao, Function<UUID,SystemAuthenticator> systemAuthDao)
WorkflowStateAuthenticatorConfig
BaseConfigViewModel. toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID,ClientAuthenticator> clientAuthDao, Function<UUID,SystemAuthenticator> systemAuthDao)
WorkflowStateAuthenticatorConfig
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 WorkflowState Modifier and Type Method Description WorkflowState
FormRecordBaseData. getCurrentWorkflowState()
Methods in de.xima.fc.mdl.form.record with parameters of type WorkflowState Modifier and Type Method Description void
FormRecordBaseData.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 WorkflowState
PrintJob. getWorkflowState()
Methods in de.xima.fc.mdl.print with parameters of type WorkflowState Modifier and Type Method Description void
PrintJob. 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 WorkflowState
AWorkflowEngineTest. state
protected WorkflowState
AWorkflowEngineTest. stateArchived
Methods in de.xima.fc.ms.test.workflow with parameters of type WorkflowState Modifier and Type Method Description protected void
AEventRunnerTest. assertFormRecordIsInState(Vorgang formRecord, WorkflowState state)
protected void
AEventRunnerTest. 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 WorkflowState
EntityDummyFactory. dummyWorkflowState(String name)
static WorkflowState
EntityDummyFactory. dummyWorkflowState(String name, WorkflowVersion version)
Methods in de.xima.fc.testhelper with parameters of type WorkflowState Modifier and Type Method Description static Vorgang
EntityDummyFactory. dummyFormRecord(String subject, Projekt project, WorkflowState state)
static FormRecordSubmission
EntityDummyFactory. dummyFormRecordSubmission(Vorgang formRecord, IUser user, String submitCtx, WorkflowState submitState, FrontendServer submitFrontendServer, String submitServerBaseUrl, byte[] formData)
static FormRecordSubmission
EntityDummyFactory. dummyFormRecordSubmission(Vorgang formRecord, IUser user, String submitCtx, WorkflowState submitState, FrontendServer submitFrontendServer, String submitServerBaseUrl, String formData)
-
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 boolean
AuthHelper. 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 WorkflowState
WorkflowStateModel. 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 WorkflowState Modifier and Type Method Description static WorkflowStateModel.Builder<WorkflowState>
WorkflowStateModel. builder(WorkflowState state)
Creates a new builder for aWorkflowStateModel
.Methods in de.xima.fc.workflow with parameters of type WorkflowState Modifier and Type Method Description static WorkflowStateModel.Builder<WorkflowState>
WorkflowStateModel. builder(WorkflowState state)
Creates a new builder for aWorkflowStateModel
.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
Methods in de.xima.fc.workflow.designer.helper with parameters of type WorkflowState Modifier and Type Method Description static de.xima.cmn.criteria.FilterCriterion
WorkflowTriggerHelper. 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 WorkflowState Modifier and Type Method Description static WorkflowStateModel
WorkflowStateHelper. 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(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 WorkflowElementList
WorkflowEntityReferences. 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 WorkflowNode
WorkflowNodeFactory. changeState(WorkflowState state)
Creates a new workflow node for aEWorkflowNodeType.FC_CHANGE_STATE
that changes the current form record to the given state.static FcChangeStateProps
WorkflowNodePropsFactory. changeState(WorkflowState state)
Creates a new workflow node model for aEWorkflowNodeType.FC_CHANGE_STATE
that changes the current form record to the given state.static WorkflowTrigger
WorkflowTriggerFactory. stateTimer(WorkflowState state, Duration duration)
static FcStateTimerProps
WorkflowTriggerPropsFactory. stateTimer(WorkflowState state, Duration duration)
static WorkflowTrigger
WorkflowTriggerFactory. timePointExpression(String dateTimeTemplate, String dateTimeFormat, WorkflowState... allowedStates)
static WorkflowTrigger
WorkflowTriggerFactory. timePointExpression(String dateTimeTemplate, String dateTimeFormat, ETimePointTriggerOperation offsetOperation, String offsetDuration, ETimePointTriggerDurationUnit offsetUnit, WorkflowState... allowedStates)
static FcTimePointProps
WorkflowTriggerPropsFactory. timePointExpression(String dateTimeTemplate, String dateTimeFormat, WorkflowState... allowedStates)
static FcTimePointProps
WorkflowTriggerPropsFactory. timePointExpression(String dateTimeTemplate, String dateTimeFormat, ETimePointTriggerOperation offsetOperation, String offsetDuration, ETimePointTriggerDurationUnit offsetUnit, WorkflowState... allowedStates)
static WorkflowTrigger
WorkflowTriggerFactory. timePointExpressionOrPast(String dateTimeTemplate, String dateTimeFormat, WorkflowState... allowedStates)
static WorkflowTrigger
WorkflowTriggerFactory. timePointExpressionOrPast(String dateTimeTemplate, String dateTimeFormat, ETimePointTriggerOperation offsetOperation, String offsetDuration, ETimePointTriggerDurationUnit offsetUnit, WorkflowState... allowedStates)
static FcTimePointProps
WorkflowTriggerPropsFactory. timePointExpressionOrPast(String dateTimeTemplate, String dateTimeFormat, WorkflowState... allowedStates)
static FcTimePointProps
WorkflowTriggerPropsFactory. timePointExpressionOrPast(String dateTimeTemplate, String dateTimeFormat, ETimePointTriggerOperation offsetOperation, String offsetDuration, ETimePointTriggerDurationUnit offsetUnit, WorkflowState... allowedStates)
IUserInvocationTriggerBuilder
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 IUserInvocationTriggerBuilder
IUserInvocationTriggerBuilder. 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 WorkflowState Modifier and Type Method Description static WorkflowTrigger
WorkflowTriggerFactory. manual(Iterable<WorkflowState> states, Iterable<BenutzerGruppe> userGroups)
Creates a new event of typeEWorkflowTriggerType.FC_MANUAL
that occurs when a user initiates it.static FcManualProps
WorkflowTriggerPropsFactory. manual(Iterable<WorkflowState> states, Iterable<BenutzerGruppe> userGroups)
Creates a new model of typeEWorkflowTriggerType.FC_MANUAL
that occurs when a user initiates it.static WorkflowTrigger
WorkflowTriggerFactory. timePointFixed(Instant instant, Iterable<WorkflowState> allowedStates)
Creates a new event of typeEWorkflowTriggerType.FC_TIME_POINT
that occurs at a certain point in time.static WorkflowTrigger
WorkflowTriggerFactory. timePointFixed(Instant instant, ZoneId zoneId, Iterable<WorkflowState> allowedStates)
Creates a new event of typeEWorkflowTriggerType.FC_TIME_POINT
that occurs at a certain point in time.static WorkflowTrigger
WorkflowTriggerFactory. timePointFixed(LocalDateTime dateTime, ZoneId zoneId, Iterable<WorkflowState> allowedStates)
Creates a new event of typeEWorkflowTriggerType.FC_TIME_POINT
that occurs at a certain point in time.static FcTimePointProps
WorkflowTriggerPropsFactory. timePointFixed(Instant instant, Iterable<WorkflowState> allowedStates)
Creates a new model of typeEWorkflowTriggerType.FC_TIME_POINT
that occurs at a certain point in time.static FcTimePointProps
WorkflowTriggerPropsFactory. timePointFixed(Instant instant, ZoneId zoneId, Iterable<WorkflowState> allowedStates)
Creates a new model of typeEWorkflowTriggerType.FC_TIME_POINT
that occurs at a certain point in time.static FcTimePointProps
WorkflowTriggerPropsFactory. timePointFixed(LocalDateTime dateTime, ZoneId zoneId, Iterable<WorkflowState> allowedStates)
Creates a new model of typeEWorkflowTriggerType.FC_TIME_POINT
that occurs at a certain point in time.static WorkflowTrigger
WorkflowTriggerFactory. timePointFixedOrPast(Instant instant, Iterable<WorkflowState> allowedStates)
Creates a new event of typeEWorkflowTriggerType.FC_TIME_POINT
that occurs at or after a certain point in time.static WorkflowTrigger
WorkflowTriggerFactory. timePointFixedOrPast(Instant instant, ZoneId zoneId, Iterable<WorkflowState> allowedStates)
Creates a new event of typeEWorkflowTriggerType.FC_TIME_POINT
that occurs at or after a certain point in time.static WorkflowTrigger
WorkflowTriggerFactory. timePointFixedOrPast(LocalDateTime dateTime, ZoneId zoneId, Iterable<WorkflowState> allowedStates)
Creates a new event of typeEWorkflowTriggerType.FC_TIME_POINT
that occurs at or after a certain point in time.static FcTimePointProps
WorkflowTriggerPropsFactory. timePointFixedOrPast(Instant instant, Iterable<WorkflowState> allowedStates)
Creates a new model of typeEWorkflowTriggerType.FC_TIME_POINT
that occurs at or after a certain point in time.static FcTimePointProps
WorkflowTriggerPropsFactory. timePointFixedOrPast(Instant instant, ZoneId zoneId, Iterable<WorkflowState> allowedStates)
Creates a new model of typeEWorkflowTriggerType.FC_TIME_POINT
that occurs at or after a certain point in time.static FcTimePointProps
WorkflowTriggerPropsFactory. timePointFixedOrPast(LocalDateTime dateTime, ZoneId zoneId, Iterable<WorkflowState> allowedStates)
Creates a new model of typeEWorkflowTriggerType.FC_TIME_POINT
that occurs at or after a certain point in time.default IUserInvocationTriggerBuilder
IUserInvocationTriggerBuilder. 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 WorkflowState Modifier and Type Method Description protected boolean
StateTimerTriggerSetup. isRemoveJobWhenStateIsDeleted(WorkflowState state, org.quartz.JobDetail jobDetail)
protected boolean
TimePointTriggerSetup. 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 ClientWorkflowStateView
ClientWorkflowStateView. forWorkflowState(WorkflowState workflowState, Locale locale)
-