Class PlatformFolderItemService
- java.lang.Object
-
- com.flowable.platform.service.content.PlatformFolderItemService
-
@Transactional @Deprecated public class PlatformFolderItemService extends Object
Deprecated.useinstead
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PlatformFolderItemService.CustomFolderPath
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description static String
PERSONAL_FOLDER_NAME
Deprecated.protected PlatformContentItemService
platformContentItemService
Deprecated.static String
SCOPE_TYPE_USER
Deprecated.
-
Constructor Summary
Constructors Constructor Description PlatformFolderItemService()
Deprecated.
-
Method Summary
-
-
-
Field Detail
-
PERSONAL_FOLDER_NAME
@Deprecated public static final String PERSONAL_FOLDER_NAME
Deprecated.- See Also:
- Constant Field Values
-
SCOPE_TYPE_USER
@Deprecated public static final String SCOPE_TYPE_USER
Deprecated.- See Also:
- Constant Field Values
-
platformContentItemService
@Autowired protected PlatformContentItemService platformContentItemService
Deprecated.
-
-
Method Detail
-
getFolderItemsForScope
@Deprecated public FolderResponse getFolderItemsForScope(String scopeId, String scopeType)
-
getChildFolderItems
@Deprecated public FolderResponse getChildFolderItems(String contentItemId, String parentFolderId, Boolean showFolders)
-
getChildFolderTreeItems
@Deprecated public FolderResponse getChildFolderTreeItems(String folderTreeValue)
Deprecated.
-
createSimpleContentItem
@Deprecated public void createSimpleContentItem(CoreContentItem contentItem)
-
createBinaryContentItem
@Deprecated public void createBinaryContentItem(CoreContentItem contentItem, MultipartFile file)
-
getOrCreateParentFolder
@Deprecated public CoreContentItem getOrCreateParentFolder(CoreContentItem contentItem)
-
getParentFolderWithScope
@Deprecated public CoreContentItem getParentFolderWithScope(CoreContentItem contentItem)
-
getFolderFromScope
@Deprecated public CoreContentItem getFolderFromScope(String scopeType, String scopeId, String tenantId)
-
createFolderFromPath
@Deprecated public CoreContentItem createFolderFromPath(PlatformContentItemService.CustomFolderPath path, String scopeType, String scopeId)
-
createFolderFromInstance
@Deprecated public CoreContentItem createFolderFromInstance(String scopeType, String scopeId)
-
createCaseFolderHierarchy
@Deprecated public CoreContentItem createCaseFolderHierarchy(String caseInstanceId)
Deprecated.
-
createProcessFolderHierarchy
@Deprecated public CoreContentItem createProcessFolderHierarchy(String processInstanceId)
Deprecated.
-
createTaskFolderHierarchy
@Deprecated public CoreContentItem createTaskFolderHierarchy(String taskId)
Deprecated.
-
getRootFolder
@Deprecated public CoreContentItem getRootFolder(String tenantId)
Deprecated.
-
getWorkFolder
@Deprecated public CoreContentItem getWorkFolder(String tenantId)
Deprecated.
-
isReadOnly
@Deprecated public boolean isReadOnly(CoreContentItem f)
Deprecated.
-
isReadOnly
@Deprecated public boolean isReadOnly(FolderItem f)
Deprecated.
-
getParentPaths
@Deprecated public List<FolderPath> getParentPaths(CoreContentItem current, String parentFolderId)
-
getFirstLevelContentItems
@Deprecated public List<FolderItem> getFirstLevelContentItems(String contentItemId)
Deprecated.
-
getChildContentItems
@Deprecated public List<FolderItem> getChildContentItems(String contentItemId, Boolean showFolders)
Deprecated.
-
-