Uses of Interface
org.jbpm.services.api.model.UserTaskInstanceDesc
-
-
Uses of UserTaskInstanceDesc in org.jbpm.kie.services.impl
Methods in org.jbpm.kie.services.impl that return UserTaskInstanceDesc Modifier and Type Method Description UserTaskInstanceDescRuntimeDataServiceImpl. getTaskById(Long taskId)UserTaskInstanceDescRuntimeDataServiceImpl. getTaskById(Long taskId, boolean withSLA)UserTaskInstanceDescRuntimeDataServiceImpl. getTaskByWorkItemId(Long workItemId)Methods in org.jbpm.kie.services.impl with parameters of type UserTaskInstanceDesc Modifier and Type Method Description protected org.kie.api.runtime.manager.RuntimeManagerUserTaskServiceImpl. getRuntimeManager(UserTaskInstanceDesc task)voidUserTaskServiceImpl. updateTask(Long taskId, String userId, UserTaskInstanceDesc userTask, Map<String,Object> inputData, Map<String,Object> outputData)voidUserTaskServiceImpl. updateTask(String deploymentId, Long taskId, String userId, UserTaskInstanceDesc userTask, Map<String,Object> inputData, Map<String,Object> outputData)protected voidUserTaskServiceImpl. validateTask(String deploymentId, Long taskId, UserTaskInstanceDesc task) -
Uses of UserTaskInstanceDesc in org.jbpm.kie.services.impl.admin
Methods in org.jbpm.kie.services.impl.admin with parameters of type UserTaskInstanceDesc Modifier and Type Method Description protected voidUserTaskAdminServiceImpl. validateTask(String deploymentId, Long taskId, UserTaskInstanceDesc task) -
Uses of UserTaskInstanceDesc in org.jbpm.kie.services.impl.admin.commands
Constructors in org.jbpm.kie.services.impl.admin.commands with parameters of type UserTaskInstanceDesc Constructor Description UpdateTaskCommand(Long taskId, String userId, UserTaskInstanceDesc userTask, Map<String,Object> inputs, Map<String,Object> outputs) -
Uses of UserTaskInstanceDesc in org.jbpm.kie.services.impl.model
Classes in org.jbpm.kie.services.impl.model that implement UserTaskInstanceDesc Modifier and Type Class Description classUserTaskInstanceDescclassUserTaskInstanceWithPotOwnerDescclassUserTaskInstanceWithVarsDescMethods in org.jbpm.kie.services.impl.model that return types with arguments of type UserTaskInstanceDesc Modifier and Type Method Description List<UserTaskInstanceDesc>ProcessInstanceDesc. getActiveTasks()Method parameters in org.jbpm.kie.services.impl.model with type arguments of type UserTaskInstanceDesc Modifier and Type Method Description voidProcessInstanceDesc. setActiveTasks(List<UserTaskInstanceDesc> activeTasks) -
Uses of UserTaskInstanceDesc in org.jbpm.kie.services.impl.query.mapper
Methods in org.jbpm.kie.services.impl.query.mapper that return UserTaskInstanceDesc Modifier and Type Method Description protected UserTaskInstanceDescUserTaskInstanceQueryMapper. buildInstance(org.dashbuilder.dataset.DataSet dataSetResult, int index)Methods in org.jbpm.kie.services.impl.query.mapper that return types with arguments of type UserTaskInstanceDesc Modifier and Type Method Description QueryResultMapper<List<UserTaskInstanceDesc>>UserTaskInstanceQueryMapper. forColumnMapping(Map<String,String> columnMapping)List<UserTaskInstanceDesc>UserTaskInstanceQueryMapper. map(Object result) -
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.
-