Uses of Class
de.xima.fc.exceptions.CouldNotLockFormRecordException
-
-
Uses of CouldNotLockFormRecordException in de.xima.fc.form.lock
Methods in de.xima.fc.form.lock that throw CouldNotLockFormRecordException Modifier and Type Method Description static FormRecordLockContext
FormRecordLockContext. empty()
static FormRecordLockContext
FormRecordLockContext. forFormRecord(Vorgang formRecord)
static FormRecordLockContext
FormRecordLockContext. forId(Long id)
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 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)
Deprecated.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.
-