public class CollectionFactoryCmisImpl extends Object implements CollectionFactory
| Constructor and Description |
|---|
CollectionFactoryCmisImpl() |
| 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
|
void |
setAssetFactory(AssetFactory assetFactory) |
void |
setSectionFactory(SectionFactory sectionFactory) |
public AssetCollection getCollection(String sectionId, String collectionName)
CollectionFactorygetCollection in interface CollectionFactorysectionId - the parent section idcollectionName - the name of the collection requiredpublic void setSectionFactory(SectionFactory sectionFactory)
public void setAssetFactory(AssetFactory assetFactory)
public AssetCollection getCollection(String sectionId, String collectionName, int resultsToSkip, int maxResults)
CollectionFactorygetCollection in interface CollectionFactorysectionId - 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.