Uses of Class
org.flowable.ui.task.model.runtime.TaskRepresentation
-
Packages that use TaskRepresentation Package Description org.flowable.ui.task.service.runtime -
-
Uses of TaskRepresentation in org.flowable.ui.task.service.runtime
Methods in org.flowable.ui.task.service.runtime that return TaskRepresentation Modifier and Type Method Description TaskRepresentationFlowableTaskActionService. assignTask(String taskId, com.fasterxml.jackson.databind.node.ObjectNode requestNode)TaskRepresentationFlowableTaskService. getTask(String taskId)TaskRepresentationFlowableTaskService. updateTask(String taskId, TaskUpdateRepresentation updated)Methods in org.flowable.ui.task.service.runtime that return types with arguments of type TaskRepresentation Modifier and Type Method Description protected List<TaskRepresentation>FlowableTaskQueryService. convertTaskInfoList(List<? extends org.flowable.task.api.TaskInfo> tasks, Map<String,String> processInstanceNames, Map<String,String> caseInstancesNames)List<TaskRepresentation>FlowableTaskService. getSubTasks(String taskId)Methods in org.flowable.ui.task.service.runtime with parameters of type TaskRepresentation Modifier and Type Method Description voidFlowableAbstractTaskService. fillPermissionInformation(TaskRepresentation taskRepresentation, org.flowable.task.api.TaskInfo task, SecurityScope currentUser)protected voidFlowableTaskActionService. populateAssignee(org.flowable.task.api.TaskInfo task, TaskRepresentation rep)protected voidFlowableTaskService. populateAssignee(org.flowable.task.api.TaskInfo task, TaskRepresentation rep)protected voidFlowableAbstractTaskService. verifyCandidateGroups(TaskRepresentation taskRepresentation, SecurityScope currentUser, List<org.flowable.identitylink.api.history.HistoricIdentityLink> taskIdentityLinks)protected voidFlowableAbstractTaskService. verifyCandidateUsers(TaskRepresentation taskRepresentation, SecurityScope currentUser, List<org.flowable.identitylink.api.history.HistoricIdentityLink> taskIdentityLinks)protected voidFlowableAbstractTaskService. verifyProcessInstanceStartUser(TaskRepresentation taskRepresentation, org.flowable.task.api.TaskInfo task)
-