| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.communityprofile.api |
The Community Profile Open Metadata Access Service (OMAS) is used by tools and administrators to
maintain information associated with individuals and communities.
|
| org.odpi.openmetadata.accessservices.communityprofile.properties |
| Modifier and Type | Method and Description |
|---|---|
Collection |
CollectionManagementInterface.createCollection(String userId,
String qualifiedName,
String displayName,
String description,
String collectionUse,
Map<String,Object> additionalProperties)
Create a new generic collection.
|
Collection |
CollectionManagementInterface.createFolder(String userId,
String qualifiedName,
String displayName,
String description,
String collectionUse,
CollectionOrder collectionOrder,
Map<String,Object> additionalProperties)
Create a collection that acts like a folder with an order.
|
Collection |
CollectionManagementInterface.createSet(String userId,
String qualifiedName,
String displayName,
String description,
String collectionUse,
Map<String,Object> additionalProperties)
Create a collection that acts like a set (this does not allow duplicate entries).
|
Collection |
CollectionManagementInterface.getCollection(String userId,
String collectionGUID)
Return the properties of a specific collection.
|
| Modifier and Type | Method and Description |
|---|---|
List<Collection> |
CollectionManagementInterface.getCollections(String userId,
String anchorGUID,
int startFrom,
int pageSize)
Returns the list of collections that are linked off of the supplied anchor point.
|
| Constructor and Description |
|---|
Collection(Collection template)
Copy/clone Constructor - the resulting object.
|
Copyright © 2018–2020 ODPi. All rights reserved.