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 FormRecordLockContextFormRecordLockContext.empty()static FormRecordLockContextFormRecordLockContext.forFormRecord(Vorgang formRecord) static FormRecordLockContextstatic FormRecordLockContextFormRecordLockContext.forProcessId(String processId) static FormRecordLockContextFormRecordLockContext.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.