Uses of Class
de.xima.fc.entities.WorkflowTrigger
Packages that use WorkflowTrigger
Package
Description
Konstanten-Klassen, Interfaces und Helper-Klassen
Package for the API access of the model classes.
Package für Datenbankentitäten
Package für allgemeine Exceptions
The workflow engine is generic in the sense that it never checks the type of a
trigger or
node for special types, all logic is implemented in terms
of the ITriggerHandler and
INodeHandler interfaces.Logic for the scheduling of tasks
Package with classes for the available job-implementations
Package with worker-classes for the job-execution
-
Uses of WorkflowTrigger in de.xima.fc
Methods in de.xima.fc with parameters of type WorkflowTriggerModifier and TypeMethodDescriptionstatic StringPathHandler.FS.getTriggerWorkflowDirPath(Vorgang formRecord, WorkflowTrigger trigger) static StringPathHandler.FS.getTriggerWorkflowDirPath(Vorgang formRecord, WorkflowTrigger trigger, String postfix) -
Uses of WorkflowTrigger in de.xima.fc.api.entity
Subclasses with type arguments of type WorkflowTrigger in de.xima.fc.api.entityModifier and TypeClassDescriptionclassAPI class for reading and writingWorkflowTriggerentities.Methods in de.xima.fc.api.entity that return WorkflowTriggerModifier and TypeMethodDescriptionWorkflowTriggerAPI.getUserTriggerByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, UUID taskUuid, UUID triggerUuid) Methods in de.xima.fc.api.entity that return types with arguments of type WorkflowTriggerModifier and TypeMethodDescriptionWorkflowTriggerAPI.getUserTriggersByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, int page, int pageSize) -
Uses of WorkflowTrigger in de.xima.fc.api.rest.pub.common.uri
Methods in de.xima.fc.api.rest.pub.common.uri with parameters of type WorkflowTriggerModifier and TypeMethodDescriptionstatic StringPublicRestUriHelper.getFormRecordWorkflowTriggerResourcePath(Vorgang formRecord, WorkflowTrigger trigger) Returns the path for a workflow trigger resource in the context of a form record. -
Uses of WorkflowTrigger in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn with parameters of type WorkflowTriggerModifier and TypeMethodDescriptionstatic BpmnExtensionWorkflowTriggerBpmnExtensionWorkflowTrigger.from(WorkflowTrigger trigger) Creates a newBpmnExtensionWorkflowTriggerfrom the givenWorkflowTrigger. -
Uses of WorkflowTrigger in de.xima.fc.dao.form_record.dto
Constructors in de.xima.fc.dao.form_record.dto with parameters of type WorkflowTriggerConstructor parameters in de.xima.fc.dao.form_record.dto with type arguments of type WorkflowTriggerModifierConstructorDescriptionBaseFormRecordDTO(Vorgang entity, IUserRef userRef, String applicantName, Locale locale, List<WorkflowTrigger> workflowTriggers) Creates a new data transfer object for aform record. -
Uses of WorkflowTrigger in de.xima.fc.dao.impl
Subclasses with type arguments of type WorkflowTrigger in de.xima.fc.dao.implModifier and TypeClassDescriptionclassThe default implementation ofIWorkflowTriggerDaothat can be accessed viaDaoProvider.Methods in de.xima.fc.dao.impl that return types with arguments of type WorkflowTriggerModifier and TypeMethodDescriptionprotected IGenericDao<? extends AWorkflowElementSearchTerm<WorkflowTrigger>> WorkflowTriggerDao.getSearchTermDao() -
Uses of WorkflowTrigger in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type WorkflowTrigger in de.xima.fc.dao.interfacesModifier and TypeInterfaceDescriptioninterfaceData access object for creating, updating, and deletingWorkflowTriggerentities. -
Uses of WorkflowTrigger in de.xima.fc.entities
Subclasses with type arguments of type WorkflowTrigger in de.xima.fc.entitiesModifier and TypeClassDescriptionclassA workflow trigger that start aWorkflowTaskwhen a certain event occurs.classEachWorkflowTriggercan have one or more search terms that are used to decide whether a certain trigger applies to a certain event.Methods in de.xima.fc.entities that return WorkflowTriggerMethods in de.xima.fc.entities with parameters of type WorkflowTriggerModifier and TypeMethodDescriptionvoidWorkflowTask.replaceTrigger(WorkflowTrigger trigger) Replaces the trigger of this task with the given trigger and setsAWorkflowElement.getTask()to this task.voidWorkflowTask.setTrigger(WorkflowTrigger trigger) -
Uses of WorkflowTrigger in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return WorkflowTriggerModifier and TypeMethodDescriptionAFileListResolutionError.TriggerDoesNotProvideFiles.getTrigger()AFileListResolutionError.TriggerNotFired.getTrigger()Constructors in de.xima.fc.exceptions with parameters of type WorkflowTriggerModifierConstructorDescriptionTriggerDoesNotProvideFiles(ResourceItem item, WorkflowTrigger trigger, String fileKey) TriggerNotFired(ResourceItem item, WorkflowTrigger trigger) -
Uses of WorkflowTrigger in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return WorkflowTriggerModifier and TypeMethodDescriptionWorkflowTriggerHandler.getUserTriggerByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, UUID taskUuid, UUID triggerUuid) Methods in de.xima.fc.handler.entity that return types with arguments of type WorkflowTriggerModifier and TypeMethodDescriptionWorkflowTriggerHandler.getAllUserTriggerByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user) WorkflowTriggerHandler.getUserTriggersByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, int page, int pageSize) -
Uses of WorkflowTrigger in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return WorkflowTriggerModifier and TypeMethodDescriptionIWorkflowTriggerHandler.getUserTriggerByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, UUID taskUuid, UUID triggerUuid) Returns the workflow user trigger defined by the given record, task and trigger UUID.Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type WorkflowTriggerModifier and TypeMethodDescriptionIWorkflowTriggerHandler.getAllUserTriggerByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user) Returns all workflow user triggers defined by the given record and user.IWorkflowTriggerHandler.getUserTriggersByRecordAndUser(UserContext uc, UUID formRecordUuid, IUser user, int page, int pageSize) Finds the workflow user triggers available for the form record given by its UUID if the given user can access the form record. -
Uses of WorkflowTrigger in de.xima.fc.inbox.model
Methods in de.xima.fc.inbox.model that return WorkflowTriggerConstructors in de.xima.fc.inbox.model with parameters of type WorkflowTriggerModifierConstructorDescriptionInvokableTaskModel(WorkflowTask task, WorkflowTrigger trigger, String name) Creates a new POJO model with the given data. -
Uses of WorkflowTrigger in de.xima.fc.inbox.model.timing
Methods in de.xima.fc.inbox.model.timing that return WorkflowTrigger -
Uses of WorkflowTrigger in de.xima.fc.interfaces.workflow.bpmn
Subinterfaces with type arguments of type WorkflowTrigger in de.xima.fc.interfaces.workflow.bpmnModifier and TypeInterfaceDescriptioninterfaceIModelWorkflowTriggerParams<Model>Parameters that are passed when modelling aworkflow trigger, seeIWorkflowTriggerBpmnModelerMethods in de.xima.fc.interfaces.workflow.bpmn that return WorkflowTriggerModifier and TypeMethodDescriptionIWorkflowElementStore.triggerById(String id) Gets the trigger with the given ID.IWorkflowElementStore.triggerByPart(IStructuredBpmnModelPart part) Gets the workflow trigger from which the part was created.IWorkflowElementStore.triggerByUuid(WorkflowProcess context, TriggerKey triggerKey) Gets the trigger with the given UUID.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type WorkflowTriggerModifier and TypeMethodDescriptionIWorkflowBpmnLocalization.boundMessageLocalizer(WorkflowTrigger trigger) TheIBoundMessageLocalizerfor localizing messages in the BPMN diagram, using theIWorkflowBpmnLocalization.locale().IWorkflowBpmnModelContext.modelTrigger(WorkflowTrigger node) Models the given trigger as a BPMN model part.IWorkflowElementStore.props(WorkflowTrigger trigger) Retrieves the properties of the given trigger and deserializes them into the node's properties model.default <T> TIWorkflowElementStore.props(WorkflowTrigger node, Class<T> expectedType) Retrieves the properties of the given trigger and deserializes them into the node's properties model.IWorkflowElementStore.triggerHandler(WorkflowTrigger trigger) Gets the handler for the given workflow trigger.IWorkflowElementStore.triggerId(WorkflowTrigger trigger) Gets the trigger with the given ID. -
Uses of WorkflowTrigger in de.xima.fc.interfaces.workflow.event
Subinterfaces with type arguments of type WorkflowTrigger in de.xima.fc.interfaces.workflow.eventModifier and TypeInterfaceDescriptioninterfaceITriggerAppliesToEventParams<TData>Represents the parameters forITriggerHandler.isAppliesToEvent(ITriggerAppliesToEventParams).interfaceRepresents the parameters forITriggerHandler.isPreconditionSatisfied(ITriggerPreconditionSatisfiedParams).Methods in de.xima.fc.interfaces.workflow.event that return WorkflowTriggerModifier and TypeMethodDescriptionIFcUserInvocationEvent.getTrigger()Returns the trigger that should be executed -
Uses of WorkflowTrigger in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return WorkflowTriggerModifier and TypeMethodDescriptionIWorkflowTriggerLocator.byId(long triggerId) Finds the trigger by the given ID in the current workflow execution context.default WorkflowTriggerIWorkflowTriggerLocator.byUuid(TriggerKey triggerKey) Finds the trigger by the given UUID in the current workflow execution context.Finds the trigger by the given UUID in the current workflow execution context.default WorkflowTriggerDeprecated.IWorkflowTriggerLocator.current()Gets the workflow trigger that initiated the current task execution, ornullwhen no trigger is currently beingIWorkflowTriggerLocator.currentByName(String name) Finds a trigger that is firing currently and possesses the given name.IWorkflowTriggerLocator.currentByUuid(UUID triggerUuid) Finds a trigger that is firing currently and possesses the given UUID.IWorkflowTriggerLocator.firedByName(String triggerName) Finds a fired trigger with the given name.Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type WorkflowTriggerModifier and TypeMethodDescriptiondefault List<WorkflowTrigger> IWorkflowTriggerLocator.byIds(long... triggerIds) Finds the triggers by the given ID in the current workflow execution context.default List<WorkflowTrigger> Finds the triggers by the given ID in the current workflow execution context.default List<WorkflowTrigger> IWorkflowTriggerLocator.byUuids(TriggerKey... triggerKeys) Finds the triggers by the given UUID in the current workflow execution context.default List<WorkflowTrigger> IWorkflowTriggerLocator.byUuids(Iterable<TriggerKey> triggerKeys) Finds the triggers by the given UUID in the current workflow execution context.IWorkflowTriggerLocator.currents()Gets a list of all triggers currently firing, ordered by the time their execution was started, in order from the node trigger that fired most recently to the trigger that fired least recently.default List<WorkflowTrigger> IWorkflowTriggerLocator.firedByNames(Iterable<String> triggerNames) Finds fired triggers by the given names in the current workflow execution context.default List<WorkflowTrigger> IWorkflowTriggerLocator.firedByNames(String... triggerNames) Finds fired triggers by the given names in the current workflow execution context.Methods in de.xima.fc.interfaces.workflow.execution with parameters of type WorkflowTriggerModifier and TypeMethodDescriptionIWorkflowFileHandler.getFilesFromCurrentTriggers(Set<String> fileKeys, WorkflowTrigger... currentTriggers) Returns all files from given triggers, limited to triggers that are currently firing.IWorkflowFileHandler.getFilesFromPreviousOrCurrentTriggers(Set<String> fileKeys, WorkflowTrigger... triggers) Returns all files from the given previous and current triggers (=triggers that either are currently firing or that have fired in the past).IWorkflowFileHandler.getFilesFromPreviousTrigger(Set<String> fileKeys, WorkflowTrigger previousTrigger) Returns all files from given trigger, not including the current firing, if any.IWorkflowFileHandler.getFilesFromPreviousTriggers(Set<String> fileKeys, WorkflowTrigger... previousTriggers) Returns all files from the given previous triggers, not including the current firing, if any.default List<IWorkflowFileValue> IWorkflowFileHandler.getFileValuesFromCurrentTriggers(WorkflowTrigger... currentTriggers) Gets all file values that were provided by the given current triggers.default List<IWorkflowFileValue> IWorkflowFileHandler.getFileValuesFromPreviousOrCurrentTriggers(WorkflowTrigger... triggers) Returns all file values from the given previous and current triggers (=triggers that either are currently firing or that have fired in the past).default List<IWorkflowFileValue> IWorkflowFileHandler.getFileValuesFromPreviousTriggers(WorkflowTrigger... previousTriggers) Gets all file values that were provided by the given previous triggers.default booleanIWorkflowTriggerLocator.isCurrentlyFiring(WorkflowTrigger trigger) Whether the given trigger initiated the current task execution.IWorkflowTriggerLocator.props(WorkflowTrigger trigger) Retrieves the properties of the given trigger and deserializes them into the trigger's properties model.default <T> TIWorkflowTriggerLocator.props(WorkflowTrigger trigger, Class<T> expectedType) Retrieves the properties of the given trigger and deserializes them into the trigger's properties model.default FileIWorkflowFileHandler.randomSourceDirForTrigger(WorkflowTrigger trigger, String... subDirs) Creates a random temporary directory inside the given source directory of the trigger.default FileIWorkflowFileHandler.randomTargetDirForTrigger(WorkflowTrigger trigger, String... subDirs) Creates a random temporary directory inside the given target directory of the trigger.IWorkflowFileHandler.randomTempDirForTrigger(WorkflowTrigger trigger, String... subDirs) Creates a random temporary directory inside the given subdirectory for the trigger.default FileIWorkflowFileHandler.sourceDirForTrigger(WorkflowTrigger trigger, String... subDirs) Shortcut forgetTempDirForTrigger(trigger, "source").default FileIWorkflowFileHandler.sourceFileForNode(WorkflowTrigger trigger, String... pathSegments) Shortcut forgetTempFileForTrigger(trigger, "source").default FileIWorkflowFileHandler.targetDirForTrigger(WorkflowTrigger trigger, String... subDirs) Shortcut forgetTempDirForTrigger(trigger, "target").default FileIWorkflowFileHandler.targetFileForTrigger(WorkflowTrigger trigger, String... subDirs) Shortcut forgetTempFileForTrigger(trigger, "target").IWorkflowFileHandler.tempDirForTrigger(WorkflowTrigger trigger, String... subDirs) Path to the temporary target directory for the given workflow trigger.IWorkflowFileHandler.tempFileForTrigger(WorkflowTrigger trigger, String... subDirs) Returns the path to a file in the temporary target directory for the given workflow trigger.default FileIWorkflowFileHandler.writeToSourceDir(WorkflowTrigger trigger, byte[] data, String... path) Writes the given binary data to a file in theIWorkflowFileHandler.sourceDirForTrigger(WorkflowTrigger, String...)of the given trigger, and returns a file pointing to the newly created file.default FileIWorkflowFileHandler.writeToSourceDir(WorkflowTrigger trigger, IFileProviding<?, ? extends IFileDataEntity<?>> providing, String... subDirs) Writes the given binary data to a file in theIWorkflowFileHandler.sourceDirForTrigger(WorkflowTrigger, String...)of the given trigger, and returns a file pointing to the newly created file.default FileIWorkflowFileHandler.writeToSourceDir(WorkflowTrigger trigger, File data, String... path) Writes the given binary data to a file in theIWorkflowFileHandler.sourceDirForTrigger(WorkflowTrigger, String...)of the given trigger, and returns a file pointing to the newly created file.default FileIWorkflowFileHandler.writeToSourceDir(WorkflowTrigger trigger, InputStream data, String... path) Writes the given binary data to a file in theIWorkflowFileHandler.sourceDirForTrigger(WorkflowTrigger, String...)of the given trigger, and returns a file pointing to the newly created file.default FileIWorkflowFileHandler.writeToTargetDir(WorkflowTrigger trigger, byte[] data, String... path) Writes the given binary data to a file in theIWorkflowFileHandler.targetDirForTrigger(WorkflowTrigger, String...)of the given trigger, and returns a file pointing to the newly created file.default FileIWorkflowFileHandler.writeToTargetDir(WorkflowTrigger trigger, IFileProviding<?, ? extends IFileDataEntity<?>> providing, String... subDirs) Writes the given binary data to a file in theIWorkflowFileHandler.targetDirForTrigger(WorkflowTrigger, String...)of the given trigger, and returns a file pointing to the newly created file.default FileIWorkflowFileHandler.writeToTargetDir(WorkflowTrigger trigger, File data, String... path) Writes the given binary data to a file in theIWorkflowFileHandler.targetDirForTrigger(WorkflowTrigger, String...)of the given trigger, and returns a file pointing to the newly created file.default FileIWorkflowFileHandler.writeToTargetDir(WorkflowTrigger trigger, InputStream data, String... path) Writes the given binary data to a file in theIWorkflowFileHandler.targetDirForTrigger(WorkflowTrigger, String...)of the given trigger, and returns a file pointing to the newly created file.default FileIWorkflowFileHandler.writeToTempDir(WorkflowTrigger trigger, byte[] data, String... path) Writes the given binary data to a file in theIWorkflowFileHandler.tempDirForTrigger(WorkflowTrigger, String...)of the given trigger, and returns a file pointing to the newly created file.IWorkflowFileHandler.writeToTempDir(WorkflowTrigger trigger, IFileProviding<?, ? extends IFileDataEntity<?>> providing, String... subDirs) Writes the given binary data to a file in theIWorkflowFileHandler.tempDirForTrigger(WorkflowTrigger, String...)of the given trigger, and returns a file pointing to the newly created file.default FileIWorkflowFileHandler.writeToTempDir(WorkflowTrigger trigger, File data, String... path) Writes the given binary data to a file in theIWorkflowFileHandler.tempDirForTrigger(WorkflowTrigger, String...)of the given trigger, and returns a file pointing to the newly created file.IWorkflowFileHandler.writeToTempDir(WorkflowTrigger trigger, InputStream data, String... path) Writes the given binary data to a file in theIWorkflowFileHandler.tempDirForTrigger(WorkflowTrigger, String...)of the given trigger, and returns a file pointing to the newly created file.Method parameters in de.xima.fc.interfaces.workflow.execution with type arguments of type WorkflowTriggerModifier and TypeMethodDescriptionIWorkflowFileHandler.getFileKeysFromCurrentTriggers(Iterable<WorkflowTrigger> currentTriggers) Gets all file keys for which a file is available for at least one of the given current triggers.IWorkflowFileHandler.getFileKeysFromPreviousTriggers(Iterable<WorkflowTrigger> previousTriggers) Gets all file keys for which a file is available for at least one of the given previous triggers.IWorkflowFileHandler.getFilesFromCurrentTriggers(Set<String> fileKeys, Iterable<WorkflowTrigger> currentTriggers) Returns all files from given triggers, limited to triggers that are currently firing.IWorkflowFileHandler.getFilesFromPreviousOrCurrentTriggers(Set<String> fileKeys, Iterable<WorkflowTrigger> triggers) Returns all files from the given previous and current triggers (=triggers that either are currently firing or that have fired in the past).IWorkflowFileHandler.getFilesFromPreviousTriggers(Set<String> fileKeys, Iterable<WorkflowTrigger> previousTriggers) Returns all files from given triggers, not including the current firing, if any.IWorkflowFileHandler.getFileValuesFromCurrentTriggers(Iterable<WorkflowTrigger> currentTriggers) Gets all file values that were provided by the given current triggers.default List<IWorkflowFileValue> IWorkflowFileHandler.getFileValuesFromPreviousOrCurrentTriggers(Iterable<WorkflowTrigger> triggers) Returns all file values from the given previous and current triggers (=triggers that either are currently firing or that have fired in the past).IWorkflowFileHandler.getFileValuesFromPreviousTriggers(Iterable<WorkflowTrigger> previousTriggers) Gets all file values that were provided by the given previous triggers. -
Uses of WorkflowTrigger in de.xima.fc.interfaces.workflow.mixin
Subinterfaces with type arguments of type WorkflowTrigger in de.xima.fc.interfaces.workflow.mixinModifier and TypeInterfaceDescriptioninterfaceIBeanValidatingTrigger<TData>Mixin that implementsIElementHandler.validateLocal(IElementLocalValidationParams)by performing a bean validation on the trigger's properties model.interfaceIKeyValueSummarizableTrigger<TData>AIKeyValueSummarizableElementfor workflow nodes.interfaceIOfficialHelpPageTrigger<TData>Mixin for nodes that implementsIElementHandler.getHelpPageLocation(Locale)by returning a link to the official help pages.interfaceISemverUpdatingTrigger<TData>AISemverUpdatingforWorkflowTriggerhandlers.interfaceISingleTriggerPrototype<TData>Mixin that implementsITriggerHandler.getTriggerPrototypes(IGetTriggerPrototypesParams)for cases when a handler only wishes to provide a single prototype.Methods in de.xima.fc.interfaces.workflow.mixin that return WorkflowTriggerModifier and TypeMethodDescriptiondefault WorkflowTriggerISingleTriggerPrototype.getPrototypeElement(IGetElementPrototypesParams params) -
Uses of WorkflowTrigger in de.xima.fc.interfaces.workflow.params
Subinterfaces with type arguments of type WorkflowTrigger in de.xima.fc.interfaces.workflow.paramsModifier and TypeInterfaceDescriptioninterfaceITriggerOnTaskBeginParams<TData>Parameters passed to the callback methodITriggerHandler.onTaskBegin(ITriggerOnTaskBeginParams).interfaceITriggerOnTaskFinishParams<TData>Parameters passed to the callback methodITriggerHandler.onTaskFinish(ITriggerOnTaskFinishParams).Methods in de.xima.fc.interfaces.workflow.params that return WorkflowTrigger -
Uses of WorkflowTrigger in de.xima.fc.interfaces.workflow.triggers
Subinterfaces with type arguments of type WorkflowTrigger in de.xima.fc.interfaces.workflow.triggersModifier and TypeInterfaceDescriptioninterfaceITriggerHandler<Model>All trigger handlers must be thread-safe.interfaceITriggerPropertiesBean<TData>The interface of a bean for editing the properties of workflow triggers. -
Uses of WorkflowTrigger in de.xima.fc.interfaces.workflow.validation
Methods in de.xima.fc.interfaces.workflow.validation that return types with arguments of type WorkflowTriggerModifier and TypeMethodDescriptiondefault IWorkflowElementWithDeserializedModel<?, WorkflowTrigger> IWorkflowGlobalHandlerValidationContext.getTriggerByUuid(ElementKey key, String triggerType) IWorkflowGlobalHandlerValidationContext.getTriggerByUuid(TriggerKey key, String triggerType) IWorkflowGlobalHandlerValidationContext.getTriggersByType(String triggerType) -
Uses of WorkflowTrigger in de.xima.fc.mdl.resource
Methods in de.xima.fc.mdl.resource with parameters of type WorkflowTriggerModifier and TypeMethodDescriptionstatic ResourceItemResourceItem.forWorkflowTrigger(WorkflowTrigger trigger) Creates a new resource item that references files provided by a workflow trigger for the default file type.static ResourceItemResourceItem.forWorkflowTrigger(WorkflowTrigger trigger, String fileKey) Creates a new resource item that references files provided by a workflow trigger for the given file type. -
Uses of WorkflowTrigger in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow with parameters of type WorkflowTriggerModifier and TypeMethodDescriptionprotected voidAEventRunnerTest.addTriggers(WorkflowTrigger... triggers) protected voidAEventRunnerTest.assertContainsTriggers(WorkflowTrigger... triggers) protected static voidAEventRunnerTest.assertDidFire(IEventExecutionResult result, WorkflowTrigger trigger) Asserts that the trigger did fire, i.e. that the associated processing chain was executed.protected IEventExecutionResultAEventRunnerTest.assertInvokesTriggers(IFormRecordProvidingEvent event, WorkflowTrigger... triggers) Asserts the given event invokes the given triggers, and only the given triggers; in the given order.protected RunnableAEventRunnerTest.createAwaitTriggerInvokation(Duration waitTime, WorkflowTrigger trigger, int count) protected static WorkflowNodeAEventRunnerTest.getRootNode(WorkflowTrigger trigger) protected static NodeKeyAWorkflowEngineTest.nodeKey(WorkflowTrigger trigger, WorkflowNode node) protected voidAEventRunnerTest.setTriggers(WorkflowTrigger... triggers) -
Uses of WorkflowTrigger in de.xima.fc.plugin.workflow
Methods in de.xima.fc.plugin.workflow that return WorkflowTriggerModifier and TypeMethodDescriptionstatic WorkflowTriggerWorkflowCustomParametersHelper.transferToDataModel(WorkflowTrigger trigger, com.alibaba.fastjson.JSONObject customParams, Object data, Mandant client) Extract the relevant data from the trigger's properties model and set the data on theWorkflowTrigger.static WorkflowTriggerWorkflowCustomParametersHelper.transferToDataModel(WorkflowTrigger trigger, Mandant client) Extract the relevant data from the trigger's properties model and set the data on theWorkflowTrigger.Methods in de.xima.fc.plugin.workflow with parameters of type WorkflowTriggerModifier and TypeMethodDescriptionstatic WorkflowTriggerWorkflowCustomParametersHelper.transferToDataModel(WorkflowTrigger trigger, com.alibaba.fastjson.JSONObject customParams, Object data, Mandant client) Extract the relevant data from the trigger's properties model and set the data on theWorkflowTrigger.static WorkflowTriggerWorkflowCustomParametersHelper.transferToDataModel(WorkflowTrigger trigger, Mandant client) Extract the relevant data from the trigger's properties model and set the data on theWorkflowTrigger. -
Uses of WorkflowTrigger in de.xima.fc.plugin.workflow.registry
Subinterfaces with type arguments of type WorkflowTrigger in de.xima.fc.plugin.workflow.registryModifier and TypeInterfaceDescriptioninterface -
Uses of WorkflowTrigger in de.xima.fc.timing
Methods in de.xima.fc.timing with parameters of type WorkflowTriggerModifier and TypeMethodDescriptionstatic StringJobKeyFactory.getWorkflowTriggerGroup(WorkflowTrigger trigger, Vorgang formRecord) The group of the quartz job for a timed workflow trigger.static StringJobKeyFactory.getWorkflowTriggerGroup(WorkflowTrigger trigger, String processId) static StringTriggerKeyFactory.getWorkflowTriggerGroup(WorkflowTrigger trigger, Vorgang formRecord) static StringTriggerKeyFactory.getWorkflowTriggerGroup(WorkflowTrigger trigger, String processId) static StringJobKeyFactory.getWorkflowTriggerGroupByDbId(WorkflowTrigger trigger, long formRecordId, long projectId, long clientId) The group of the quartz job for a timed workflow trigger.static StringJobKeyFactory.getWorkflowTriggerGroupByDbId(WorkflowTrigger trigger, Vorgang formRecord) The group of the quartz job for a timed workflow trigger.static StringTriggerKeyFactory.getWorkflowTriggerGroupByDbId(WorkflowTrigger trigger, long processId, long projectId, long clientId) The group of the quartz trigger for a timed state workflow trigger.static StringTriggerKeyFactory.getWorkflowTriggerGroupByDbId(WorkflowTrigger trigger, Vorgang formRecord) The group of the quartz trigger for a timed state workflow trigger.static org.quartz.impl.matchers.GroupMatcher<org.quartz.JobKey> JobKeyFactory.getWorkflowTriggerGroupMatcherForTrigger(WorkflowTrigger trigger) static org.quartz.impl.matchers.GroupMatcher<org.quartz.TriggerKey> TriggerKeyFactory.getWorkflowTriggerGroupMatcherForTrigger(WorkflowTrigger trigger) static org.quartz.JobKeyJobKeyFactory.getWorkflowTriggerKey(WorkflowTrigger trigger, Vorgang formRecord) Deprecated.static org.quartz.TriggerKeyTriggerKeyFactory.getWorkflowTriggerKey(WorkflowTrigger trigger, Vorgang formRecord) static org.quartz.JobKeyJobKeyFactory.getWorkflowTriggerKeyByDbId(WorkflowTrigger trigger, Vorgang formRecord) static org.quartz.TriggerKeyTriggerKeyFactory.getWorkflowTriggerKeyByDbId(WorkflowTrigger trigger, Vorgang formRecord) Creates the job key for a timed state trigger, seeTriggerKeyFactory.getWorkflowTriggerName(WorkflowTrigger)andTriggerKeyFactory.getWorkflowTriggerGroup(String, Vorgang).static StringJobKeyFactory.getWorkflowTriggerName(WorkflowTrigger trigger) static StringTriggerKeyFactory.getWorkflowTriggerName(WorkflowTrigger trigger) The name of the quartz trigger for a timed state workflow trigger. -
Uses of WorkflowTrigger in de.xima.fc.timing.job
Methods in de.xima.fc.timing.job with parameters of type WorkflowTriggerModifier and TypeMethodDescriptionstatic StateTimerJobStateTimerJob.forTrigger(Vorgang formRecord, WorkflowTrigger trigger, FcStateTimerProps props, Instant triggerFireInstant) A new job for invoking a trigger of the new workflow engine.static TimePointJobTimePointJob.forTrigger(Vorgang formRecord, WorkflowTrigger trigger, FcTimePointProps props, Instant triggerFireInstant) A new job for invoking a fixed timer trigger of the new workflow engine. -
Uses of WorkflowTrigger in de.xima.fc.timing.worker
Methods in de.xima.fc.timing.worker that return WorkflowTriggerMethods in de.xima.fc.timing.worker with parameters of type WorkflowTriggerModifier and TypeMethodDescriptionstatic org.quartz.JobDataMapStateTimerWorker.createJobMap(Vorgang formRecord, WorkflowTrigger trigger, FcStateTimerProps props, Instant triggerFireInstant) Creates the job data map for the quartz job required by a workflow trigger of typeEWorkflowTriggerType.FC_STATE_TIMER.static org.quartz.JobDataMapTimePointWorker.createJobMap(Vorgang formRecord, WorkflowTrigger trigger, FcTimePointProps props, Instant triggerFireInstant) Creates the job data map for the quartz job required by a workflow trigger of typeEWorkflowTriggerType.FC_TIME_POINT.Constructors in de.xima.fc.timing.worker with parameters of type WorkflowTriggerModifierConstructorDescriptionWorkflowTriggerWorkerParams(org.quartz.JobDataMap dataMap, Vorgang formRecord, WorkflowTrigger trigger, TData data, String sequenceId) -
Uses of WorkflowTrigger in de.xima.fc.workflow
Methods in de.xima.fc.workflow with parameters of type WorkflowTriggerModifier and TypeMethodDescriptionstatic TriggerKeyTriggerKey.of(WorkflowTrigger trigger) static <TData> ITriggerPrototypeData<TData> WorkflowPrototypeConverter.toPrototypeTriggerData(WorkflowTrigger trigger, TData customParams) -
Uses of WorkflowTrigger in de.xima.fc.workflow.bpmn
Subclasses with type arguments of type WorkflowTrigger in de.xima.fc.workflow.bpmnModifier and TypeClassDescriptionstatic classFields in de.xima.fc.workflow.bpmn declared as WorkflowTriggerModifier and TypeFieldDescriptionprotected final WorkflowTriggerAStatefulWorkflowBpmnModeler.ATaskStatefulModeler.triggerThetriggerof the workflow task to be modeled. -
Uses of WorkflowTrigger in de.xima.fc.workflow.converter
Methods in de.xima.fc.workflow.converter that return WorkflowTriggerModifier and TypeMethodDescriptionstatic WorkflowTriggerFlowchartModelConverter.toDataModel(TriggerModel trigger, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) Methods in de.xima.fc.workflow.converter with parameters of type WorkflowTriggerModifier and TypeMethodDescriptionstatic TriggerModelFlowchartModelConverter.toViewModel(WorkflowTrigger trigger, Map<ElementKey, com.alibaba.fastjson.JSONObject> paramsMap, Mandant client) -
Uses of WorkflowTrigger in de.xima.fc.workflow.designer.helper
Methods in de.xima.fc.workflow.designer.helper that return types with arguments of type WorkflowTriggerModifier and TypeMethodDescriptionstatic <TData> CheckForUnsavedChangedResult<WorkflowTrigger> ElementPropertiesHelper.checkForUnsavedChanges(IEntityContext ec, long processId, UUID elementUuid, TData data, ITriggerHandler<TData> handler) -
Uses of WorkflowTrigger in de.xima.fc.workflow.designer.registry.triggers
Classes in de.xima.fc.workflow.designer.registry.triggers that implement interfaces with type arguments of type WorkflowTriggerModifier and TypeClassDescriptionfinal classTheITriggerHandlerfor nodes of typeEWorkflowTriggerType.FC_CATCH_ERROR.final classTheITriggerHandlerfor nodes of typeEWorkflowTriggerType.FC_DOI_VERIFIED.final classTheINodeHandlerfor triggers of typeEWorkflowTriggerType.FC_FORM_RECORD_MESSAGE_POSTED.final classTheINodeHandlerfor triggers of typeEWorkflowTriggerType.FC_FORM_RECORD_MESSAGE_UPLOAD_REQUEST_FULFILLED.final classTheITriggerHandlerfor nodes of typeEWorkflowTriggerType.FC_FORM_SUBMIT_BUTTON.final classTheITriggerHandlerfor nodes of typeEWorkflowTriggerType.FC_INVITATION_ERROR.final classTheITriggerHandlerfor nodes of typeEWorkflowTriggerType.FC_INVITATION_SENT.final classTheINodeHandlerfor triggers of typeEWorkflowTriggerType.FC_MANUAL.final classTheITriggerHandlerfor nodes of typeEWorkflowTriggerType.FC_QUALIFIED_FORM_SUBMIT_BUTTON.final classTheITriggerHandlerfor nodes of typeEWorkflowTriggerType.FC_STATE_TIMER.final classTheITriggerHandlerfor nodes of typeEWorkflowTriggerType.FC_TIME_POINT.final classTheINodeHandlerfor triggers of typeEWorkflowTriggerType.FC_USER_INVOCATION. -
Uses of WorkflowTrigger in de.xima.fc.workflow.event
Methods in de.xima.fc.workflow.event with parameters of type WorkflowTriggerModifier and TypeMethodDescriptionWorkflowEventDataFactory.specificTrigger(Vorgang formRecord, WorkflowTrigger trigger) Creates a new builder for a specific trigger event, i.e. an event that applies only to a certain trigger.UserInvocationEventDataBuilder.trigger(WorkflowTrigger trigger) Sets the triggerWorkflowEventDataFactory.userInvocation(Vorgang formRecord, WorkflowTrigger trigger) Creates a new builder for a specific user trigger event, i.e. an event that applies only to a certain user trigger.Constructors in de.xima.fc.workflow.event with parameters of type WorkflowTriggerModifierConstructorDescriptionprotectedASpecificTriggerWithFormRecordEventDataBuilder(Vorgang formRecord, WorkflowTrigger trigger) -
Uses of WorkflowTrigger in de.xima.fc.workflow.processor.factory
Subinterfaces with type arguments of type WorkflowTrigger in de.xima.fc.workflow.processor.factoryModifier and TypeInterfaceDescriptioninterfaceIBaseTriggerPropsBuilder<Self extends IBaseTriggerPropsBuilder<Self,Props>, Props extends BaseTriggerProps> Base builder for configuring aBaseTriggerPropsevent listener.Methods in de.xima.fc.workflow.processor.factory that return WorkflowTriggerModifier and TypeMethodDescriptionstatic WorkflowTriggerWorkflowTriggerFactory.catchError()static WorkflowTriggerWorkflowTriggerFactory.catchError(FcCatchErrorProps props) static WorkflowTriggerWorkflowTriggerFactory.custom(IWorkflowElementTypeProviding type) static WorkflowTriggerWorkflowTriggerFactory.custom(IWorkflowElementTypeProviding type, Object data, Mandant client) static WorkflowTriggerstatic WorkflowTriggerstatic WorkflowTriggerWorkflowTriggerFactory.doiVerified()static WorkflowTriggerWorkflowTriggerFactory.doiVerified(WorkflowNode targetNode) static WorkflowTriggerWorkflowTriggerFactory.doiVerified(NodeKey targetNode) static WorkflowTriggerWorkflowTriggerFactory.formSubmitButton(String buttonName) Creates a new event of typeEWorkflowTriggerType.FC_FORM_SUBMIT_BUTTONthat occurs when an a form was submitted via any button with a given name.static WorkflowTriggerWorkflowTriggerFactory.invitationError()Creates a new event of typeEWorkflowTriggerType.FC_INVITATION_ERRORthat occurs when an invitation email could not be sent.static WorkflowTriggerWorkflowTriggerFactory.invitationSent()Creates a new event of typeEWorkflowTriggerType.FC_INVITATION_SENTthat occurs when an invitation was created successfully.static WorkflowTriggerWorkflowTriggerFactory.manual()Creates a new event of typeEWorkflowTriggerType.FC_MANUALthat occurs when a user initiates it.static WorkflowTriggerWorkflowTriggerFactory.manual(Iterable<WorkflowState> states, Iterable<BenutzerGruppe> userGroups) Creates a new event of typeEWorkflowTriggerType.FC_MANUALthat occurs when a user initiates it.static WorkflowTriggerWorkflowTriggerFactory.qualifiedFormSubmitButton(String qualifier, String buttonName) Creates a new event of typeEWorkflowTriggerType.FC_QUALIFIED_FORM_SUBMIT_BUTTONthat occurs when an a form was submitted via a specific button of a certain button list element.static WorkflowTriggerWorkflowTriggerFactory.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 WorkflowTriggerWorkflowTriggerFactory.timePointExpressionOrPast(String dateTimeTemplate, String dateTimeFormat, WorkflowState... allowedStates) static WorkflowTriggerWorkflowTriggerFactory.timePointExpressionOrPast(String dateTimeTemplate, String dateTimeFormat, ETimePointTriggerOperation offsetOperation, String offsetDuration, ETimePointTriggerDurationUnit offsetUnit, WorkflowState... allowedStates) 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 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.Methods in de.xima.fc.workflow.processor.factory with parameters of type WorkflowTriggerModifier and TypeMethodDescriptionstatic WorkflowNodeWorkflowNodeFactory.copyFormRecord(boolean anonymizeUserMetadata, WorkflowTrigger triggerToInvoke, Postfach targetInbox) Creates a new workflow node for aEWorkflowNodeType.FC_COPY_FORM_RECORDthat moves the current form record to the given inbox.static FcCopyFormRecordPropsWorkflowNodePropsFactory.copyFormRecord(boolean anonymizeUserMetadata, WorkflowTrigger triggerToInvoke, Postfach targetInbox) Creates a new workflow node model for aEWorkflowNodeType.FC_COPY_FORM_RECORDthat moves the current form record to the given inbox.static WorkflowNodeWorkflowNodeFactory.queueTask(WorkflowTrigger triggerToInvoke) Creates a new workflow node for aEWorkflowNodeType.FC_QUEUE_TASKthat invokes the given task immediately after the current task ends.static WorkflowNodeWorkflowNodeFactory.queueTask(WorkflowTrigger triggerToInvoke, boolean addToEnd) Creates a new workflow node for aEWorkflowNodeType.FC_QUEUE_TASKthat invokes the given task.static FcQueueTaskPropsWorkflowNodePropsFactory.queueTask(WorkflowTrigger triggerToInvoke) Creates a new workflow node model for aEWorkflowNodeType.FC_QUEUE_TASKthat invokes the given task immediately after the current task ends.static FcQueueTaskPropsWorkflowNodePropsFactory.queueTask(WorkflowTrigger triggerToInvoke, boolean addToEnd) Creates a new workflow node model for aEWorkflowNodeType.FC_QUEUE_TASKthat invokes the given task. -
Uses of WorkflowTrigger in de.xima.fc.workflow.processor.iface
Methods in de.xima.fc.workflow.processor.iface with parameters of type WorkflowTriggerModifier and TypeMethodDescriptiondefault voidIWorkflowExecutionListener.onAfterTaskEnd(IWorkflowEventData eventData, WorkflowTask task, WorkflowTrigger trigger) Invoked just after aWorkflowTaskwas executed.voidIWorkflowExecutionListener.onBeforeTaskStart(IWorkflowEventData eventData, WorkflowTask task, WorkflowTrigger trigger, Object triggerData, IWorkflowFileValue triggerFiles) Invoked just before aWorkflowTaskis about to be executed. -
Uses of WorkflowTrigger in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that return WorkflowTriggerMethods in de.xima.fc.workflow.processor.logic.execution with parameters of type WorkflowTriggerModifier and TypeMethodDescriptionvoidWorkflowExecutionContext.afterTaskEnd(IWorkflowEventData eventData, WorkflowTask task, WorkflowTrigger trigger) Invoked internally before a task is about to be executed.voidWorkflowExecutionContext.beforeTaskStart(Object triggerData, IWorkflowFileValue triggerFiles, IWorkflowEventData eventData, WorkflowTask task, WorkflowTrigger trigger) Invoked internally before a task is about to be executed.Constructors in de.xima.fc.workflow.processor.logic.execution with parameters of type WorkflowTriggerModifierConstructorDescriptionTriggerOnTaskBeginParams(IWorkflowExecutionContext workflowContext, IWorkflowEventData eventData, WorkflowTask task, WorkflowTrigger trigger) Creates a new instance with the given data. -
Uses of WorkflowTrigger in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type WorkflowTriggerModifier and TypeMethodDescriptionDefaultWorkflowValidationContext.getTriggerByUuid(TriggerKey key, String triggerType) DefaultWorkflowValidationContext.getTriggersByType(String triggerType) -
Uses of WorkflowTrigger in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return WorkflowTriggerModifier and TypeMethodDescriptionAppliesToEventParams.getElement()PreconditionSatisfiedParams.getElement()TriggerOnTaskFinishParams.getElement()WorkflowElementIndex.getTaskByTrigger(TriggerKey triggerKey) Gets a task that the given trigger belongs to.WorkflowQueueItem.getTrigger()Methods in de.xima.fc.workflow.processor.model that return types with arguments of type WorkflowTriggerModifier and TypeMethodDescriptionWorkflowElementIndex.getAllTriggers()WorkflowElementIndex.getTriggerByUuid(ElementKey key) WorkflowElementIndex.getTriggerByUuid(TriggerKey key) WorkflowElementIndex.getTriggersByKind()WorkflowElementIndex.getTriggersByKindAndTask()WorkflowElementIndex.getTriggersByUuid()static <TData> IWorkflowElementWithDeserializedModel<TData, WorkflowTrigger> WorkflowElementWithDeserializedModel.withDataOnDemand(WorkflowTrigger trigger, Mandant client) Creates a new wrapped workflow trigger that deserializes the custom properties on demand.Methods in de.xima.fc.workflow.processor.model with parameters of type WorkflowTriggerModifier and TypeMethodDescriptionstatic <TData> IWorkflowElementWithDeserializedModel<TData, WorkflowTrigger> WorkflowElementWithDeserializedModel.withDataOnDemand(WorkflowTrigger trigger, Mandant client) Creates a new wrapped workflow trigger that deserializes the custom properties on demand.Constructors in de.xima.fc.workflow.processor.model with parameters of type WorkflowTriggerModifierConstructorDescriptionAppliesToEventParams(IWorkflowEventData eventData, WorkflowTrigger trigger) Creates a new instance with the given data.PreconditionSatisfiedParams(WorkflowTrigger trigger, IWorkflowEventData eventData, IWorkflowExecutionEnvironmentData environmentData) Creates a new params instance.TriggerOnTaskFinishParams(IWorkflowExecutionContext workflowContext, IWorkflowEventData eventData, WorkflowTask task, WorkflowTrigger trigger, ITaskExecutionResult executionResult) Creates a new instance with the given data.WorkflowQueueItem(WorkflowTask task, WorkflowTrigger trigger) Creates an new POJO with the given task and trigger, and no custom event data.WorkflowQueueItem(WorkflowTask task, WorkflowTrigger trigger, IWorkflowEventData eventData) Creates an new POJO with the given task, trigger, and custom event data. -
Uses of WorkflowTrigger in de.xima.fc.workflow.setup
Methods in de.xima.fc.workflow.setup that return types with arguments of type WorkflowTriggerModifier and TypeMethodDescriptionprotected Iterable<WorkflowTrigger> StateTimerTriggerSetup.findApplicableTriggers(IEntityContext ec, Vorgang formRecord) protected List<WorkflowTrigger> TimePointTriggerSetup.findApplicableTriggers(IEntityContext ec, Vorgang formRecord) Methods in de.xima.fc.workflow.setup with parameters of type WorkflowTriggerModifier and TypeMethodDescriptionprotected voidStateTimerTriggerSetup.addProtocolEntryForNewJob(IEntityContext ec, Locale locale, Vorgang formRecord, WorkflowTrigger trigger, IJobWrapper job, org.quartz.Trigger quartzTrigger, Instant triggerFireInstant) protected voidTimePointTriggerSetup.addProtocolEntryForNewJob(IEntityContext ec, Locale locale, Vorgang formRecord, WorkflowTrigger trigger, IJobWrapper job, org.quartz.Trigger quartzTrigger, Instant triggerFireInstant) protected voidStateTimerTriggerSetup.addProtocolEntryForUpdatedJob(IEntityContext ec, Locale locale, Vorgang formRecord, WorkflowTrigger trigger, IJobWrapper job, org.quartz.Trigger quartzTrigger, Instant triggerFireInstant) protected voidTimePointTriggerSetup.addProtocolEntryForUpdatedJob(IEntityContext ec, Locale locale, Vorgang formRecord, WorkflowTrigger trigger, IJobWrapper job, org.quartz.Trigger quartzTrigger, Instant triggerFireInstant) protected de.xima.cmn.criteria.FilterCriterionStateTimerTriggerSetup.findApplicableFormRecords(IEntityContext ec, WorkflowTrigger trigger, FcStateTimerProps props) protected de.xima.cmn.criteria.FilterCriterionTimePointTriggerSetup.findApplicableFormRecords(IEntityContext ec, WorkflowTrigger trigger, FcTimePointProps props) protected IJobWrapperStateTimerTriggerSetup.newJob(IEntityContext ec, Vorgang formRecord, WorkflowTrigger trigger, FcStateTimerProps props, Instant triggerFireInstant) protected IJobWrapperTimePointTriggerSetup.newJob(IEntityContext ec, Vorgang formRecord, WorkflowTrigger trigger, FcTimePointProps props, Instant triggerFireInstant)
IWorkflowTriggerLocator.byUuid(UUID)instead.