| Modifier and Type | Method and Description |
|---|---|
OMRSAuditLogRecord |
OMRSAuditLogStoreConnectorBase.getAuditLogRecord(String logRecordId)
Retrieve a specific audit log record.
|
OMRSAuditLogRecord |
OMRSAuditLogStore.getAuditLogRecord(String logRecordId)
Retrieve a specific audit log record.
|
List<OMRSAuditLogRecord> |
OMRSAuditLogStoreConnectorBase.getAuditLogRecordsByComponent(String component,
Date startDate,
Date endDate,
int offset,
int maximumRecords)
Retrieve a list of log records written by a specific component.
|
List<OMRSAuditLogRecord> |
OMRSAuditLogStore.getAuditLogRecordsByComponent(String component,
Date startDate,
Date endDate,
int offset,
int maximumRecords)
Retrieve a list of log records written by a specific component.
|
List<OMRSAuditLogRecord> |
OMRSAuditLogStoreConnectorBase.getAuditLogRecordsBySeverity(String severity,
Date startDate,
Date endDate,
int offset,
int maximumRecords)
Retrieve a list of log records that have specific severity.
|
List<OMRSAuditLogRecord> |
OMRSAuditLogStore.getAuditLogRecordsBySeverity(String severity,
Date startDate,
Date endDate,
int offset,
int maximumRecords)
Retrieve a list of log records that have specific severity.
|
List<OMRSAuditLogRecord> |
OMRSAuditLogStoreConnectorBase.getAuditLogRecordsByTimeStamp(Date startDate,
Date endDate,
int offset,
int maximumRecords)
Retrieve a list of log records written in a specified time period.
|
List<OMRSAuditLogRecord> |
OMRSAuditLogStore.getAuditLogRecordsByTimeStamp(Date startDate,
Date endDate,
int offset,
int maximumRecords)
Retrieve a list of log records written in a specified time period.
|
String |
OMRSAuditLogStoreConnectorBase.storeLogRecord(AuditLogRecord logRecord)
Store the audit log record in the audit log store.
|
abstract String |
OMRSAuditLogStoreConnectorBase.storeLogRecord(OMRSAuditLogRecord logRecord)
Store the audit log record in the audit log store.
|
String |
OMRSAuditLogStore.storeLogRecord(OMRSAuditLogRecord logRecord)
Store the audit log record in the audit log store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSDynamicTypeMetadataCollectionBase.addAttributeTypeDef(String userId,
AttributeTypeDef newAttributeTypeDef)
Create a definition of a new AttributeTypeDef.
|
abstract void |
OMRSMetadataCollection.addAttributeTypeDef(String userId,
AttributeTypeDef newAttributeTypeDef)
Create a definition of a new AttributeTypeDef.
|
void |
OMRSMetadataCollectionBase.addAttributeTypeDef(String userId,
AttributeTypeDef newAttributeTypeDef)
Create a definition of a new AttributeTypeDef.
|
abstract EntityDetail |
OMRSMetadataCollection.addEntity(String userId,
String entityTypeGUID,
InstanceProperties initialProperties,
List<Classification> initialClassifications,
InstanceStatus initialStatus)
Create a new entity and put it in the requested state.
|
EntityDetail |
OMRSMetadataCollectionBase.addEntity(String userId,
String entityTypeGUID,
InstanceProperties initialProperties,
List<Classification> initialClassifications,
InstanceStatus initialStatus)
Create a new entity and put it in the requested state.
|
protected TypeDef |
OMRSMetadataCollectionBase.addEntityParameterValidation(String userId,
String entityTypeGUID,
InstanceProperties initialProperties,
List<Classification> initialClassifications,
InstanceStatus initialStatus)
Deprecated.
|
protected TypeDef |
OMRSMetadataCollectionBase.addEntityParameterValidation(String userId,
String entityTypeGUID,
InstanceProperties initialProperties,
List<Classification> initialClassifications,
InstanceStatus initialStatus,
String methodName)
Validate that the parameters passed to addEntity are valid.
|
abstract void |
OMRSMetadataCollection.addEntityProxy(String userId,
EntityProxy entityProxy)
Create an entity proxy in the metadata collection.
|
void |
OMRSMetadataCollectionBase.addEntityProxy(String userId,
EntityProxy entityProxy)
Create an entity proxy in the metadata collection.
|
protected void |
OMRSMetadataCollectionBase.addEntityProxyParameterValidation(String userId,
EntityProxy entityProxy)
Validate the parameters for addEntityProxy.
|
EntityDetail |
OMRSMetadataCollection.addExternalEntity(String userId,
String entityTypeGUID,
String externalSourceGUID,
String externalSourceName,
InstanceProperties initialProperties,
List<Classification> initialClassifications,
InstanceStatus initialStatus)
Save a new entity that is sourced from an external technology.
|
EntityDetail |
OMRSMetadataCollectionBase.addExternalEntity(String userId,
String entityTypeGUID,
String externalSourceGUID,
String externalSourceName,
InstanceProperties initialProperties,
List<Classification> initialClassifications,
InstanceStatus initialStatus)
Save a new entity that is sourced from an external technology.
|
protected TypeDef |
OMRSMetadataCollectionBase.addExternalEntityParameterValidation(String userId,
String entityTypeGUID,
String externalSourceGUID,
InstanceProperties initialProperties,
List<Classification> initialClassifications,
InstanceStatus initialStatus,
String methodName)
Validate parameters needed to save a new entity that is sourced from an external technology.
|
Relationship |
OMRSMetadataCollection.addExternalRelationship(String userId,
String relationshipTypeGUID,
String externalSourceGUID,
String externalSourceName,
InstanceProperties initialProperties,
String entityOneGUID,
String entityTwoGUID,
InstanceStatus initialStatus)
Save a new relationship that is sourced from an external technology.
|
Relationship |
OMRSMetadataCollectionBase.addExternalRelationship(String userId,
String relationshipTypeGUID,
String externalSourceGUID,
String externalSourceName,
InstanceProperties initialProperties,
String entityOneGUID,
String entityTwoGUID,
InstanceStatus initialStatus)
Save a new relationship that is sourced from an external technology.
|
protected TypeDef |
OMRSMetadataCollectionBase.addExternalRelationshipParameterValidation(String userId,
String relationshipTypeGUID,
String externalSourceGUID,
InstanceProperties initialProperties,
String entityOneGUID,
String entityTwoGUID,
InstanceStatus initialStatus,
String methodName)
Validate the parameters needed to save a new relationship that is sourced from an external technology.
|
abstract Relationship |
OMRSMetadataCollection.addRelationship(String userId,
String relationshipTypeGUID,
InstanceProperties initialProperties,
String entityOneGUID,
String entityTwoGUID,
InstanceStatus initialStatus)
Add a new relationship between two entities to the metadata collection.
|
Relationship |
OMRSMetadataCollectionBase.addRelationship(String userId,
String relationshipTypeGUID,
InstanceProperties initialProperties,
String entityOneGUID,
String entityTwoGUID,
InstanceStatus initialStatus)
Add a new relationship between two entities to the metadata collection.
|
protected TypeDef |
OMRSMetadataCollectionBase.addRelationshipParameterValidation(String userId,
String relationshipTypeGUID,
InstanceProperties initialProperties,
String entityOneGUID,
String entityTwoGUID,
InstanceStatus initialStatus)
Deprecated.
|
protected TypeDef |
OMRSMetadataCollectionBase.addRelationshipParameterValidation(String userId,
String relationshipTypeGUID,
InstanceProperties initialProperties,
String entityOneGUID,
String entityTwoGUID,
InstanceStatus initialStatus,
String methodName)
Validate the parameters for adding a new relationship between two entities to the metadata collection.
|
void |
OMRSDynamicTypeMetadataCollectionBase.addTypeDef(String userId,
TypeDef newTypeDef)
Create a definition of a new TypeDef.
|
abstract void |
OMRSMetadataCollection.addTypeDef(String userId,
TypeDef newTypeDef)
Create a definition of a new TypeDef.
|
void |
OMRSMetadataCollectionBase.addTypeDef(String userId,
TypeDef newTypeDef)
Create a definition of a new TypeDef.
|
abstract void |
OMRSMetadataCollection.addTypeDefGallery(String userId,
TypeDefGallery newTypes)
Create a collection of related types.
|
void |
OMRSMetadataCollectionBase.addTypeDefGallery(String userId,
TypeDefGallery newTypes)
Create a collection of related types.
|
protected void |
OMRSMetadataCollectionBase.attributeTypeDefCategoryParameterValidation(String userId,
AttributeTypeDefCategory category,
String categoryParameterName,
String methodName)
Validate the properties of a request that accesses types by category.
|
protected void |
OMRSMetadataCollectionBase.attributeTypeDefParameterValidation(String userId,
AttributeTypeDef attributeTypeDef,
String typeDefParameterName,
String methodName)
Validate that a supplied attributeTypeDef is valid.
|
protected void |
OMRSMetadataCollection.basicRequestValidation(String userId,
String methodName)
Verify that the repository is valid, active and there is a userId present.
|
abstract EntityDetail |
OMRSMetadataCollection.classifyEntity(String userId,
String entityGUID,
String classificationName,
InstanceProperties classificationProperties)
Add the requested classification to a specific entity.
|
EntityDetail |
OMRSMetadataCollectionBase.classifyEntity(String userId,
String entityGUID,
String classificationName,
InstanceProperties classificationProperties)
Add the requested classification to a specific entity.
|
protected TypeDef |
OMRSMetadataCollectionBase.classifyEntityParameterValidation(String userId,
String entityGUID,
String classificationName,
InstanceProperties classificationProperties)
Deprecated.
|
protected TypeDef |
OMRSMetadataCollectionBase.classifyEntityParameterValidation(String userId,
String entityGUID,
String classificationName,
InstanceProperties classificationProperties,
String methodName)
Validate the parameters passed to classifyEntity.
|
abstract EntityDetail |
OMRSMetadataCollection.declassifyEntity(String userId,
String entityGUID,
String classificationName)
Remove a specific classification from an entity.
|
EntityDetail |
OMRSMetadataCollectionBase.declassifyEntity(String userId,
String entityGUID,
String classificationName)
Remove a specific classification from an entity.
|
protected void |
OMRSMetadataCollectionBase.declassifyEntityParameterValidation(String userId,
String entityGUID,
String classificationName)
Deprecated.
|
protected void |
OMRSMetadataCollectionBase.declassifyEntityParameterValidation(String userId,
String entityGUID,
String classificationName,
String methodName)
Validate the parameters passed to declassifyEntity.
|
void |
OMRSDynamicTypeMetadataCollectionBase.deleteAttributeTypeDef(String userId,
String obsoleteTypeDefGUID,
String obsoleteTypeDefName)
Delete an AttributeTypeDef.
|
abstract void |
OMRSMetadataCollection.deleteAttributeTypeDef(String userId,
String obsoleteTypeDefGUID,
String obsoleteTypeDefName)
Delete an AttributeTypeDef.
|
void |
OMRSMetadataCollectionBase.deleteAttributeTypeDef(String userId,
String obsoleteTypeDefGUID,
String obsoleteTypeDefName)
Delete an AttributeTypeDef.
|
abstract EntityDetail |
OMRSMetadataCollection.deleteEntity(String userId,
String typeDefGUID,
String typeDefName,
String obsoleteEntityGUID)
Delete an entity.
|
EntityDetail |
OMRSMetadataCollectionBase.deleteEntity(String userId,
String typeDefGUID,
String typeDefName,
String obsoleteEntityGUID)
Delete an entity.
|
void |
OMRSMetadataCollection.deleteEntityReferenceCopy(String userId,
EntityDetail entity)
Remove a reference copy of the the entity from the local repository.
|
void |
OMRSMetadataCollectionBase.deleteEntityReferenceCopy(String userId,
EntityDetail entity)
Remove a reference copy of the the entity from the local repository.
|
abstract Relationship |
OMRSMetadataCollection.deleteRelationship(String userId,
String typeDefGUID,
String typeDefName,
String obsoleteRelationshipGUID)
Delete a specific relationship.
|
Relationship |
OMRSMetadataCollectionBase.deleteRelationship(String userId,
String typeDefGUID,
String typeDefName,
String obsoleteRelationshipGUID)
Delete a specific relationship.
|
void |
OMRSMetadataCollection.deleteRelationshipReferenceCopy(String userId,
Relationship relationship)
Remove the reference copy of the relationship from the local repository.
|
void |
OMRSMetadataCollectionBase.deleteRelationshipReferenceCopy(String userId,
Relationship relationship)
Remove the reference copy of the relationship from the local repository.
|
void |
OMRSDynamicTypeMetadataCollectionBase.deleteTypeDef(String userId,
String obsoleteTypeDefGUID,
String obsoleteTypeDefName)
Delete the TypeDef.
|
abstract void |
OMRSMetadataCollection.deleteTypeDef(String userId,
String obsoleteTypeDefGUID,
String obsoleteTypeDefName)
Delete the TypeDef.
|
void |
OMRSMetadataCollectionBase.deleteTypeDef(String userId,
String obsoleteTypeDefGUID,
String obsoleteTypeDefName)
Delete the TypeDef.
|
abstract List<AttributeTypeDef> |
OMRSMetadataCollection.findAttributeTypeDefsByCategory(String userId,
AttributeTypeDefCategory category)
Returns all of the AttributeTypeDefs for a specific category.
|
List<AttributeTypeDef> |
OMRSMetadataCollectionBase.findAttributeTypeDefsByCategory(String userId,
AttributeTypeDefCategory category)
Returns all of the AttributeTypeDefs for a specific category.
|
abstract List<EntityDetail> |
OMRSMetadataCollection.findEntities(String userId,
String entityTypeGUID,
List<String> entitySubtypeGUIDs,
SearchProperties matchProperties,
int fromEntityElement,
List<InstanceStatus> limitResultsByStatus,
SearchClassifications matchClassifications,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return a list of entities that match the supplied criteria.
|
List<EntityDetail> |
OMRSMetadataCollectionBase.findEntities(String userId,
String entityTypeGUID,
List<String> entitySubtypeGUIDs,
SearchProperties matchProperties,
int fromEntityElement,
List<InstanceStatus> limitResultsByStatus,
SearchClassifications matchClassifications,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return a list of entities that match the supplied criteria.
|
abstract List<EntityDetail> |
OMRSMetadataCollection.findEntitiesByClassification(String userId,
String entityTypeGUID,
String classificationName,
InstanceProperties matchClassificationProperties,
MatchCriteria matchCriteria,
int fromEntityElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return a list of entities that have the requested type of classifications attached.
|
List<EntityDetail> |
OMRSMetadataCollectionBase.findEntitiesByClassification(String userId,
String entityTypeGUID,
String classificationName,
InstanceProperties matchClassificationProperties,
MatchCriteria matchCriteria,
int fromEntityElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return a list of entities that have the requested type of classifications attached.
|
protected void |
OMRSMetadataCollectionBase.findEntitiesByClassificationParameterValidation(String userId,
String entityTypeGUID,
String classificationName,
InstanceProperties matchClassificationProperties,
MatchCriteria matchCriteria,
int fromEntityElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Validate the parameters for findEntitiesByClassification.
|
abstract List<EntityDetail> |
OMRSMetadataCollection.findEntitiesByProperty(String userId,
String entityTypeGUID,
InstanceProperties matchProperties,
MatchCriteria matchCriteria,
int fromEntityElement,
List<InstanceStatus> limitResultsByStatus,
List<String> limitResultsByClassification,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return a list of entities that match the supplied properties according to the match criteria.
|
List<EntityDetail> |
OMRSMetadataCollectionBase.findEntitiesByProperty(String userId,
String entityTypeGUID,
InstanceProperties matchProperties,
MatchCriteria matchCriteria,
int fromEntityElement,
List<InstanceStatus> limitResultsByStatus,
List<String> limitResultsByClassification,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return a list of entities that match the supplied properties according to the match criteria.
|
protected void |
OMRSMetadataCollectionBase.findEntitiesByPropertyParameterValidation(String userId,
String entityTypeGUID,
InstanceProperties matchProperties,
MatchCriteria matchCriteria,
int fromEntityElement,
List<InstanceStatus> limitResultsByStatus,
List<String> limitResultsByClassification,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Validate the parameters for findEntitiesByProperty.
|
abstract List<EntityDetail> |
OMRSMetadataCollection.findEntitiesByPropertyValue(String userId,
String entityTypeGUID,
String searchCriteria,
int fromEntityElement,
List<InstanceStatus> limitResultsByStatus,
List<String> limitResultsByClassification,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return a list of entities whose string based property values match the search criteria.
|
List<EntityDetail> |
OMRSMetadataCollectionBase.findEntitiesByPropertyValue(String userId,
String entityTypeGUID,
String searchCriteria,
int fromEntityElement,
List<InstanceStatus> limitResultsByStatus,
List<String> limitResultsByClassification,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return a list of entities whose string based property values match the search criteria.
|
protected void |
OMRSMetadataCollectionBase.findEntitiesByPropertyValueParameterValidation(String userId,
String entityTypeGUID,
String searchCriteria,
int fromEntityElement,
List<InstanceStatus> limitResultsByStatus,
List<String> limitResultsByClassification,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Validate parameters passed to findEntitiesByPropertyValue.
|
protected void |
OMRSMetadataCollectionBase.findEntitiesParameterValidation(String userId,
String entityTypeGUID,
List<String> entitySubtypeGUIDs,
SearchProperties matchProperties,
int fromEntityElement,
List<InstanceStatus> limitResultsByStatus,
SearchClassifications matchClassifications,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Validate the parameters for findEntities.
|
abstract List<Relationship> |
OMRSMetadataCollection.findRelationships(String userId,
String relationshipTypeGUID,
List<String> relationshipSubtypeGUIDs,
SearchProperties matchProperties,
int fromRelationshipElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return a list of relationships that match the requested conditions.
|
List<Relationship> |
OMRSMetadataCollectionBase.findRelationships(String userId,
String relationshipTypeGUID,
List<String> relationshipSubtypeGUIDs,
SearchProperties matchProperties,
int fromRelationshipElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return a list of relationships that match the requested conditions.
|
abstract List<Relationship> |
OMRSMetadataCollection.findRelationshipsByProperty(String userId,
String relationshipTypeGUID,
InstanceProperties matchProperties,
MatchCriteria matchCriteria,
int fromRelationshipElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return a list of relationships that match the requested properties by the matching criteria.
|
List<Relationship> |
OMRSMetadataCollectionBase.findRelationshipsByProperty(String userId,
String relationshipTypeGUID,
InstanceProperties matchProperties,
MatchCriteria matchCriteria,
int fromRelationshipElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return a list of relationships that match the requested properties by the matching criteria.
|
protected void |
OMRSMetadataCollectionBase.findRelationshipsByPropertyParameterValidation(String userId,
String relationshipTypeGUID,
InstanceProperties matchProperties,
MatchCriteria matchCriteria,
int fromRelationshipElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Validate the parameters passed to findRelationshipsByProperty.
|
abstract List<Relationship> |
OMRSMetadataCollection.findRelationshipsByPropertyValue(String userId,
String relationshipTypeGUID,
String searchCriteria,
int fromRelationshipElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return a list of relationships whose string based property values match the search criteria.
|
List<Relationship> |
OMRSMetadataCollectionBase.findRelationshipsByPropertyValue(String userId,
String relationshipTypeGUID,
String searchCriteria,
int fromRelationshipElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return a list of relationships whose string based property values match the search criteria.
|
protected void |
OMRSMetadataCollectionBase.findRelationshipsByPropertyValueParameterValidation(String userId,
String relationshipTypeGUID,
String searchCriteria,
int fromRelationshipElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Validate the parameters passed to findRelationshipsByPropertyName.
|
protected void |
OMRSMetadataCollectionBase.findRelationshipsParameterValidation(String userId,
String relationshipTypeGUID,
List<String> relationshipSubtypeGUIDs,
SearchProperties matchProperties,
int fromRelationshipElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Validate the parameters passed to findRelationships.
|
abstract List<TypeDef> |
OMRSMetadataCollection.findTypeDefsByCategory(String userId,
TypeDefCategory category)
Returns all of the TypeDefs for a specific category.
|
List<TypeDef> |
OMRSMetadataCollectionBase.findTypeDefsByCategory(String userId,
TypeDefCategory category)
Returns all of the TypeDefs for a specific category.
|
abstract List<TypeDef> |
OMRSMetadataCollection.findTypeDefsByProperty(String userId,
TypeDefProperties matchCriteria)
Return the TypeDefs that have the properties matching the supplied match criteria.
|
List<TypeDef> |
OMRSMetadataCollectionBase.findTypeDefsByProperty(String userId,
TypeDefProperties matchCriteria)
Return the TypeDefs that have the properties matching the supplied match criteria.
|
abstract List<TypeDef> |
OMRSMetadataCollection.findTypesByExternalID(String userId,
String standard,
String organization,
String identifier)
Return the types that are linked to the elements from the specified standard.
|
List<TypeDef> |
OMRSMetadataCollectionBase.findTypesByExternalID(String userId,
String standard,
String organization,
String identifier)
Return the types that are linked to the elements from the specified standard.
|
abstract TypeDefGallery |
OMRSMetadataCollection.findTypesByName(String userId,
String name)
Returns a list of type definitions that have the specified name.
|
TypeDefGallery |
OMRSMetadataCollectionBase.findTypesByName(String userId,
String name)
Returns a list of type definitions that have the specified name.
|
abstract TypeDefGallery |
OMRSMetadataCollection.getAllTypes(String userId)
Returns the list of different types of metadata organized into two groups.
|
TypeDefGallery |
OMRSMetadataCollectionBase.getAllTypes(String userId)
Returns the list of different types of metadata organized into two groups.
|
abstract AttributeTypeDef |
OMRSMetadataCollection.getAttributeTypeDefByGUID(String userId,
String guid)
Return the AttributeTypeDef identified by the GUID.
|
AttributeTypeDef |
OMRSMetadataCollectionBase.getAttributeTypeDefByGUID(String userId,
String guid)
Return the AttributeTypeDef identified by the GUID.
|
abstract AttributeTypeDef |
OMRSMetadataCollection.getAttributeTypeDefByName(String userId,
String name)
Return the AttributeTypeDef identified by the unique name.
|
AttributeTypeDef |
OMRSMetadataCollectionBase.getAttributeTypeDefByName(String userId,
String name)
Return the AttributeTypeDef identified by the unique name.
|
abstract EntityDetail |
OMRSMetadataCollection.getEntityDetail(String userId,
String guid)
Return the header, classifications and properties of a specific entity.
|
EntityDetail |
OMRSMetadataCollectionBase.getEntityDetail(String userId,
String guid)
Return the header, classifications and properties of a specific entity.
|
abstract EntityDetail |
OMRSMetadataCollection.getEntityDetail(String userId,
String guid,
Date asOfTime)
Return a historical version of an entity.
|
EntityDetail |
OMRSMetadataCollectionBase.getEntityDetail(String userId,
String guid,
Date asOfTime)
Return a historical version of an entity.
|
abstract InstanceGraph |
OMRSMetadataCollection.getEntityNeighborhood(String userId,
String entityGUID,
List<String> entityTypeGUIDs,
List<String> relationshipTypeGUIDs,
List<InstanceStatus> limitResultsByStatus,
List<String> limitResultsByClassification,
Date asOfTime,
int level)
Return the entities and relationships that radiate out from the supplied entity GUID.
|
InstanceGraph |
OMRSMetadataCollectionBase.getEntityNeighborhood(String userId,
String entityGUID,
List<String> entityTypeGUIDs,
List<String> relationshipTypeGUIDs,
List<InstanceStatus> limitResultsByStatus,
List<String> limitResultsByClassification,
Date asOfTime,
int level)
Return the entities and relationships that radiate out from the supplied entity GUID.
|
protected void |
OMRSMetadataCollectionBase.getEntityNeighborhoodParameterValidation(String userId,
String entityGUID,
List<String> entityTypeGUIDs,
List<String> relationshipTypeGUIDs,
List<InstanceStatus> limitResultsByStatus,
List<String> limitResultsByClassification,
Date asOfTime,
int level)
Return the entities and relationships that radiate out from the supplied entity GUID.
|
protected EntityProxy |
OMRSMetadataCollectionBase.getEntityProxy(String userId,
String entityGUID,
String methodName)
Retrieve an entity proxy
|
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.
|
protected void |
OMRSMetadataCollectionBase.getInstanceParameterValidation(String userId,
String guid,
Date asOfTime,
String methodName)
Validate the parameters for a retrieve of a historical version of an instance.
|
protected void |
OMRSMetadataCollectionBase.getInstanceParameterValidation(String userId,
String guid,
String methodName)
Validate the parameters for a retrieve of an instance.
|
abstract InstanceGraph |
OMRSMetadataCollection.getLinkingEntities(String userId,
String startEntityGUID,
String endEntityGUID,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime)
Return all of the relationships and intermediate entities that connect the startEntity with the endEntity.
|
InstanceGraph |
OMRSMetadataCollectionBase.getLinkingEntities(String userId,
String startEntityGUID,
String endEntityGUID,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime)
Return all of the relationships and intermediate entities that connect the startEntity with the endEntity.
|
protected void |
OMRSMetadataCollectionBase.getLinkingEntitiesParameterValidation(String userId,
String startEntityGUID,
String endEntityGUID,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime)
Validate the parameters passed to getLinkingEntities.
|
String |
OMRSMetadataCollection.getMetadataCollectionId()
Deprecated.
|
String |
OMRSMetadataCollection.getMetadataCollectionId(String userId)
Returns the identifier of the metadata repository.
|
String |
OMRSMetadataCollectionBase.getMetadataCollectionId(String userId)
Returns the identifier of the metadata repository.
|
abstract List<EntityDetail> |
OMRSMetadataCollection.getRelatedEntities(String userId,
String startEntityGUID,
List<String> entityTypeGUIDs,
int fromEntityElement,
List<InstanceStatus> limitResultsByStatus,
List<String> limitResultsByClassification,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return the list of entities that are of the types listed in entityTypeGUIDs and are connected, either directly or
indirectly to the entity identified by startEntityGUID.
|
List<EntityDetail> |
OMRSMetadataCollectionBase.getRelatedEntities(String userId,
String startEntityGUID,
List<String> entityTypeGUIDs,
int fromEntityElement,
List<InstanceStatus> limitResultsByStatus,
List<String> limitResultsByClassification,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return the list of entities that are of the types listed in entityTypeGUIDs and are connected, either directly or
indirectly to the entity identified by startEntityGUID.
|
protected void |
OMRSMetadataCollectionBase.getRelatedEntitiesParameterValidation(String userId,
String startEntityGUID,
List<String> entityTypeGUIDs,
int fromEntityElement,
List<InstanceStatus> limitResultsByStatus,
List<String> limitResultsByClassification,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Validate the parameters passed to the getRelatedEntities.
|
abstract Relationship |
OMRSMetadataCollection.getRelationship(String userId,
String guid)
Return the current version of a requested relationship.
|
Relationship |
OMRSMetadataCollectionBase.getRelationship(String userId,
String guid)
Return a requested relationship.
|
abstract Relationship |
OMRSMetadataCollection.getRelationship(String userId,
String guid,
Date asOfTime)
Return a historical version of a relationship.
|
Relationship |
OMRSMetadataCollectionBase.getRelationship(String userId,
String guid,
Date asOfTime)
Return a historical version of a relationship.
|
abstract List<Relationship> |
OMRSMetadataCollection.getRelationshipsForEntity(String userId,
String entityGUID,
String relationshipTypeGUID,
int fromRelationshipElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return the relationships for a specific entity.
|
List<Relationship> |
OMRSMetadataCollectionBase.getRelationshipsForEntity(String userId,
String entityGUID,
String relationshipTypeGUID,
int fromRelationshipElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Return the relationships for a specific entity.
|
protected void |
OMRSMetadataCollectionBase.getRelationshipsForEntityParameterValidation(String userId,
String entityGUID,
String relationshipTypeGUID,
int fromRelationshipElement,
List<InstanceStatus> limitResultsByStatus,
Date asOfTime,
String sequencingProperty,
SequencingOrder sequencingOrder,
int pageSize)
Validate the parameters for getRelationshipsForEntity.
|
abstract TypeDef |
OMRSMetadataCollection.getTypeDefByGUID(String userId,
String guid)
Return the TypeDef identified by the GUID.
|
TypeDef |
OMRSMetadataCollectionBase.getTypeDefByGUID(String userId,
String guid)
Return the TypeDef identified by the GUID.
|
abstract TypeDef |
OMRSMetadataCollection.getTypeDefByName(String userId,
String name)
Return the TypeDef identified by the unique name.
|
TypeDef |
OMRSMetadataCollectionBase.getTypeDefByName(String userId,
String name)
Return the TypeDef identified by the unique name.
|
protected TypeDef |
OMRSMetadataCollectionBase.getTypeDefForInstance(InstanceHeader header,
String methodName)
Extract the typeDef for an instance
|
abstract EntityDetail |
OMRSMetadataCollection.isEntityKnown(String userId,
String guid)
Returns the entity if the entity is stored in the metadata collection, otherwise null.
|
EntityDetail |
OMRSMetadataCollectionBase.isEntityKnown(String userId,
String guid)
Returns the entity if the entity is stored in the metadata collection, otherwise null.
|
abstract Relationship |
OMRSMetadataCollection.isRelationshipKnown(String userId,
String guid)
Returns a boolean indicating if the relationship is stored in the metadata collection.
|
Relationship |
OMRSMetadataCollectionBase.isRelationshipKnown(String userId,
String guid)
Returns a boolean indicating if the relationship is stored in the metadata collection.
|
protected AttributeTypeDef |
OMRSMetadataCollectionBase.manageAttributeTypeDefParameterValidation(String userId,
String guidParameterName,
String nameParameterName,
String attributeTypeDefGUID,
String attributeTypeDefName,
String methodName)
Validate the type information for a management change to an attributeTypeDef.
|
protected void |
OMRSMetadataCollectionBase.manageInstanceParameterValidation(String userId,
String instanceGUID,
String methodName)
Deprecated.
|
protected void |
OMRSMetadataCollectionBase.manageInstanceParameterValidation(String userId,
String instanceGUID,
String instanceGUIDParameterName,
String methodName)
Validate the parameters for calls that manage an existing instance.
|
protected void |
OMRSMetadataCollectionBase.manageInstanceParameterValidation(String userId,
String typeDefGUID,
String typeDefName,
String instanceGUID,
String instanceGUIDParameterName,
String methodName)
Validate the parameters passed to a delete or purge instance method.
|
protected void |
OMRSMetadataCollectionBase.manageReferenceInstanceParameterValidation(String userId,
String typeDefGUID,
String typeDefName,
String instanceGUID,
String instanceGUIDParameterName,
String homeMetadataCollectionId,
String homeParameterName,
String methodName)
Validate the parameters passed to a reference instance method.
|
protected TypeDef |
OMRSMetadataCollectionBase.manageTypeDefParameterValidation(String userId,
String guidParameterName,
String nameParameterName,
String typeDefGUID,
String typeDefName,
String methodName)
Validate the type information for a management change to a type.
|
protected void |
OMRSMetadataCollectionBase.newAttributeTypeDefParameterValidation(String userId,
AttributeTypeDef attributeTypeDef,
String typeDefParameterName,
String methodName)
Validate that a supplied attributeTypeDef is valid and unknown.
|
protected void |
OMRSMetadataCollectionBase.newTypeDefParameterValidation(String userId,
TypeDef typeDef,
String typeDefParameterName,
String methodName)
Validate that a supplied typeDef is valid and unknown.
|
abstract void |
OMRSMetadataCollection.purgeEntity(String userId,
String typeDefGUID,
String typeDefName,
String deletedEntityGUID)
Permanently removes a deleted entity from the metadata collection.
|
void |
OMRSMetadataCollectionBase.purgeEntity(String userId,
String typeDefGUID,
String typeDefName,
String deletedEntityGUID)
Permanently removes a deleted entity from the metadata collection.
|
void |
OMRSMetadataCollection.purgeEntityReferenceCopy(String userId,
EntityDetail entity)
Remove a reference copy of the the entity from the local repository.
|
void |
OMRSMetadataCollectionBase.purgeEntityReferenceCopy(String userId,
EntityDetail entity)
Remove a reference copy of the the entity from the local repository.
|
abstract void |
OMRSMetadataCollection.purgeEntityReferenceCopy(String userId,
String entityGUID,
String typeDefGUID,
String typeDefName,
String homeMetadataCollectionId)
Remove a reference copy of the the entity from the local repository.
|
void |
OMRSMetadataCollectionBase.purgeEntityReferenceCopy(String userId,
String entityGUID,
String typeDefGUID,
String typeDefName,
String homeMetadataCollectionId)
Remove a reference copy of the the entity from the local repository.
|
abstract void |
OMRSMetadataCollection.purgeRelationship(String userId,
String typeDefGUID,
String typeDefName,
String deletedRelationshipGUID)
Permanently delete the relationship from the repository.
|
void |
OMRSMetadataCollectionBase.purgeRelationship(String userId,
String typeDefGUID,
String typeDefName,
String deletedRelationshipGUID)
Permanently delete the relationship from the repository.
|
void |
OMRSMetadataCollection.purgeRelationshipReferenceCopy(String userId,
Relationship relationship)
This method is called when a remote repository calls the variant of purgeRelationship that
passes the relationship object.
|
void |
OMRSMetadataCollectionBase.purgeRelationshipReferenceCopy(String userId,
Relationship relationship)
Remove the reference copy of the relationship from the local repository.
|
abstract void |
OMRSMetadataCollection.purgeRelationshipReferenceCopy(String userId,
String relationshipGUID,
String typeDefGUID,
String typeDefName,
String homeMetadataCollectionId)
Typically this method is called when a remote repository calls
Remove the reference copy of the relationship from the local repository.
|
void |
OMRSMetadataCollectionBase.purgeRelationshipReferenceCopy(String userId,
String relationshipGUID,
String typeDefGUID,
String typeDefName,
String homeMetadataCollectionId)
Remove the reference copy of the relationship from the local repository.
|
protected void |
OMRSMetadataCollectionBase.referenceInstanceParameterValidation(String userId,
InstanceHeader instanceHeader,
String instanceParameterName,
String methodName)
Validate the header instance passed to a delete or purge instance method.
|
abstract void |
OMRSMetadataCollection.refreshEntityReferenceCopy(String userId,
String entityGUID,
String typeDefGUID,
String typeDefName,
String homeMetadataCollectionId)
The local repository has requested that the repository that hosts the home metadata collection for the
specified entity sends out the details of this entity so the local repository can create a reference copy.
|
void |
OMRSMetadataCollectionBase.refreshEntityReferenceCopy(String userId,
String entityGUID,
String typeDefGUID,
String typeDefName,
String homeMetadataCollectionId)
The local repository has requested that the repository that hosts the home metadata collection for the
specified entity sends out the details of this entity so the local repository can create a reference copy.
|
abstract void |
OMRSMetadataCollection.refreshRelationshipReferenceCopy(String userId,
String relationshipGUID,
String typeDefGUID,
String typeDefName,
String homeMetadataCollectionId)
The local server has requested that the repository that hosts the home metadata collection for the
specified relationship sends out the details of this relationship so the local repository can create a
reference copy.
|
void |
OMRSMetadataCollectionBase.refreshRelationshipReferenceCopy(String userId,
String relationshipGUID,
String typeDefGUID,
String typeDefName,
String homeMetadataCollectionId)
The local server has requested that the repository that hosts the home metadata collection for the
specified relationship sends out the details of this relationship so the local repository can create a
reference copy.
|
EntityDetail |
OMRSMetadataCollection.reHomeEntity(String userId,
String entityGUID,
String typeDefGUID,
String typeDefName,
String homeMetadataCollectionId,
String newHomeMetadataCollectionId)
Deprecated.
|
EntityDetail |
OMRSMetadataCollection.reHomeEntity(String userId,
String entityGUID,
String typeDefGUID,
String typeDefName,
String homeMetadataCollectionId,
String newHomeMetadataCollectionId,
String newHomeMetadataCollectionName)
Change the home of an existing entity.
|
EntityDetail |
OMRSMetadataCollectionBase.reHomeEntity(String userId,
String entityGUID,
String typeDefGUID,
String typeDefName,
String homeMetadataCollectionId,
String newHomeMetadataCollectionId,
String newHomeMetadataCollectionName)
Change the home of an existing entity.
|
protected void |
OMRSMetadataCollectionBase.reHomeInstanceParameterValidation(String userId,
String instanceGUID,
String instanceParameterName,
String typeDefGUID,
String typeDefName,
String homeMetadataCollectionId,
String newHomeMetadataCollectionId,
String methodName)
Validate that the parameters passed to a reHome request are valid.
|
Relationship |
OMRSMetadataCollection.reHomeRelationship(String userId,
String relationshipGUID,
String typeDefGUID,
String typeDefName,
String homeMetadataCollectionId,
String newHomeMetadataCollectionId)
Deprecated.
|
Relationship |
OMRSMetadataCollection.reHomeRelationship(String userId,
String relationshipGUID,
String typeDefGUID,
String typeDefName,
String homeMetadataCollectionId,
String newHomeMetadataCollectionId,
String newHomeMetadataCollectionName)
Change the home of an existing relationship.
|
Relationship |
OMRSMetadataCollectionBase.reHomeRelationship(String userId,
String relationshipGUID,
String typeDefGUID,
String typeDefName,
String homeMetadataCollectionId,
String newHomeMetadataCollectionId,
String newHomeMetadataCollectionName)
Change the home of an existing relationship.
|
AttributeTypeDef |
OMRSDynamicTypeMetadataCollectionBase.reIdentifyAttributeTypeDef(String userId,
String originalAttributeTypeDefGUID,
String originalAttributeTypeDefName,
String newAttributeTypeDefGUID,
String newAttributeTypeDefName)
Change the guid or name of an existing TypeDef to a new value.
|
abstract AttributeTypeDef |
OMRSMetadataCollection.reIdentifyAttributeTypeDef(String userId,
String originalAttributeTypeDefGUID,
String originalAttributeTypeDefName,
String newAttributeTypeDefGUID,
String newAttributeTypeDefName)
Change the guid or name of an existing TypeDef to a new value.
|
AttributeTypeDef |
OMRSMetadataCollectionBase.reIdentifyAttributeTypeDef(String userId,
String originalAttributeTypeDefGUID,
String originalAttributeTypeDefName,
String newAttributeTypeDefGUID,
String newAttributeTypeDefName)
Change the guid or name of an existing TypeDef to a new value.
|
abstract EntityDetail |
OMRSMetadataCollection.reIdentifyEntity(String userId,
String typeDefGUID,
String typeDefName,
String entityGUID,
String newEntityGUID)
Change the guid of an existing entity to a new value.
|
EntityDetail |
OMRSMetadataCollectionBase.reIdentifyEntity(String userId,
String typeDefGUID,
String typeDefName,
String entityGUID,
String newEntityGUID)
Change the guid of an existing entity to a new value.
|
protected void |
OMRSMetadataCollectionBase.reIdentifyInstanceParameterValidation(String userId,
String typeDefGUID,
String typeDefName,
String instanceGUID,
String instanceParameterName,
String newInstanceGUID,
String newInstanceParameterName,
String methodName) |
abstract Relationship |
OMRSMetadataCollection.reIdentifyRelationship(String userId,
String typeDefGUID,
String typeDefName,
String relationshipGUID,
String newRelationshipGUID)
Change the guid of an existing relationship.
|
Relationship |
OMRSMetadataCollectionBase.reIdentifyRelationship(String userId,
String typeDefGUID,
String typeDefName,
String relationshipGUID,
String newRelationshipGUID)
Change the guid of an existing relationship.
|
TypeDef |
OMRSDynamicTypeMetadataCollectionBase.reIdentifyTypeDef(String userId,
String originalTypeDefGUID,
String originalTypeDefName,
String newTypeDefGUID,
String newTypeDefName)
Change the guid or name of an existing TypeDef to a new value.
|
abstract TypeDef |
OMRSMetadataCollection.reIdentifyTypeDef(String userId,
String originalTypeDefGUID,
String originalTypeDefName,
String newTypeDefGUID,
String newTypeDefName)
Change the guid or name of an existing TypeDef to a new value.
|
TypeDef |
OMRSMetadataCollectionBase.reIdentifyTypeDef(String userId,
String originalTypeDefGUID,
String originalTypeDefName,
String newTypeDefGUID,
String newTypeDefName)
Change the guid or name of an existing TypeDef to a new value.
|
protected void |
OMRSMetadataCollectionBase.removeInstanceParameterValidation(String userId,
String typeDefGUID,
String typeDefName,
String instanceGUID,
String methodName)
Deprecated.
|
protected void |
OMRSMetadataCollectionBase.reportUnsupportedAsOfTimeFunction(String methodName,
Date asOfTime)
Return an exception to indicate that the method is unsupported but this is ok because it is optional.
|
abstract EntityDetail |
OMRSMetadataCollection.restoreEntity(String userId,
String deletedEntityGUID)
Restore the requested entity to the state it was before it was deleted.
|
EntityDetail |
OMRSMetadataCollectionBase.restoreEntity(String userId,
String deletedEntityGUID)
Restore the requested entity to the state it was before it was deleted.
|
abstract Relationship |
OMRSMetadataCollection.restoreRelationship(String userId,
String deletedRelationshipGUID)
Restore a deleted relationship into the metadata collection.
|
Relationship |
OMRSMetadataCollectionBase.restoreRelationship(String userId,
String deletedRelationshipGUID)
Restore a deleted relationship into the metadata collection.
|
abstract EntityDetail |
OMRSMetadataCollection.reTypeEntity(String userId,
String entityGUID,
TypeDefSummary currentTypeDefSummary,
TypeDefSummary newTypeDefSummary)
Change the type of an existing entity.
|
EntityDetail |
OMRSMetadataCollectionBase.reTypeEntity(String userId,
String entityGUID,
TypeDefSummary currentTypeDefSummary,
TypeDefSummary newTypeDefSummary)
Change the type of an existing entity.
|
protected void |
OMRSMetadataCollectionBase.reTypeInstanceParameterValidation(String userId,
String instanceGUID,
String instanceParameterName,
TypeDefCategory expectedTypeDefCategory,
TypeDefSummary currentTypeDefSummary,
TypeDefSummary newTypeDefSummary,
String methodName)
Validate the parameters needed to reType an instance.
|
abstract Relationship |
OMRSMetadataCollection.reTypeRelationship(String userId,
String relationshipGUID,
TypeDefSummary currentTypeDefSummary,
TypeDefSummary newTypeDefSummary)
Change the type of an existing relationship.
|
Relationship |
OMRSMetadataCollectionBase.reTypeRelationship(String userId,
String relationshipGUID,
TypeDefSummary currentTypeDefSummary,
TypeDefSummary newTypeDefSummary)
Change the type of an existing relationship.
|
abstract void |
OMRSMetadataCollection.saveEntityReferenceCopy(String userId,
EntityDetail entity)
Save the entity as a reference copy.
|
void |
OMRSMetadataCollectionBase.saveEntityReferenceCopy(String userId,
EntityDetail entity)
Save the entity as a reference copy.
|
void |
OMRSMetadataCollection.saveInstanceReferenceCopies(String userId,
InstanceGraph instances)
Save the entities and relationships supplied in the instance graph as a reference copies.
|
abstract void |
OMRSMetadataCollection.saveRelationshipReferenceCopy(String userId,
Relationship relationship)
Save the relationship as a reference copy.
|
void |
OMRSMetadataCollectionBase.saveRelationshipReferenceCopy(String userId,
Relationship relationship)
Save the relationship as a reference copy.
|
abstract List<TypeDef> |
OMRSMetadataCollection.searchForTypeDefs(String userId,
String searchCriteria)
Return the TypeDefs that match the search criteria.
|
List<TypeDef> |
OMRSMetadataCollectionBase.searchForTypeDefs(String userId,
String searchCriteria)
Return the TypeDefs that match the search criteria.
|
protected void |
OMRSMetadataCollectionBase.typeDefCategoryParameterValidation(String userId,
TypeDefCategory category,
String categoryParameterName,
String methodName)
Validate the properties of a request that accesses types by category.
|
protected void |
OMRSMetadataCollectionBase.typeDefExternalIDParameterValidation(String userId,
String standard,
String organization,
String identifier,
String methodName)
Validate the properties used to locate types.
|
protected void |
OMRSMetadataCollectionBase.typeDefParameterValidation(String userId,
TypeDef typeDef,
String typeDefParameterName,
String methodName)
Validate that a supplied typeDef is valid.
|
protected void |
OMRSMetadataCollectionBase.typeDefPropertyParameterValidation(String userId,
TypeDefProperties matchCriteria,
String matchCriteriaParameterName,
String methodName)
Validate the properties used to locate types.
|
protected void |
OMRSMetadataCollectionBase.typeDefSearchParameterValidation(String userId,
String searchCriteria,
String searchCriteriaParameterName,
String methodName)
Validate the properties used to locate types.
|
protected void |
OMRSMetadataCollectionBase.typeGUIDParameterValidation(String userId,
String guid,
String guidParameterName,
String methodName)
Validate the properties of a request that accesses types by guid.
|
protected void |
OMRSMetadataCollectionBase.typeNameParameterValidation(String userId,
String name,
String nameParameterName,
String methodName)
Validate the properties of a request that accesses types by name.
|
abstract EntityDetail |
OMRSMetadataCollection.undoEntityUpdate(String userId,
String entityGUID)
Undo the last update to an entity and return the previous content.
|
EntityDetail |
OMRSMetadataCollectionBase.undoEntityUpdate(String userId,
String entityGUID)
Undo the last update to an entity and return the previous content.
|
abstract Relationship |
OMRSMetadataCollection.undoRelationshipUpdate(String userId,
String relationshipGUID)
Undo the latest change to a relationship (either a change of properties or status).
|
Relationship |
OMRSMetadataCollectionBase.undoRelationshipUpdate(String userId,
String relationshipGUID)
Undo the latest change to a relationship (either a change of properties or status).
|
abstract EntityDetail |
OMRSMetadataCollection.updateEntityClassification(String userId,
String entityGUID,
String classificationName,
InstanceProperties properties)
Update one or more properties in one of an entity's classifications.
|
EntityDetail |
OMRSMetadataCollectionBase.updateEntityClassification(String userId,
String entityGUID,
String classificationName,
InstanceProperties properties)
Update one or more properties in one of an entity's classifications.
|
protected TypeDef |
OMRSMetadataCollectionBase.updateEntityClassificationParameterValidation(String userId,
String entityGUID,
String classificationName,
InstanceProperties properties)
Deprecated.
|
abstract EntityDetail |
OMRSMetadataCollection.updateEntityProperties(String userId,
String entityGUID,
InstanceProperties properties)
Update selected properties in an entity.
|
EntityDetail |
OMRSMetadataCollectionBase.updateEntityProperties(String userId,
String entityGUID,
InstanceProperties properties)
Update selected properties in an entity.
|
abstract EntityDetail |
OMRSMetadataCollection.updateEntityStatus(String userId,
String entityGUID,
InstanceStatus newStatus)
Update the status for a specific entity.
|
EntityDetail |
OMRSMetadataCollectionBase.updateEntityStatus(String userId,
String entityGUID,
InstanceStatus newStatus)
Update the status for a specific entity.
|
protected void |
OMRSMetadataCollectionBase.updateInstancePropertiesPropertyValidation(String userId,
String instanceGUID,
InstanceProperties properties,
String methodName)
Validate the parameters for update the properties of an instance.
|
protected void |
OMRSMetadataCollectionBase.updateInstanceStatusParameterValidation(String userId,
String entityGUID,
InstanceStatus newStatus,
String methodName)
Validate parameters for updateEntityStatus.
|
abstract Relationship |
OMRSMetadataCollection.updateRelationshipProperties(String userId,
String relationshipGUID,
InstanceProperties properties)
Update the properties of a specific relationship.
|
Relationship |
OMRSMetadataCollectionBase.updateRelationshipProperties(String userId,
String relationshipGUID,
InstanceProperties properties)
Update the properties of a specific relationship.
|
abstract Relationship |
OMRSMetadataCollection.updateRelationshipStatus(String userId,
String relationshipGUID,
InstanceStatus newStatus)
Update the status of a specific relationship.
|
Relationship |
OMRSMetadataCollectionBase.updateRelationshipStatus(String userId,
String relationshipGUID,
InstanceStatus newStatus)
Update the status of a specific relationship.
|
TypeDef |
OMRSDynamicTypeMetadataCollectionBase.updateTypeDef(String userId,
TypeDefPatch typeDefPatch)
Update one or more properties of the TypeDef.
|
abstract TypeDef |
OMRSMetadataCollection.updateTypeDef(String userId,
TypeDefPatch typeDefPatch)
Update one or more properties of the TypeDef.
|
TypeDef |
OMRSMetadataCollectionBase.updateTypeDef(String userId,
TypeDefPatch typeDefPatch)
Update one or more properties of the TypeDef.
|
protected TypeDef |
OMRSMetadataCollectionBase.updateTypeDefParameterValidation(String userId,
TypeDefPatch typeDefPatch,
String methodName)
Validate that a patch to a type definition is valid.
|
void |
OMRSMetadataCollection.validateRepositoryConnector(String methodName)
Verify that a metadata collection is operating with a parent connector.
|
boolean |
OMRSFixedTypeMetadataCollectionBase.verifyAttributeTypeDef(String userId,
AttributeTypeDef attributeTypeDef)
Verify that a definition of an AttributeTypeDef is either new or matches the definition already stored.
|
boolean |
OMRSDynamicTypeMetadataCollectionBase.verifyAttributeTypeDef(String userId,
AttributeTypeDef attributeTypeDef)
Verify that a definition of an AttributeTypeDef is either new - or matches the definition already stored.
|
abstract boolean |
OMRSMetadataCollection.verifyAttributeTypeDef(String userId,
AttributeTypeDef attributeTypeDef)
Verify that a definition of an AttributeTypeDef is either new or matches the definition already stored.
|
boolean |
OMRSMetadataCollectionBase.verifyAttributeTypeDef(String userId,
AttributeTypeDef attributeTypeDef)
Verify that a definition of an AttributeTypeDef is either new or matches the definition already stored.
|
boolean |
OMRSFixedTypeMetadataCollectionBase.verifyTypeDef(String userId,
TypeDef typeDef)
Verify that a definition of a TypeDef is either new or matches the definition already stored.
|
boolean |
OMRSDynamicTypeMetadataCollectionBase.verifyTypeDef(String userId,
TypeDef typeDef)
Verify that a definition of a TypeDef is either new - or matches the definition already stored.
|
abstract boolean |
OMRSMetadataCollection.verifyTypeDef(String userId,
TypeDef typeDef)
Verify that a definition of a TypeDef is either new or matches the definition already stored.
|
boolean |
OMRSMetadataCollectionBase.verifyTypeDef(String userId,
TypeDef typeDef)
Verify that a definition of a TypeDef is either new or matches the definition already stored.
|
| Modifier and Type | Method and Description |
|---|---|
OMRSMetadataCollection |
OMRSMetadataCollectionManager.getMetadataCollection()
Returns the metadata collection object that provides an OMRS abstraction of the metadata within
a metadata repository.
|
OMRSMetadataCollection |
OMRSRepositoryConnector.getMetadataCollection()
Returns the metadata collection object that provides an OMRS abstraction of the metadata within
a metadata repository.
|
EntityProxy |
OMRSRepositoryHelper.getNewEntityProxy(String sourceName,
EntityDetail entity)
Generate an entity proxy from an entity and its TypeDef.
|
String |
OMRSRepositoryHelper.getTypeName(InstanceAuditHeader instance)
Returns the type name from an instance (entity, relationship or classification).
|
void |
OMRSRepositoryValidator.validateAtMostOneEntityResult(List<EntityDetail> findResults,
String typeName,
String serviceName,
String methodName)
Validate that either zero or one entities were returned from a find request.
|
void |
OMRSRepositoryValidator.validateAtMostOneRelationshipResult(List<Relationship> findResults,
String typeName,
String serviceName,
String methodName)
Validate that either zero or one relationships were returned from a find request.
|
void |
OMRSRepositoryValidator.validateEnterpriseAttributeTypeDefs(String sourceName,
List<AttributeTypeDef> attributeTypeDefs,
String methodName)
Return a boolean flag indicating whether the list of TypeDefs passed are compatible with the
all known typedefs.
|
void |
OMRSRepositoryValidator.validateEnterpriseTypeDefs(String sourceName,
List<TypeDef> typeDefs,
String methodName)
Return a boolean flag indicating whether the list of TypeDefs passed are compatible with the
all known typedefs.
|
void |
OMRSRepositoryValidator.validateEntityFromStore(String sourceName,
String guid,
EntityDetail entity,
String methodName)
Verify that an entity has been successfully retrieved from the repository and has valid contents.
|
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.
|
void |
OMRSRepositoryValidator.validateHomeMetadataGUID(String sourceName,
InstanceHeader instance,
String methodName)
Validate that a home metadata collection identifier in an instance is not null.
|
void |
OMRSRepositoryValidator.validateInstanceType(String sourceName,
InstanceHeader instance)
Verify that the instance retrieved from the repository has a valid instance type.
|
void |
OMRSRepositoryValidator.validateInstanceType(String sourceName,
InstanceHeader instance,
String typeGUIDParameterName,
String typeNameParameterName,
String expectedTypeGUID,
String expectedTypeName)
Verify that the instance retrieved from the repository has a valid instance type that matches the
expected type.
|
void |
OMRSRepositoryValidator.validateReferenceInstanceHeader(String sourceName,
String localMetadataCollectionId,
String instanceParameterName,
InstanceHeader instance,
String methodName)
Validates that an instance has the correct header for it to be a reference copy.
|
void |
OMRSRepositoryValidator.validateRelationshipFromStore(String sourceName,
String guid,
Relationship relationship,
String methodName)
Verify that a relationship has been successfully retrieved from the repository and has valid contents.
|
void |
OMRSRepositoryConnector.validateRepositoryIsActive(String methodName)
Throw a RepositoryErrorException if the connector is not active.
|
void |
OMRSRepositoryValidator.validateTypeDefForInstance(String sourceName,
String parameterName,
TypeDef typeDef,
String methodName)
Validate the content of a TypeDef associated with a metadata instance.
|
void |
OMRSRepositoryValidator.validateTypeForInstanceDelete(String sourceName,
String typeDefGUID,
String typeDefName,
InstanceHeader instance,
String methodName)
Validate that the supplied TypeDef GUID and name matches the type associated with a metadata instance.
|
boolean |
OMRSRepositoryValidator.verifyInstancePropertiesMatchPropertyValue(String sourceName,
InstanceProperties properties,
String searchPropertyValue,
String methodName)
Search for property values matching the supplied property value
|
boolean |
OMRSRepositoryValidator.verifyInstancePropertiesMatchSearchCriteria(String sourceName,
InstanceProperties properties,
String searchCriteria,
String methodName)
Search for property values matching the search criteria (a regular expression)
|
Copyright © 2018–2020 ODPi. All rights reserved.