Uses of Class
org.operaton.bpm.engine.rest.dto.task.TaskDto
Packages that use TaskDto
Package
Description
-
Uses of TaskDto in org.operaton.bpm.engine.rest
Methods in org.operaton.bpm.engine.rest that return types with arguments of type TaskDtoModifier and TypeMethodDescriptionTaskRestService.queryTasks(TaskQueryDto query, Integer firstResult, Integer maxResults) Expects the same parameters as(as JSON message body) and allows more than one variable check.invalid reference
TaskRestService#getTasks(UriInfo, Integer, Integer)Methods in org.operaton.bpm.engine.rest with parameters of type TaskDto -
Uses of TaskDto in org.operaton.bpm.engine.rest.dto.task
Subclasses of TaskDto in org.operaton.bpm.engine.rest.dto.taskModifier and TypeClassDescriptionclassclassMethods in org.operaton.bpm.engine.rest.dto.task that return TaskDtoModifier and TypeMethodDescriptionstatic TaskDtoTaskDto.fromEntity(Task task) static TaskDtoTaskWithAttachmentAndCommentDto.fromEntity(Task task) static TaskDtoTaskWithAttachmentAndCommentDto.fromEntity(Task task, Map<String, VariableValueDto> variables) static TaskDtoTaskWithVariablesDto.fromEntity(Task task, Map<String, VariableValueDto> variables) -
Uses of TaskDto in org.operaton.bpm.engine.rest.impl
Methods in org.operaton.bpm.engine.rest.impl that return types with arguments of type TaskDtoModifier and TypeMethodDescriptionTaskRestServiceImpl.getJsonTasks(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) TaskRestServiceImpl.queryTasks(TaskQueryDto queryDto, Integer firstResult, Integer maxResults) Methods in org.operaton.bpm.engine.rest.impl with parameters of type TaskDto -
Uses of TaskDto in org.operaton.bpm.engine.rest.sub.task
Methods in org.operaton.bpm.engine.rest.sub.task with parameters of type TaskDto -
Uses of TaskDto in org.operaton.bpm.engine.rest.sub.task.impl
Methods in org.operaton.bpm.engine.rest.sub.task.impl that return TaskDtoMethods in org.operaton.bpm.engine.rest.sub.task.impl with parameters of type TaskDto