| Package | Description |
|---|---|
| org.alfresco.wcm.client | |
| org.alfresco.wcm.client.impl |
| Modifier and Type | Method and Description |
|---|---|
AssetCollection |
Section.getAssetCollection(String name)
Retrieve the named asset collection from this section.
|
AssetCollection |
Section.getAssetCollection(String name,
int resultsToSkip,
int maxResults) |
AssetCollection |
CollectionFactory.getCollection(String sectionId,
String collectionName)
Get a collection and its contents
|
AssetCollection |
CollectionFactory.getCollection(String sectionId,
String collectionName,
int resultsToSkip,
int maxResults)
Get a collection and its contents
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssetCollectionImpl
Collection of assets with meta-data for the collection itself.
|
| Modifier and Type | Method and Description |
|---|---|
AssetCollection |
SectionImpl.getAssetCollection(String name) |
AssetCollection |
SectionImpl.getAssetCollection(String name,
int resultsToSkip,
int maxResults) |
AssetCollection |
CollectionFactoryWebserviceImpl.getCollection(String sectionId,
String collectionName) |
AssetCollection |
CollectionFactoryCmisImpl.getCollection(String sectionId,
String collectionName) |
AssetCollection |
CachingAssetCollectionFactoryImpl.getCollection(String sectionId,
String collectionName) |
AssetCollection |
CollectionFactoryWebserviceImpl.getCollection(String sectionId,
String collectionName,
int resultsToSkip,
int maxResults) |
AssetCollection |
CollectionFactoryCmisImpl.getCollection(String sectionId,
String collectionName,
int resultsToSkip,
int maxResults) |
AssetCollection |
CachingAssetCollectionFactoryImpl.getCollection(String sectionId,
String collectionName,
int resultsToSkip,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
protected AssetCollectionImpl |
CachingAssetCollectionFactoryImpl.copyAssetCollection(AssetCollection objToCopy) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.