Uses of Class
de.xima.fc.exceptions.CouldNotLockFormRecordException
-
Packages that use CouldNotLockFormRecordException Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.workflow.processor.engine de.xima.fc.workflow.processor.logic.execution -
-
Uses of CouldNotLockFormRecordException in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that throw CouldNotLockFormRecordException Modifier and Type Method Description ITaskQueueExecutionResult
IWorkflowTaskRunner. runTasksForEvent(IWorkflowRunTasksForEventParams params)
Executes the given workflow tasks triggered by an event, and returns the result. -
Uses of CouldNotLockFormRecordException in de.xima.fc.workflow.processor.engine
Methods in de.xima.fc.workflow.processor.engine that throw CouldNotLockFormRecordException Modifier and Type Method Description ITaskQueueExecutionResult
WorkflowTaskRunner. runTasksForEvent(IWorkflowRunTasksForEventParams runTasksParams)
-
Uses of CouldNotLockFormRecordException in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that throw CouldNotLockFormRecordException Modifier and Type Method Description static FormRecordLockManager.ILockedFormRecord
FormRecordLockManager. lockFormRecord(Vorgang formRecord)
Attempts to acquire aLock
on the with the givenVorgang.getId()
.Constructors in de.xima.fc.workflow.processor.logic.execution that throw CouldNotLockFormRecordException Constructor Description WorkflowExecutionContext(IWorkflowTaskRunnerParams params, IWorkflowRunTasksForEventParams runTasksParams)
Creates a new execution context for executing the given task queue.
-