| Modifier and Type | Method and Description |
|---|---|
abstract EntitySummary |
OMRSMetadataCollection.getEntitySummary(String userId,
String guid)
Return the header and classifications for a specific entity.
|
EntitySummary |
OMRSMetadataCollectionBase.getEntitySummary(String userId,
String guid)
Return the header and classifications for a specific entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenMetadataRepositorySecurity.validateUserForEntitySummaryRead(String userId,
String metadataCollectionName,
EntitySummary instance)
Tests for whether a specific user should have read access to a specific instance within a repository.
|
void |
OMRSMetadataDefaultRepositorySecurity.validateUserForEntitySummaryRead(String userId,
String metadataCollectionName,
EntitySummary instance)
Tests for whether a specific user should have read access to a specific instance within a repository.
|
void |
OpenMetadataRepositorySecurity.validateUserForRelationshipCreate(String userId,
String metadataCollectionName,
String relationshipTypeGUID,
InstanceProperties initialProperties,
EntitySummary entityOneSummary,
EntitySummary entityTwoSummary,
InstanceStatus initialStatus)
Tests for whether a specific user should have the right to create a instance within a repository.
|
void |
OMRSMetadataDefaultRepositorySecurity.validateUserForRelationshipCreate(String userId,
String metadataCollectionName,
String relationshipTypeGUID,
InstanceProperties initialProperties,
EntitySummary entityOneSummary,
EntitySummary entityTwoSummary,
InstanceStatus initialStatus)
Tests for whether a specific user should have the right to create a instance within a repository.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntityDetail
EntityDetail stores all of the type-specific properties for the entity.
|
class |
EntityProxy
EntityProxy summarizes an entity instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationDifferences.check(EntitySummary left,
EntitySummary right)
Determine if there is a difference in classifications between the provided EntitySummary objects, and capture
each of the differences and similarities.
|
void |
EntitySummaryDifferences.checkClassifications(EntitySummary left,
EntitySummary right)
Determine if there is any difference between the provided classifications, and capture either each of those
differences or the similarity.
|
| Constructor and Description |
|---|
EntityProxy(EntitySummary template)
Copy/clone constructor for the entity proxy.
|
EntitySummary(EntitySummary templateElement)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
EntitySummary |
OMRSRepositoryHelper.getSkeletonEntitySummary(String sourceName,
String metadataCollectionId,
InstanceProvenanceType provenanceType,
String userName,
String typeName)
Deprecated.
|
EntitySummary |
OMRSRepositoryHelper.getSkeletonEntitySummary(String sourceName,
String metadataCollectionId,
String metadataCollectionName,
InstanceProvenanceType provenanceType,
String userName,
String typeName)
Return an entity with the header and type information filled out.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSRepositoryHelper.checkEntityNotClassifiedEntity(String sourceName,
EntitySummary entity,
String classificationName,
String methodName)
Throws an exception if an entity is classified with the supplied classification name.
|
Classification |
OMRSRepositoryHelper.getClassificationFromEntity(String sourceName,
EntitySummary entity,
String classificationName,
String methodName)
Return the named classification from an existing entity and throws an exception if it is not.
|
EntitySummaryDifferences |
OMRSRepositoryHelper.getEntitySummaryDifferences(EntitySummary left,
EntitySummary right,
boolean ignoreModificationStamps)
Calculate the differences between the two provided EntitySummary objects.
|
void |
OMRSRepositoryValidator.validateEntityFromStore(String sourceName,
String guid,
EntitySummary entity,
String methodName)
Verify that an entity has been successfully retrieved from the repository and has valid contents.
|
boolean |
OMRSRepositoryValidator.validEntity(String sourceName,
EntitySummary entity)
Test that the supplied entity is valid.
|
boolean |
OMRSRepositoryValidator.verifyEntityIsClassified(List<String> requiredClassifications,
EntitySummary entity)
Return a boolean indicating whether the supplied entity is classified with one or more of the supplied
classifications.
|
boolean |
OMRSRepositoryValidator.verifyMatchingClassifications(SearchClassifications matchClassifications,
EntitySummary entity)
Determine if the instance properties match the classification-based conditions.
|
| Modifier and Type | Method and Description |
|---|---|
EntitySummary |
EntitySummaryResponse.getEntity()
Return the resulting entity object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntitySummaryResponse.setEntity(EntitySummary entity)
Set up the resulting entity object.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.