Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.acs.damsel.srvr.collection.CollectionView

Uses of CollectionView in org.acs.damsel.srvr.collection
 

Fields in org.acs.damsel.srvr.collection declared as CollectionView
private  CollectionView TestCollectionView.collectionView
           
 

Methods in org.acs.damsel.srvr.collection that return CollectionView
 CollectionView CollectionMgr.getAllAssetsFromCollection(java.lang.String collectionName)
          This method returns all of the assets associated with a collection specified by collectionName in the form of a CollectionView.
 CollectionView Collection.getAllAssets()
          Returns a CollectionView containing all of the Assets associated with this Collection.
 

Methods in org.acs.damsel.srvr.collection with parameters of type CollectionView
 void CollectionView.merge(CollectionView collView)
          Merges specified collection view assets with the current collection view.