Uses of Class
com.flowable.platform.service.task.TaskRepresentation
-
Packages that use TaskRepresentation Package Description com.flowable.platform.service.content com.flowable.platform.service.task -
-
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.CustomFolderPathPlatformFolderItemService. getCaseTaskCustomFolderPath(TaskRepresentation task, java.lang.String taskDefinitionKey, java.lang.String caseDefinitionId, java.lang.String scopeId, java.lang.String tenantId)protected PlatformFolderItemService.CustomFolderPathPlatformFolderItemService. 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 classTaskSearchRepresentationMethods in com.flowable.platform.service.task that return TaskRepresentation Modifier and Type Method Description protected TaskRepresentationPlatformTaskService. createTaskRepresentation(org.flowable.task.api.history.HistoricTaskInstance task)protected TaskRepresentationPlatformTaskService. createTaskRepresentation(org.flowable.task.api.Task task)protected TaskRepresentationPlatformTaskService. createTaskRepresentationFromInfo(org.flowable.task.api.TaskInfo task)TaskRepresentationPlatformTaskService. getTask(java.lang.String taskId, boolean includeTranslations)
-