Uses of Class
com.flowable.platform.service.task.TaskRepresentation
-
Packages that use TaskRepresentation Package Description com.flowable.platform.service.task -
-
Uses of TaskRepresentation in com.flowable.platform.service.task
Subclasses of TaskRepresentation in com.flowable.platform.service.task Modifier and Type Class Description class
TaskSearchRepresentation
Methods in com.flowable.platform.service.task that return TaskRepresentation Modifier and Type Method Description protected TaskRepresentation
PlatformTaskService. createTaskRepresentation(HistoricTaskInstance task)
protected TaskRepresentation
PlatformTaskService. createTaskRepresentation(Task task)
protected TaskRepresentation
PlatformTaskService. createTaskRepresentationFromInfo(TaskInfo task)
TaskRepresentation
PlatformTaskService. getNextTask(String scopeId, String scopeType)
TaskRepresentation
PlatformTaskService. getTask(String taskId, boolean includeTranslations)
-