Uses of Class
com.flowable.platform.service.task.TaskRepresentation
Package | Description |
---|---|
com.flowable.platform.rest.service.api.task | |
com.flowable.platform.service.content | |
com.flowable.platform.service.task |
-
Uses of TaskRepresentation in com.flowable.platform.rest.service.api.task
Methods in com.flowable.platform.rest.service.api.task that return types with arguments of type TaskRepresentation Modifier and Type Method Description org.springframework.http.ResponseEntity<TaskRepresentation>
TaskResource. getTask(java.lang.String taskId, boolean includeTranslations)
-
Uses of TaskRepresentation in com.flowable.platform.service.content
Methods in com.flowable.platform.service.content with parameters of type TaskRepresentation Modifier and Type Method Description protected PlatformFolderItemService.CustomFolderPath
PlatformFolderItemService. getCaseTaskCustomFolderPath(TaskRepresentation task, java.lang.String taskDefinitionKey, java.lang.String caseDefinitionId, java.lang.String scopeId, java.lang.String tenantId)
protected PlatformFolderItemService.CustomFolderPath
PlatformFolderItemService. getProcessTaskCustomFolderPath(TaskRepresentation task, java.lang.String taskDefinitionKey, java.lang.String processDefinitionId, java.lang.String processInstanceId, java.lang.String tenantId)
-
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(org.flowable.task.api.history.HistoricTaskInstance task)
protected TaskRepresentation
PlatformTaskService. createTaskRepresentation(org.flowable.task.api.Task task)
protected TaskRepresentation
PlatformTaskService. createTaskRepresentationFromInfo(org.flowable.task.api.TaskInfo task)
TaskRepresentation
PlatformTaskService. getTask(java.lang.String taskId, boolean includeTranslations)