Package | Description |
---|---|
com.flowable.platform.service.content | |
com.flowable.platform.service.task |
Modifier and Type | Method and Description |
---|---|
protected PlatformFolderItemService.CustomFolderPath |
PlatformFolderItemService.getCaseTaskCustomFolderPath(TaskRepresentation task,
String taskDefinitionKey,
String caseDefinitionId,
String scopeId,
String tenantId) |
protected PlatformFolderItemService.CustomFolderPath |
PlatformFolderItemService.getProcessTaskCustomFolderPath(TaskRepresentation task,
String taskDefinitionKey,
String processDefinitionId,
String processInstanceId,
String tenantId) |
Modifier and Type | Class and Description |
---|---|
class |
TaskSearchRepresentation |
Modifier and Type | Method and Description |
---|---|
protected TaskRepresentation |
PlatformTaskService.createTaskRepresentation(HistoricTaskInstance task) |
protected TaskRepresentation |
PlatformTaskService.createTaskRepresentation(Task task) |
protected TaskRepresentation |
PlatformTaskService.createTaskRepresentationFromInfo(TaskInfo task) |
TaskRepresentation |
PlatformTaskService.getTask(String taskId,
boolean includeTranslations) |