Index
All Classes and Interfaces|All Packages
A
- addToCollection(String, String, String, CollectionMembershipProperties) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Add an element to a collection.
- attachCollection(String, String, String, boolean, ResourceListProperties) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Connect an existing collection to an element using the ResourceList relationship (0019).
C
- CollectionManagerResource - Class in org.odpi.openmetadata.viewservices.collectionmanager.server.spring
-
The CollectionManagerResource provides the Spring API endpoints of the Collection Manager Open Metadata View Service (OMVS).
- CollectionManagerResource() - Constructor for class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Default constructor
- createCollection(String, String, NewCollectionRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Create a new generic collection.
- createCollectionFromTemplate(String, TemplateRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Create a new metadata element to represent a collection using an existing metadata element as a template.
- createDataSpecCollection(String, NewCollectionRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Create a new collection with the DataSpec classification.
- createDigitalProduct(String, NewDigitalProductRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Create a new collection that represents a digital product.
- createFolderCollection(String, NewCollectionRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Create a new collection with the Folder classification.
- createRootCollection(String, NewCollectionRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Create a new collection with the RootCollection classification.
D
- deleteCollection(String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Delete a collection.
- detachCollection(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Detach an existing collection from an element.
F
- findCollections(String, boolean, boolean, boolean, int, int, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Returns the list of collections matching the search string.
G
- getAttachedCollections(String, String, int, int, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Returns the list of collections that are linked off of the supplied element.
- getClassifiedCollections(String, int, int, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Returns the list of collections with a particular classification.
- getCollection(String, String) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Return the properties of a specific collection.
- getCollectionMembers(String, String, int, int) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Return a list of elements that are a member of a collection.
- getCollectionsByName(String, int, int, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Returns the list of collections with a particular name.
- getCollectionsByType(String, int, int, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Returns the list of collections with a particular collectionType.
O
- org.odpi.openmetadata.viewservices.collectionmanager.server.spring - package org.odpi.openmetadata.viewservices.collectionmanager.server.spring
R
- removeFromCollection(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Remove an element from a collection.
U
- updateCollection(String, String, boolean, CollectionProperties) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Update the properties of a collection.
- updateCollectionMembership(String, String, String, boolean, CollectionMembershipProperties) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Update an element's membership to a collection.
- updateDigitalProduct(String, String, boolean, DigitalProductProperties) - Method in class org.odpi.openmetadata.viewservices.collectionmanager.server.spring.CollectionManagerResource
-
Update the properties of the DigitalProduct classification attached to a collection.
All Classes and Interfaces|All Packages