Class PlatformFolderItemService
java.lang.Object
com.flowable.platform.service.content.PlatformFolderItemService
Deprecated.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated. -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.protected PlatformContentItemService
Deprecated.static final String
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createBinaryContentItem
(CoreContentItem contentItem, MultipartFile file) createCaseFolderHierarchy
(String caseInstanceId) Deprecated.createFolderFromInstance
(String scopeType, String scopeId) createFolderFromPath
(PlatformContentItemService.CustomFolderPath path, String scopeType, String scopeId) createProcessFolderHierarchy
(String processInstanceId) Deprecated.void
createSimpleContentItem
(CoreContentItem contentItem) createTaskFolderHierarchy
(String taskId) Deprecated.getChildContentItems
(String contentItemId, Boolean showFolders) getChildFolderItems
(String contentItemId, String parentFolderId, Boolean showFolders) getChildFolderTreeItems
(String folderTreeValue) getFirstLevelContentItems
(String contentItemId) getFolderFromScope
(String scopeType, String scopeId, String tenantId) getFolderItemsForScope
(String scopeId, String scopeType) getOrCreateParentFolder
(CoreContentItem contentItem) getParentFolderWithScope
(CoreContentItem contentItem) getParentPaths
(CoreContentItem current, String parentFolderId) getRootFolder
(String tenantId) Deprecated.getWorkFolder
(String tenantId) Deprecated.boolean
Deprecated.boolean
Deprecated.
-
Field Details
-
PERSONAL_FOLDER_NAME
Deprecated.- See Also:
-
SCOPE_TYPE_USER
Deprecated.- See Also:
-
platformContentItemService
Deprecated.
-
-
Constructor Details
-
PlatformFolderItemService
public PlatformFolderItemService()Deprecated.
-
-
Method Details
-
getFolderItemsForScope
-
getChildFolderItems
@Deprecated public FolderResponse getChildFolderItems(String contentItemId, String parentFolderId, Boolean showFolders) -
getChildFolderTreeItems
-
createSimpleContentItem
-
createBinaryContentItem
-
getOrCreateParentFolder
-
getParentFolderWithScope
-
getFolderFromScope
@Deprecated public CoreContentItem getFolderFromScope(String scopeType, String scopeId, String tenantId) -
createFolderFromPath
@Deprecated public CoreContentItem createFolderFromPath(PlatformContentItemService.CustomFolderPath path, String scopeType, String scopeId) -
createFolderFromInstance
-
createCaseFolderHierarchy
Deprecated. -
createProcessFolderHierarchy
Deprecated. -
createTaskFolderHierarchy
Deprecated. -
getRootFolder
Deprecated. -
getWorkFolder
Deprecated. -
isReadOnly
Deprecated. -
isReadOnly
Deprecated. -
getParentPaths
-
getFirstLevelContentItems
-
getChildContentItems
-
instead