| 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 | |
| org.odpi.openmetadata.accessservices.communityprofile.rest |
This package defines the beans used to build the REST request and response payloads.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionOrder |
Collection.getCollectionOrdering()
Return the property to use to determine the order that assets are returned.
|
static CollectionOrder |
CollectionOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionOrder[] |
CollectionOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Collection.setCollectionOrdering(CollectionOrder collectionOrdering)
Set up the property to use to determine the order that assets are returned.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionOrder |
AssetCollectionRequestBody.getCollectionOrdering()
Return the property to use to determine the order that assets are returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetCollectionRequestBody.setCollectionOrdering(CollectionOrder collectionOrdering)
Set up the property to use to determine the order that assets are returned.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.