|
|||||||||
| Home >> All >> org >> acs >> damsel >> srvr >> [ collection overview ] | PREV NEXT | ||||||||
A
- addAsset(Asset) - Method in class org.acs.damsel.srvr.collection.Collection
- Adds the specified asset to the database and associates it with this collection.
- addAsset(Asset) - Method in class org.acs.damsel.srvr.collection.CollectionView
- Adds an Asset to this CollectionView
- addAssetToCollection(String, String) - Method in class org.acs.damsel.srvr.collection.CollectionMgr
- Method to add indicated existing asset to indicated existing collection
- addCollection(Collection) - Method in class org.acs.damsel.srvr.collection.CollectionMgr
- Adds the specified collection information to the database Note!! This method does not add all the assets associated with the specified collection, it simply updates the CollectionTable to include all its information
- assetDB - Variable in class org.acs.damsel.srvr.collection.CollectionMgr
C
- Collection - class org.acs.damsel.srvr.collection.Collection.
- Class Name: Collection
- Collection() - Constructor for class org.acs.damsel.srvr.collection.Collection
- Default constructor.
- Collection(String) - Constructor for class org.acs.damsel.srvr.collection.Collection
- Constructor with name as parameter.
- CollectionMgr - class org.acs.damsel.srvr.collection.CollectionMgr.
- Class Name: Collection Manager
- CollectionMgr() - Constructor for class org.acs.damsel.srvr.collection.CollectionMgr
- Basic constructor
- CollectionMgrException - exception org.acs.damsel.srvr.collection.CollectionMgrException.
- CollectionMgrException(String) - Constructor for class org.acs.damsel.srvr.collection.CollectionMgrException
- CollectionView - class org.acs.damsel.srvr.collection.CollectionView.
- Class Name: Collection View
- CollectionView() - Constructor for class org.acs.damsel.srvr.collection.CollectionView
- collection - Variable in class org.acs.damsel.srvr.collection.TestCollection
- collectionIterator() - Method in class org.acs.damsel.srvr.collection.CollectionMgr
- collectionMgr - Variable in class org.acs.damsel.srvr.collection.TestCollectionMgr
- collectionName - Variable in class org.acs.damsel.srvr.collection.Collection
- collectionNames() - Method in class org.acs.damsel.srvr.collection.CollectionMgr
- collectionView - Variable in class org.acs.damsel.srvr.collection.TestCollectionView
- contains(Asset) - Method in class org.acs.damsel.srvr.collection.Collection
- Checks if current collection contains specified asset.
- contains(Asset) - Method in class org.acs.damsel.srvr.collection.CollectionView
- Method checks whether the specified asset is in this CollectionView
D
- description - Variable in class org.acs.damsel.srvr.collection.Collection
E
- enumerator() - Method in class org.acs.damsel.srvr.collection.Collection
- equals(Object) - Method in class org.acs.damsel.srvr.collection.Collection
F
- four - Variable in class org.acs.damsel.srvr.collection.TestCollection
G
- getAllAssets() - Method in class org.acs.damsel.srvr.collection.Collection
- Returns a CollectionView containing all of the Assets associated with this Collection.
- getAllAssetsFromCollection(String) - Method in class org.acs.damsel.srvr.collection.CollectionMgr
- This method returns all of the assets associated with a collection specified by collectionName in the form of a CollectionView.
- getAsset(String) - Method in class org.acs.damsel.srvr.collection.Collection
- Returns the asset with the specified fileName
- getCollection(String) - Method in class org.acs.damsel.srvr.collection.CollectionMgr
- Builds a Collection by populating all the Collection information from the database and returns the Collection.
- getCollectionName() - Method in class org.acs.damsel.srvr.collection.Collection
- getCollectionTable() - Method in class org.acs.damsel.srvr.collection.CollectionMgr
- Gets the CollectionTable from the database.
- getDescription() - Method in class org.acs.damsel.srvr.collection.Collection
- getEditableCollections(User) - Method in class org.acs.damsel.srvr.collection.CollectionMgr
- This method will take in a User object and search the database for all possible collections that the user could edit.
- getGroupName() - Method in class org.acs.damsel.srvr.collection.Collection
- getMetadataTagsCommonToAllAssets() - Method in class org.acs.damsel.srvr.collection.CollectionView
- Iterate through the assets in this collection view and determine what asset descriptors are common for all.
- getOwnerName() - Method in class org.acs.damsel.srvr.collection.Collection
- getPermissionID() - Method in class org.acs.damsel.srvr.collection.Collection
- getRepositoryName() - Method in class org.acs.damsel.srvr.collection.Collection
- getSchemaName() - Method in class org.acs.damsel.srvr.collection.Collection
- groupName - Variable in class org.acs.damsel.srvr.collection.Collection
I
- isCollectionPrivate(String) - Method in class org.acs.damsel.srvr.collection.CollectionMgr
- Method checks database to discover if the permissions set for the specified collection signal that it is private and returns true if private, false otherwise.
- isEmpty() - Method in class org.acs.damsel.srvr.collection.Collection
- Checks if collection is empty.
- isInRepository(Collection) - Method in class org.acs.damsel.srvr.collection.CollectionMgr
- Checks for the presence of a collection in the repository.
- isPublic() - Method in class org.acs.damsel.srvr.collection.Collection
- Check if the Collection can be viewed by the default user (definition of public)
- iterator() - Method in class org.acs.damsel.srvr.collection.CollectionView
L
- log - Static variable in class org.acs.damsel.srvr.collection.Collection
- log - Static variable in class org.acs.damsel.srvr.collection.CollectionMgr
- log - Static variable in class org.acs.damsel.srvr.collection.CollectionView
M
- merge(CollectionView) - Method in class org.acs.damsel.srvr.collection.CollectionView
- Merges specified collection view assets with the current collection view.
- myView - Variable in class org.acs.damsel.srvr.collection.CollectionView
O
- one - Variable in class org.acs.damsel.srvr.collection.TestCollection
- org.acs.damsel.srvr.collection - package org.acs.damsel.srvr.collection
- ownerName - Variable in class org.acs.damsel.srvr.collection.Collection
P
- permissionID - Variable in class org.acs.damsel.srvr.collection.Collection
- populateCollection(String) - Method in class org.acs.damsel.srvr.collection.TestCollection
R
- removeAsset(Asset) - Method in class org.acs.damsel.srvr.collection.Collection
- Removes the specified asset from this collection and the database by searching for the fileName
- removeAsset(Asset) - Method in class org.acs.damsel.srvr.collection.CollectionView
- Removes the specified Asset from this CollectionView
- removeAssetsAndCollection() - Method in class org.acs.damsel.srvr.collection.TestCollection
- removeCollection(Collection) - Method in class org.acs.damsel.srvr.collection.CollectionMgr
- Removes the specified collection information from the database's CollectionTable Note!! This method does not remove all the assets associated with the specified collection, it simply updates the CollectionTable to not include all its information
- repositoryName - Variable in class org.acs.damsel.srvr.collection.Collection
- returnAsset(int) - Method in class org.acs.damsel.srvr.collection.CollectionView
- Returns the asset sitting at the specified index in the CollectionView(Vector).
S
- schemaName - Variable in class org.acs.damsel.srvr.collection.Collection
- setCollectionName(String) - Method in class org.acs.damsel.srvr.collection.Collection
- setDescription(String) - Method in class org.acs.damsel.srvr.collection.Collection
- setGroupName(String) - Method in class org.acs.damsel.srvr.collection.Collection
- setOwnerName(String) - Method in class org.acs.damsel.srvr.collection.Collection
- setPermissionID(String) - Method in class org.acs.damsel.srvr.collection.Collection
- setRepositoryName(String) - Method in class org.acs.damsel.srvr.collection.Collection
- setSchemaName(String) - Method in class org.acs.damsel.srvr.collection.Collection
- setUp() - Method in class org.acs.damsel.srvr.collection.TestCollection
- setUp() - Method in class org.acs.damsel.srvr.collection.TestCollectionMgr
- setUp() - Method in class org.acs.damsel.srvr.collection.TestCollectionView
- size() - Method in class org.acs.damsel.srvr.collection.Collection
- size() - Method in class org.acs.damsel.srvr.collection.CollectionMgr
- size() - Method in class org.acs.damsel.srvr.collection.CollectionView
T
- TestCollection - class org.acs.damsel.srvr.collection.TestCollection.
- TestCollection(String) - Constructor for class org.acs.damsel.srvr.collection.TestCollection
- TestCollectionMgr - class org.acs.damsel.srvr.collection.TestCollectionMgr.
- TestCollectionMgr() - Constructor for class org.acs.damsel.srvr.collection.TestCollectionMgr
- TestCollectionView - class org.acs.damsel.srvr.collection.TestCollectionView.
- TestCollectionView(String) - Constructor for class org.acs.damsel.srvr.collection.TestCollectionView
- tearDown() - Method in class org.acs.damsel.srvr.collection.TestCollection
- tearDown() - Method in class org.acs.damsel.srvr.collection.TestCollectionMgr
- testAddAsset() - Method in class org.acs.damsel.srvr.collection.TestCollection
- testAddAsset() - Method in class org.acs.damsel.srvr.collection.TestCollectionView
- testAddRemoveCollection() - Method in class org.acs.damsel.srvr.collection.TestCollectionMgr
- testCollectionIterator() - Method in class org.acs.damsel.srvr.collection.TestCollectionMgr
- testCollectionNames() - Method in class org.acs.damsel.srvr.collection.TestCollectionMgr
- testConstructor() - Method in class org.acs.damsel.srvr.collection.TestCollection
- testContains() - Method in class org.acs.damsel.srvr.collection.TestCollection
- testCreate() - Method in class org.acs.damsel.srvr.collection.TestCollectionView
- testGetAllAssets() - Method in class org.acs.damsel.srvr.collection.TestCollection
- testGetAsset() - Method in class org.acs.damsel.srvr.collection.TestCollection
- testGetCollection() - Method in class org.acs.damsel.srvr.collection.TestCollectionMgr
- testGetMetadataTagsCommonToAllAssets() - Method in class org.acs.damsel.srvr.collection.TestCollectionView
- testIsInRepository() - Method in class org.acs.damsel.srvr.collection.TestCollectionMgr
- testIsPublic() - Method in class org.acs.damsel.srvr.collection.TestCollection
- testName() - Method in class org.acs.damsel.srvr.collection.TestCollection
- testRemoveAsset() - Method in class org.acs.damsel.srvr.collection.TestCollection
- testRemoveAsset() - Method in class org.acs.damsel.srvr.collection.TestCollectionView
- testSchema() - Method in class org.acs.damsel.srvr.collection.TestCollection
- testSize() - Method in class org.acs.damsel.srvr.collection.TestCollection
- three - Variable in class org.acs.damsel.srvr.collection.TestCollection
- two - Variable in class org.acs.damsel.srvr.collection.TestCollection
U
- updateCollection(Collection) - Method in class org.acs.damsel.srvr.collection.CollectionMgr
A C D E F G I L M O P R S T U
|
|||||||||
| Home >> All >> org >> acs >> damsel >> srvr >> [ collection overview ] | PREV NEXT | ||||||||