Uses of Interface
com.aquima.interactions.process.IProcessTask
Packages that use IProcessTask
Package
Description
-
Uses of IProcessTask in com.aquima.interactions.portal.model.process
Methods in com.aquima.interactions.portal.model.process with parameters of type IProcessTaskModifier and TypeMethodDescriptionProcessTaskDelegate.executeAutomaticTask
(IProcessTask processTask, IProcessEngine engine, String testPath) -
Uses of IProcessTask in com.aquima.interactions.process
Methods in com.aquima.interactions.process that return IProcessTaskModifier and TypeMethodDescriptionIProcessCase.createTask
(IUserData userData, String taskName, DateTimeValue startDate, String[] roles) Deprecated, for removal: This API element is subject to removal in a future version.With this method you can create tasks that are not defined anywhere.IProcessCase.getAvailableTasks
(IUserData userData) This method will returns an array containing all the process tasks that may be executed for the current case.IProcessData.getAvailableTasks
(IUserData userData, Long caseId) This method returns an array containing the tasks that are available for the supplied user.IProcessData.getTask
(long taskId) This method returns the task for the specified ID.IProcessData.getUnassignedTasks()
This method returns an array containing all the tasks that have not yet been assigned.Methods in com.aquima.interactions.process with parameters of type IProcessTaskModifier and TypeMethodDescriptionIProcessTaskDelegate.executeAutomaticTask
(IProcessTask task, IProcessEngine engine, String testPath) This method should implement the handling of an automatic task for the specified task. -
Uses of IProcessTask in com.aquima.interactions.process.impl
Classes in com.aquima.interactions.process.impl that implement IProcessTaskModifier and TypeClassDescriptionclass
Class exposing process engine functionality for a task.Methods in com.aquima.interactions.process.impl that return IProcessTaskModifier and TypeMethodDescriptionProcessCase.createTask
(IUserData userData, String taskName, DateTimeValue startDate, String[] roles) ProcessCase.getAvailableTasks
(IUserData userData) ProcessEngine.getAvailableTasks
(IUserData userData, Long caseId) ProcessEngine.getTask
(long taskId) ProcessEngine.getUnassignedTasks()
-
Uses of IProcessTask in com.aquima.interactions.process.wrapper
Classes in com.aquima.interactions.process.wrapper that implement IProcessTaskModifier and TypeClassDescriptionclass
Utility class to allow for easy wrapping of a process engine implementation.class
Decorator class that wraps a process case to make it immutable (read-only).Methods in com.aquima.interactions.process.wrapper that return IProcessTaskModifier and TypeMethodDescriptionProcessCaseDelegate.createTask
(IUserData userData, String taskName, DateTimeValue startDate, String[] roles) ReadonlyProcessCase.createTask
(IUserData userData, String taskName, DateTimeValue startDate, String[] roles) Always throws an InvalidStateException: No modifications allowed on a read only process case.ProcessCaseDelegate.getAvailableTasks
(IUserData userData) ProcessEngineDelegate.getAvailableTasks
(IUserData userData, Long caseId) ReadonlyProcessCase.getAvailableTasks
(IUserData userData) ReadonlyProcessEngine.getAvailableTasks
(IUserData userData, Long caseId) ProcessEngineDelegate.getTask
(long taskId) ReadonlyProcessEngine.getTask
(long taskId) ProcessEngineDelegate.getUnassignedTasks()
ReadonlyProcessEngine.getUnassignedTasks()
protected static IProcessTask
ReadonlyProcessEngine.wrapReadonly
(IProcessTask pTask) protected static IProcessTask[]
ReadonlyProcessEngine.wrapReadonly
(IProcessTask[] pTasks) Methods in com.aquima.interactions.process.wrapper with parameters of type IProcessTaskModifier and TypeMethodDescriptionprotected static IProcessTask
ReadonlyProcessEngine.wrapReadonly
(IProcessTask pTask) protected static IProcessTask[]
ReadonlyProcessEngine.wrapReadonly
(IProcessTask[] pTasks) Constructors in com.aquima.interactions.process.wrapper with parameters of type IProcessTaskModifierConstructorDescriptionprotected
ProcessTaskDelegate
(IProcessTask processTask) ReadonlyProcessTask
(IProcessTask processTask) Constructs a read-only wrapper for the specified process task.