Uses of Class
com.flowable.platform.service.content.PlatformFolderItemService.CustomFolderPath
-
Packages that use PlatformFolderItemService.CustomFolderPath Package Description com.flowable.platform.service.content -
-
Uses of PlatformFolderItemService.CustomFolderPath in com.flowable.platform.service.content
Methods in com.flowable.platform.service.content that return PlatformFolderItemService.CustomFolderPath Modifier and Type Method Description protected PlatformFolderItemService.CustomFolderPathPlatformFolderItemService. getCaseCustomFolderPath(java.lang.String caseInstanceId)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. getProcessCustomFolderPath(java.lang.String processInstanceId)protected PlatformFolderItemService.CustomFolderPathPlatformFolderItemService. getProcessTaskCustomFolderPath(TaskRepresentation task, java.lang.String taskDefinitionKey, java.lang.String processDefinitionId, java.lang.String processInstanceId, java.lang.String tenantId)protected PlatformFolderItemService.CustomFolderPathPlatformFolderItemService. getTaskCustomFolderPath(java.lang.String taskId)Methods in com.flowable.platform.service.content with parameters of type PlatformFolderItemService.CustomFolderPath Modifier and Type Method Description com.flowable.core.content.api.CoreContentItemPlatformFolderItemService. createFolderFromPath(PlatformFolderItemService.CustomFolderPath path, java.lang.String scopeType, java.lang.String scopeId)
-