Uses of Class
com.flowable.platform.service.task.TaskRepresentation
Packages that use TaskRepresentation
Package
Description
-
Uses of TaskRepresentation in com.flowable.platform.service.caze
Fields in com.flowable.platform.service.caze declared as TaskRepresentationModifier and TypeFieldDescriptionprotected TaskRepresentation
CaseInstanceRepresentation.nextTaskInfo
Methods in com.flowable.platform.service.caze that return TaskRepresentationMethods in com.flowable.platform.service.caze with parameters of type TaskRepresentationModifier and TypeMethodDescriptionvoid
CaseInstanceRepresentation.setNextTaskInfo
(TaskRepresentation nextTaskInfo) -
Uses of TaskRepresentation in com.flowable.platform.service.process
Fields in com.flowable.platform.service.process declared as TaskRepresentationModifier and TypeFieldDescriptionprotected TaskRepresentation
ProcessInstanceRepresentation.nextTaskInfo
Methods in com.flowable.platform.service.process that return TaskRepresentationMethods in com.flowable.platform.service.process with parameters of type TaskRepresentationModifier and TypeMethodDescriptionvoid
ProcessInstanceRepresentation.setNextTaskInfo
(TaskRepresentation nextTaskInfo) -
Uses of TaskRepresentation in com.flowable.platform.service.task
Subclasses of TaskRepresentation in com.flowable.platform.service.taskMethods in com.flowable.platform.service.task that return TaskRepresentationModifier and TypeMethodDescriptionprotected TaskRepresentation
PlatformTaskService.createTaskRepresentation
(HistoricTaskInstance task) protected TaskRepresentation
PlatformTaskService.createTaskRepresentation
(Task task) protected TaskRepresentation
PlatformTaskService.createTaskRepresentationFromInfo
(TaskInfo task) PlatformTaskService.getNextTask
(String scopeId, String scopeType)