Uses of Class
com.flowable.platform.service.content.PlatformContentItemService.CustomFolderPath
-
Packages that use PlatformContentItemService.CustomFolderPath Package Description com.flowable.platform.service.content -
-
Uses of PlatformContentItemService.CustomFolderPath in com.flowable.platform.service.content
Subclasses of PlatformContentItemService.CustomFolderPath in com.flowable.platform.service.content Modifier and Type Class Description static class
PlatformFolderItemService.CustomFolderPath
Deprecated.Methods in com.flowable.platform.service.content that return PlatformContentItemService.CustomFolderPath Modifier and Type Method Description protected PlatformContentItemService.CustomFolderPath
PlatformContentItemService. getCaseCustomFolderPath(String caseInstanceId)
protected PlatformContentItemService.CustomFolderPath
PlatformContentItemService. getCaseTaskCustomFolderPath(TaskInfo task, String taskDefinitionKey, String caseDefinitionId, String scopeId, String tenantId)
protected PlatformContentItemService.CustomFolderPath
PlatformContentItemService. getProcessCustomFolderPath(String processInstanceId)
protected PlatformContentItemService.CustomFolderPath
PlatformContentItemService. getProcessTaskCustomFolderPath(TaskInfo task, String taskDefinitionKey, String processDefinitionId, String processInstanceId, String tenantId)
protected PlatformContentItemService.CustomFolderPath
PlatformContentItemService. getTaskCustomFolderPath(String taskId)
Methods in com.flowable.platform.service.content with parameters of type PlatformContentItemService.CustomFolderPath Modifier and Type Method Description CoreContentItem
PlatformContentItemService. createFolderFromPath(PlatformContentItemService.CustomFolderPath path, String scopeType, String scopeId)
CoreContentItem
PlatformFolderItemService. createFolderFromPath(PlatformContentItemService.CustomFolderPath path, String scopeType, String scopeId)
-