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.CustomFolderPath
PlatformFolderItemService. getCaseCustomFolderPath(java.lang.String caseInstanceId)
protected PlatformFolderItemService.CustomFolderPath
PlatformFolderItemService. getCaseTaskCustomFolderPath(TaskRepresentation task, java.lang.String taskDefinitionKey, java.lang.String caseDefinitionId, java.lang.String scopeId, java.lang.String tenantId)
protected PlatformFolderItemService.CustomFolderPath
PlatformFolderItemService. getProcessCustomFolderPath(java.lang.String processInstanceId)
protected PlatformFolderItemService.CustomFolderPath
PlatformFolderItemService. getProcessTaskCustomFolderPath(TaskRepresentation task, java.lang.String taskDefinitionKey, java.lang.String processDefinitionId, java.lang.String processInstanceId, java.lang.String tenantId)
protected PlatformFolderItemService.CustomFolderPath
PlatformFolderItemService. 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.CoreContentItem
PlatformFolderItemService. createFolderFromPath(PlatformFolderItemService.CustomFolderPath path, java.lang.String scopeType, java.lang.String scopeId)
-