public interface CollectionFactory
| Modifier and Type | Method and Description |
|---|---|
AssetCollection |
getCollection(String sectionId,
String collectionName)
Get a collection and its contents
|
AssetCollection |
getCollection(String sectionId,
String collectionName,
int resultsToSkip,
int maxResults)
Get a collection and its contents
|
AssetCollection getCollection(String sectionId, String collectionName)
sectionId - the parent section idcollectionName - the name of the collection requiredAssetCollection getCollection(String sectionId, String collectionName, int resultsToSkip, int maxResults)
sectionId - the parent section idcollectionName - the name of the collection requiredresultsToSkip - the number of returned assets to skipmaxResults - the number of results to returnCopyright © 2005–2014 Alfresco Software. All rights reserved.