Uses of Class
de.xima.fc.exceptions.CouldNotLockFormRecordException
Packages that use CouldNotLockFormRecordException
Package
Description
-
Uses of CouldNotLockFormRecordException in de.xima.fc.form.lock
Methods in de.xima.fc.form.lock that throw CouldNotLockFormRecordExceptionModifier and TypeMethodDescriptionstatic FormRecordLockContext
FormRecordLockContext.empty()
static FormRecordLockContext
FormRecordLockContext.forFormRecord
(Vorgang formRecord) static FormRecordLockContext
static FormRecordLockContext
FormRecordLockContext.forProcessId
(String processId) static FormRecordLockContext
FormRecordLockContext.forRequest
(javax.servlet.http.HttpServletRequest req) -
Uses of CouldNotLockFormRecordException in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that throw CouldNotLockFormRecordExceptionModifier and TypeMethodDescriptionIWorkflowTaskRunner.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 CouldNotLockFormRecordExceptionModifier and TypeMethodDescriptionWorkflowTaskRunner.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 CouldNotLockFormRecordExceptionModifier and TypeMethodDescriptionFormRecordLockManager.lockFormRecord
(Vorgang formRecord) Deprecated.Constructors in de.xima.fc.workflow.processor.logic.execution that throw CouldNotLockFormRecordExceptionModifierConstructorDescriptionWorkflowExecutionContext
(IWorkflowTaskRunnerParams params, IWorkflowRunTasksForEventParams runTasksParams) Creates a new execution context for executing the given task queue.