Uses of Class
com.aquima.interactions.process.exception.OpenProcessTaskException
Packages that use OpenProcessTaskException
-
Uses of OpenProcessTaskException in com.aquima.interactions.process.impl
Methods in com.aquima.interactions.process.impl that throw OpenProcessTaskExceptionModifier and TypeMethodDescriptionvoid
ProcessEngine.reopenTask
(long taskId) void
ProcessEngine.reopenTask
(long taskId, IUserData userData) -
Uses of OpenProcessTaskException in com.aquima.interactions.process.wrapper
Methods in com.aquima.interactions.process.wrapper that throw OpenProcessTaskExceptionModifier and TypeMethodDescriptionvoid
ReadonlyProcessEngine.reopenTask
(long taskId) Always throws an InvalidStateException: No modifications allowed on a read only process engine.void
ReadonlyProcessEngine.reopenTask
(long taskId, IUserData userData) Always throws an InvalidStateException: No modifications allowed on a read only process engine.