Package | Description |
---|---|
org.alfresco.bm.cm |
Modifier and Type | Method and Description |
---|---|
protected FolderData |
FileFolderService.fromDBObject(com.mongodb.DBObject folderDataObj)
Helper to convert a Mongo DBObject into the API consumable object
Note that null is handled as a null return.
|
FolderData |
FileFolderService.getFolder(String id)
Retrieve a folder by the ID
|
FolderData |
FileFolderService.getFolder(String context,
String path)
Retrieve a folder by the path
|
Modifier and Type | Method and Description |
---|---|
protected List<FolderData> |
FileFolderService.fromDBCursor(com.mongodb.DBCursor cursor)
Turn a cursor into an array of API-friendly objects
|
List<FolderData> |
FileFolderService.getChildFolders(String context,
String path,
int skip,
int limit)
Get a list of folders that have the given context and path as a parent folder.
|
List<FolderData> |
FileFolderService.getFoldersByCounts(String context,
Long minLevel,
Long maxLevel,
Long minFolders,
Long maxFolders,
Long minFiles,
Long maxFiles,
int skip,
int limit)
Get a list of folders filtered by the number of child files and/or folders, returning
results sorted according to the parameters supplied.
|
Modifier and Type | Method and Description |
---|---|
void |
FileFolderService.createNewFolder(FolderData data)
Create a new folder entry with the given data
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.