| Package | Description |
|---|---|
| org.alfresco.wcm.client | |
| org.alfresco.wcm.client.impl | |
| org.alfresco.wcm.client.util | |
| org.alfresco.wcm.client.util.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchResult |
| Modifier and Type | Method and Description |
|---|---|
Asset |
PathResolutionDetails.getAsset() |
Asset |
VisitorFeedback.getAsset() |
Asset |
Section.getAsset(String name)
Gets the asset with the given name in this section.
|
Asset |
AssetFactory.getAssetById(String id)
Obtain the asset with the specified identifier.
|
Asset |
AssetFactory.getAssetById(String id,
boolean deferredLoad)
Similar to
AssetFactory.getAssetById(String), but if deferredLoad is set to true then
this operation does not attempt to load the asset until a subsequent operation on
it makes it necessary. |
Asset |
WebSite.getAssetByPath(String path) |
Asset |
Section.getIndexPage()
Gets a section's index page
|
Asset |
WebSite.getLogo()
Get the asset which is the site logo
|
Asset |
Asset.getRelatedAsset(String relationshipName)
Get a single related asset
|
Asset |
AssetFactory.getSectionAsset(String sectionId,
String assetName)
Loads the asset with the specified name that is located in the specified section.
|
Asset |
AssetFactory.getSectionAsset(String sectionId,
String assetName,
boolean wildcardsAllowedInName)
Similar to
AssetFactory.getSectionAsset(String, String), but if wildcardsAllowedInName is set
to true then this operation will allow wildcards in the specified assetName. |
| Modifier and Type | Method and Description |
|---|---|
List<Asset> |
AssetCollection.getAssets()
Get the collection of assets
|
List<Asset> |
AssetFactory.getAssetsById(Collection<String> ids)
Obtain a list of assets with the identifiers contained by the supplied collection
of identifiers.
|
List<Asset> |
AssetFactory.getAssetsById(Collection<String> ids,
boolean deferredLoad)
Similar to
AssetFactory.getAssetsById(Collection), but if deferredLoad is set to true then
this operation will not actually load the assets. |
Map<String,List<Asset>> |
Asset.getRelatedAssets()
Returns a Map of all the related assets.
|
List<Asset> |
Asset.getRelatedAssets(String relationshipName)
Get a list of related assets
|
| Modifier and Type | Method and Description |
|---|---|
void |
VisitorFeedback.setAsset(Asset asset) |
| Modifier and Type | Class and Description |
|---|---|
class |
AssetImpl
Asset interface implementation
|
class |
DeferredLoadingAssetImpl |
class |
SearchResultAssetImpl |
class |
SearchResultImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<Asset> |
AssetCollectionImpl.assets
The wrapped collection
|
| Modifier and Type | Method and Description |
|---|---|
protected Asset |
AssetFactoryWebscriptImpl.buildAsset(TreeMap<String,Serializable> props) |
Asset |
DeferredLoadingAssetListImpl.get(int index) |
Asset |
VisitorFeedbackImpl.getAsset() |
Asset |
PathResolutionDetailsImpl.getAsset() |
Asset |
SectionImpl.getAsset(String resourceName) |
Asset |
CachingAssetFactoryImpl.getAssetById(String id) |
Asset |
AssetFactoryWebscriptImpl.getAssetById(String id) |
Asset |
AssetFactoryCmisImpl.getAssetById(String id) |
Asset |
CachingAssetFactoryImpl.getAssetById(String id,
boolean deferredLoad) |
Asset |
AssetFactoryWebscriptImpl.getAssetById(String id,
boolean deferredLoad) |
Asset |
AssetFactoryCmisImpl.getAssetById(String id,
boolean deferredLoad) |
Asset |
WebSiteImpl.getAssetByPath(String path) |
Asset |
SectionImpl.getIndexPage() |
Asset |
WebSiteImpl.getLogo() |
Asset |
DeferredLoadingAssetImpl.getRelatedAsset(String relationshipName) |
Asset |
AssetImpl.getRelatedAsset(String relationshipName) |
Asset |
SearchResultAssetImpl.getRelatedAsset(String relationshipName) |
Asset |
CachingAssetFactoryImpl.getSectionAsset(String sectionId,
String assetName) |
Asset |
AssetFactoryWebscriptImpl.getSectionAsset(String sectionId,
String assetName) |
Asset |
AssetFactoryCmisImpl.getSectionAsset(String sectionId,
String resourceName) |
Asset |
CachingAssetFactoryImpl.getSectionAsset(String sectionId,
String assetName,
boolean wildcardsAllowedInName) |
Asset |
AssetFactoryWebscriptImpl.getSectionAsset(String sectionId,
String assetName,
boolean wildcardsAllowedInName) |
Asset |
AssetFactoryCmisImpl.getSectionAsset(String sectionId,
String resourceName,
boolean wildcardsAllowedInName) |
Asset |
DeferredLoadingAssetListImpl.remove(int index) |
Asset |
DeferredLoadingAssetListImpl.set(int index,
Asset element) |
| Modifier and Type | Method and Description |
|---|---|
List<Asset> |
AssetCollectionImpl.getAssets() |
List<Asset> |
CachingAssetFactoryImpl.getAssetsById(Collection<String> ids) |
List<Asset> |
AssetFactoryWebscriptImpl.getAssetsById(Collection<String> ids) |
List<Asset> |
AssetFactoryCmisImpl.getAssetsById(Collection<String> ids) |
List<Asset> |
CachingAssetFactoryImpl.getAssetsById(Collection<String> ids,
boolean deferredLoad) |
List<Asset> |
AssetFactoryWebscriptImpl.getAssetsById(Collection<String> ids,
boolean deferredLoad) |
List<Asset> |
AssetFactoryCmisImpl.getAssetsById(Collection<String> ids,
boolean deferredLoad) |
Map<String,List<Asset>> |
AssetImpl.getCachedRelatedAssets()
Returns a map of all related assets stored in an Asset.
|
Map<String,List<Asset>> |
DeferredLoadingAssetImpl.getRelatedAssets() |
Map<String,List<Asset>> |
AssetImpl.getRelatedAssets() |
Map<String,List<Asset>> |
SearchResultAssetImpl.getRelatedAssets() |
List<Asset> |
DeferredLoadingAssetImpl.getRelatedAssets(String relationshipName) |
List<Asset> |
AssetImpl.getRelatedAssets(String relationshipName) |
List<Asset> |
SearchResultAssetImpl.getRelatedAssets(String relationshipName) |
Iterator<Asset> |
DeferredLoadingAssetListImpl.iterator() |
ListIterator<Asset> |
DeferredLoadingAssetListImpl.listIterator() |
ListIterator<Asset> |
DeferredLoadingAssetListImpl.listIterator(int index) |
List<Asset> |
DeferredLoadingAssetListImpl.subList(int fromIndex,
int toIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
AssetCollectionImpl.add(Asset asset)
Add a single asset to the collection.
|
boolean |
DeferredLoadingAssetListImpl.add(Asset e) |
void |
DeferredLoadingAssetListImpl.add(int index,
Asset element) |
Asset |
DeferredLoadingAssetListImpl.set(int index,
Asset element) |
void |
VisitorFeedbackImpl.setAsset(Asset asset) |
void |
PathResolutionDetailsImpl.setAsset(Asset asset) |
void |
WebSiteImpl.setLogo(Asset logo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DeferredLoadingAssetListImpl.addAll(Collection<? extends Asset> c) |
boolean |
DeferredLoadingAssetListImpl.addAll(int index,
Collection<? extends Asset> c) |
void |
AssetCollectionImpl.setAssets(List<Asset> assets) |
| Modifier and Type | Method and Description |
|---|---|
String |
UrlUtils.getLongUrl(Asset asset)
Get the long url of an asset
|
String |
UrlUtils.getShortUrl(Asset asset)
Get the short url of an asset
|
String |
UrlUtils.getUrl(Asset asset)
Get the url of an asset
|
| Modifier and Type | Method and Description |
|---|---|
String |
UrlUtilsImpl.getLongUrl(Asset asset) |
String |
UrlUtilsImpl.getShortUrl(Asset asset) |
String |
UrlUtilsImpl.getUrl(Asset asset) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.