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 classPlatformFolderItemService.CustomFolderPathDeprecated.Methods in com.flowable.platform.service.content that return PlatformContentItemService.CustomFolderPath Modifier and Type Method Description protected PlatformContentItemService.CustomFolderPathPlatformContentItemService. getCaseCustomFolderPath(String caseInstanceId)protected PlatformContentItemService.CustomFolderPathPlatformContentItemService. getCaseTaskCustomFolderPath(TaskInfo task, String taskDefinitionKey, String caseDefinitionId, String scopeId, String tenantId)protected PlatformContentItemService.CustomFolderPathPlatformContentItemService. getProcessCustomFolderPath(String processInstanceId)protected PlatformContentItemService.CustomFolderPathPlatformContentItemService. getProcessTaskCustomFolderPath(TaskInfo task, String taskDefinitionKey, String processDefinitionId, String processInstanceId, String tenantId)protected PlatformContentItemService.CustomFolderPathPlatformContentItemService. getTaskCustomFolderPath(String taskId)Methods in com.flowable.platform.service.content with parameters of type PlatformContentItemService.CustomFolderPath Modifier and Type Method Description CoreContentItemPlatformContentItemService. createFolderFromPath(PlatformContentItemService.CustomFolderPath path, String scopeType, String scopeId)CoreContentItemPlatformFolderItemService. createFolderFromPath(PlatformContentItemService.CustomFolderPath path, String scopeType, String scopeId)
-