Uses of Class
com.soffid.iam.bpm.api.TaskInstance
-
Packages that use TaskInstance Package Description com.soffid.iam.bpm.api com.soffid.iam.bpm.service com.soffid.iam.bpm.service.ejb es.caib.bpm.vo -
-
Uses of TaskInstance in com.soffid.iam.bpm.api
Subclasses of TaskInstance in com.soffid.iam.bpm.api Modifier and Type Class Description class
LighweightTaskInstance
Clase ligera que optimiza el rendimiento evitando trabajar con las variables y las transiciones La generaciĆ³n de esta clase en vez de TaskInstance puede suponer un 1000% de mejora en el rendimiento.Methods in com.soffid.iam.bpm.api that return TaskInstance Modifier and Type Method Description static TaskInstance
TaskInstance. toTaskInstance(TaskInstance vo)
Creates a TaskInstance value object based on a TaskInstance object.static TaskInstance[]
TaskInstance. toTaskInstanceArray(TaskInstance[] source)
Creates a TaskInstance array on a TaskInstance array.Methods in com.soffid.iam.bpm.api that return types with arguments of type TaskInstance Modifier and Type Method Description static AsyncList<TaskInstance>
TaskInstance. toTaskInstanceAsyncList(AsyncList<TaskInstance> source)
Creates a TaskInstance asynclist on a TaskInstance collection.static PagedResult<TaskInstance>
TaskInstance. toTaskInstanceList(PagedResult<TaskInstance> source)
Creates a TaskInstance pagedResult on a TaskInstance collection.static List<TaskInstance>
TaskInstance. toTaskInstanceList(Collection<TaskInstance> source)
Creates a TaskInstance list on a TaskInstance collection.Methods in com.soffid.iam.bpm.api with parameters of type TaskInstance Modifier and Type Method Description static void
TaskInstance. toTaskInstance(TaskInstance source, TaskInstance target)
Updates a TaskInstance value object based on a TaskInstance object.Constructors in com.soffid.iam.bpm.api with parameters of type TaskInstance Constructor Description TaskInstance(TaskInstance otherBean)
-
Uses of TaskInstance in com.soffid.iam.bpm.service
Methods in com.soffid.iam.bpm.service that return TaskInstance Modifier and Type Method Description TaskInstance
BpmEngine. addComment(TaskInstance task, String comment)
Operation addCommentTaskInstance
BpmEngine. cancel(TaskInstance task)
Operation cancelTaskInstance
BpmEngine. createDummyTask(long processDefinitionId)
Operation createDummyTaskTaskInstance
BpmEngine. delegateTaskToUser(TaskInstance task, String username)
Operation delegateTaskToUserTaskInstance
BpmEngine. executeTask(TaskInstance task, String transitionName)
Operation executeTaskTaskInstance
BpmEngine. getTask(long id)
Operation getTaskTaskInstance
BpmEngine. reserveTask(TaskInstance task)
Operation reserveTaskTaskInstance
BpmEngine. startTask(TaskInstance task)
Operation startTaskTaskInstance
BpmEngine. update(TaskInstance task)
Operation updateMethods in com.soffid.iam.bpm.service that return types with arguments of type TaskInstance Modifier and Type Method Description List<TaskInstance>
BpmEngine. findGroupTasks()
Operation findGroupTasksList<TaskInstance>
BpmEngine. findMyTasks()
Operation findMyTasksList<TaskInstance>
BpmEngine. findMyTasksLightweight()
Operation findMyTasksLightweightList<TaskInstance>
BpmEngine. findTasks(List<ProcessInstance> def, TaskDefinition task, String actor, Date processStartDate, Date taskCreationDate, boolean finalizada)
Operation findTasksList<TaskInstance>
BpmEngine. findTasks(List<ProcessInstance> def, String process, TaskDefinition task, String actor, Date processStartDate, Date taskCreationDate, boolean finalizada)
Operation findTasksPagedResult<TaskInstance>
BpmEngine. findTasksByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)
Operation findTasksByTextAndJsonQueryList<TaskInstance>
BpmEngine. getActiveTasks(ProcessInstance process)
Operation getActiveTasksList<TaskInstance>
BpmEngine. getPendingTasks(ProcessInstance process)
Operation getPendingTasksMethods in com.soffid.iam.bpm.service with parameters of type TaskInstance Modifier and Type Method Description TaskInstance
BpmEngine. addComment(TaskInstance task, String comment)
Operation addCommentTaskInstance
BpmEngine. cancel(TaskInstance task)
Operation cancelTaskInstance
BpmEngine. delegateTaskToUser(TaskInstance task, String username)
Operation delegateTaskToUserTaskInstance
BpmEngine. executeTask(TaskInstance task, String transitionName)
Operation executeTaskint[]
BpmEngine. getCoordinates(TaskInstance task)
Operation getCoordinatesTaskDefinition
BpmEngine. getDefinition(TaskInstance task)
Operation getDefinitionProcessInstance
BpmEngine. getProcessInstance(TaskInstance task)
Operation getProcessInstanceProcessLog[]
BpmEngine. getTaskLog(TaskInstance process)
Operation getTaskLogString
BpmEngine. getUI(TaskInstance task)
Operation getUITaskInstance
BpmEngine. reserveTask(TaskInstance task)
Operation reserveTaskTaskInstance
BpmEngine. startTask(TaskInstance task)
Operation startTaskTaskInstance
BpmEngine. update(TaskInstance task)
Operation updatevoid
BpmEngine. updateSwimlane(TaskInstance task, String swimlane, String[] actorIds)
Operation updateSwimlane -
Uses of TaskInstance in com.soffid.iam.bpm.service.ejb
Methods in com.soffid.iam.bpm.service.ejb that return TaskInstance Modifier and Type Method Description TaskInstance
BpmEngine. addComment(TaskInstance task, String comment)
TaskInstance
BpmEngine. cancel(TaskInstance task)
TaskInstance
BpmEngine. createDummyTask(long processDefinitionId)
TaskInstance
BpmEngine. delegateTaskToUser(TaskInstance task, String username)
TaskInstance
BpmEngine. executeTask(TaskInstance task, String transitionName)
TaskInstance
BpmEngine. getTask(long id)
TaskInstance
BpmEngine. reserveTask(TaskInstance task)
TaskInstance
BpmEngine. startTask(TaskInstance task)
TaskInstance
BpmEngine. update(TaskInstance task)
Methods in com.soffid.iam.bpm.service.ejb that return types with arguments of type TaskInstance Modifier and Type Method Description List<TaskInstance>
BpmEngine. findGroupTasks()
List<TaskInstance>
BpmEngine. findMyTasks()
List<TaskInstance>
BpmEngine. findMyTasksLightweight()
List<TaskInstance>
BpmEngine. findTasks(List<ProcessInstance> def, TaskDefinition task, String actor, Date processStartDate, Date taskCreationDate, boolean finalizada)
List<TaskInstance>
BpmEngine. findTasks(List<ProcessInstance> def, String process, TaskDefinition task, String actor, Date processStartDate, Date taskCreationDate, boolean finalizada)
PagedResult<TaskInstance>
BpmEngine. findTasksByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)
List<TaskInstance>
BpmEngine. getActiveTasks(ProcessInstance process)
List<TaskInstance>
BpmEngine. getPendingTasks(ProcessInstance process)
Methods in com.soffid.iam.bpm.service.ejb with parameters of type TaskInstance Modifier and Type Method Description TaskInstance
BpmEngine. addComment(TaskInstance task, String comment)
TaskInstance
BpmEngine. cancel(TaskInstance task)
TaskInstance
BpmEngine. delegateTaskToUser(TaskInstance task, String username)
TaskInstance
BpmEngine. executeTask(TaskInstance task, String transitionName)
int[]
BpmEngine. getCoordinates(TaskInstance task)
TaskDefinition
BpmEngine. getDefinition(TaskInstance task)
ProcessInstance
BpmEngine. getProcessInstance(TaskInstance task)
ProcessLog[]
BpmEngine. getTaskLog(TaskInstance process)
String
BpmEngine. getUI(TaskInstance task)
TaskInstance
BpmEngine. reserveTask(TaskInstance task)
TaskInstance
BpmEngine. startTask(TaskInstance task)
TaskInstance
BpmEngine. update(TaskInstance task)
void
BpmEngine. updateSwimlane(TaskInstance task, String swimlane, String[] actorIds)
-
Uses of TaskInstance in es.caib.bpm.vo
Methods in es.caib.bpm.vo with parameters of type TaskInstance Modifier and Type Method Description static TaskInstance
TaskInstance. toTaskInstance(TaskInstance vo)
Creates a TaskInstance value object based on a TaskInstance object.static void
TaskInstance. toTaskInstance(TaskInstance source, TaskInstance target)
Updates a TaskInstance value object based on a TaskInstance object.static TaskInstance[]
TaskInstance. toTaskInstanceArray(TaskInstance[] source)
Creates a TaskInstance array on a TaskInstance array.Method parameters in es.caib.bpm.vo with type arguments of type TaskInstance Modifier and Type Method Description static AsyncList<TaskInstance>
TaskInstance. toTaskInstanceAsyncList(AsyncList<TaskInstance> source)
Creates a TaskInstance asynclist on a TaskInstance collection.static PagedResult<TaskInstance>
TaskInstance. toTaskInstanceList(PagedResult<TaskInstance> source)
Creates a TaskInstance pagedResult on a TaskInstance collection.static List<TaskInstance>
TaskInstance. toTaskInstanceList(Collection<TaskInstance> source)
Creates a TaskInstance list on a TaskInstance collection.
-