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 FormRecordLockContextFormRecordLockContext. empty()static FormRecordLockContextFormRecordLockContext. forFormRecord(Vorgang formRecord)static FormRecordLockContextFormRecordLockContext. forId(Long id)static 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 CouldNotLockFormRecordException Modifier and Type Method Description ITaskQueueExecutionResultIWorkflowTaskRunner. 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 ITaskQueueExecutionResultWorkflowTaskRunner. 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.ILockedFormRecordFormRecordLockManager. lockFormRecord(Vorgang formRecord)Deprecated.Attempts to acquire aLockon 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. 
 -