Uses of Interface
org.jbpm.services.api.model.UserTaskInstanceDesc
-
Packages that use UserTaskInstanceDesc Package Description org.jbpm.services.api org.jbpm.services.api.model -
-
Uses of UserTaskInstanceDesc in org.jbpm.services.api
Methods in org.jbpm.services.api that return UserTaskInstanceDesc Modifier and Type Method Description UserTaskInstanceDescRuntimeDataService. getTaskById(Long taskId)Return a task by its taskId.UserTaskInstanceDescRuntimeDataService. getTaskById(Long taskId, boolean withSLA)Return a task by its taskId with SLA data if the withSLA param is true.UserTaskInstanceDescRuntimeDataService. getTaskByWorkItemId(Long workItemId)Return a task by its workItemId.Methods in org.jbpm.services.api with parameters of type UserTaskInstanceDesc Modifier and Type Method Description voidUserTaskService. updateTask(Long taskId, String userId, UserTaskInstanceDesc userTask, Map<String,Object> inputData, Map<String,Object> outputData)Updates user task properties and data inputs and outputs.voidUserTaskService. updateTask(String deploymentId, Long taskId, String userId, UserTaskInstanceDesc userTask, Map<String,Object> inputData, Map<String,Object> outputData)Updates user task properties and data inputs and outputs. -
Uses of UserTaskInstanceDesc in org.jbpm.services.api.model
Subinterfaces of UserTaskInstanceDesc in org.jbpm.services.api.model Modifier and Type Interface Description interfaceUserTaskInstanceWithPotOwnerDescinterfaceUserTaskInstanceWithVarsDescMethods in org.jbpm.services.api.model that return types with arguments of type UserTaskInstanceDesc Modifier and Type Method Description List<UserTaskInstanceDesc>ProcessInstanceDesc. getActiveTasks()Returns the process instance description active tasks.
-