| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.subjectarea.generated.entities.Collection | |
| org.odpi.openmetadata.accessservices.subjectarea.generated.server |
| Modifier and Type | Method and Description |
|---|---|
static Collection |
CollectionMapper.mapOmrsEntityDetailToCollection(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
CollectionMapper.mapCollectionToOmrsEntityDetail(Collection collection)
Map (convert) the supplied Collection to an entityDetail.
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
SubjectAreaBeansToAccessOMRS.addCollectionClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied collection
|
Collection |
SubjectAreaBeansToAccessOMRS.createCollection(String userId,
Collection collection)
Create new collection.
|
Collection |
SubjectAreaBeansToAccessOMRS.deleteCollectionClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing collection represented by a guid.
|
Collection |
SubjectAreaBeansToAccessOMRS.getCollectionById(String userId,
String entityGuid)
Fetch complete definition of an collection given its GUID.
|
Collection |
SubjectAreaBeansToAccessOMRS.restoreCollection(String userId,
String entityGuid)
Restore an Collection identified by its GUID.
|
Collection |
SubjectAreaBeansToAccessOMRS.updateCollection(String userId,
Collection collection)
Update collection
|
Collection |
SubjectAreaBeansToAccessOMRS.updateCollectionClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing collection represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
SubjectAreaBeansToAccessOMRS.createCollection(String userId,
Collection collection)
Create new collection.
|
Collection |
SubjectAreaBeansToAccessOMRS.updateCollection(String userId,
Collection collection)
Update collection
|
Copyright © 2018–2019 ODPi. All rights reserved.