public class CollectionFactoryWebserviceImpl extends Object implements AssetCollectionFactory
| Constructor and Description |
|---|
CollectionFactoryWebserviceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected AssetCollectionImpl |
buildCollection(String sectionId,
TreeMap<String,Serializable> assetCollectionData) |
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
|
Date |
getModifiedTimeOfAssetCollection(String assetCollectionId) |
void |
setAssetFactory(AssetFactory assetFactory) |
void |
setWebscriptCaller(WebScriptCaller webscriptCaller) |
public AssetCollection getCollection(String sectionId, String collectionName)
CollectionFactorygetCollection in interface CollectionFactorysectionId - the parent section idcollectionName - the name of the collection requiredgetCollection(String,
String)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 returngetCollection(String,
String, int, int)public Date getModifiedTimeOfAssetCollection(String assetCollectionId)
getModifiedTimeOfAssetCollection in interface AssetCollectionFactoryprotected AssetCollectionImpl buildCollection(String sectionId, TreeMap<String,Serializable> assetCollectionData)
public void setAssetFactory(AssetFactory assetFactory)
public void setWebscriptCaller(WebScriptCaller webscriptCaller)
Copyright © 2005–2014 Alfresco Software. All rights reserved.