| Modifier and Type | Method and Description |
|---|---|
protected EntityProxy |
OMRSMetadataCollectionBase.getEntityProxy(String userId,
String entityGUID,
String methodName)
Retrieve an entity proxy
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
OMRSMetadataSecurity.validateUserForEntityProxyRead(String userId,
String metadataCollectionName,
EntityProxy instance)
Tests for whether a specific user should have read access to a specific instance within a repository.
|
void |
OpenMetadataRepositorySecurity.validateUserForEntityProxyRead(String userId,
String metadataCollectionName,
EntityProxy instance)
Tests for whether a specific user should have read access to a specific instance within a repository.
|
| Modifier and Type | Method and Description |
|---|---|
EntityProxy |
Relationship.getEntityOneProxy()
Return details of the entity at the first end of the relationship.
|
EntityProxy |
ClassificationEntityExtension.getEntityToClassify()
Return which entity to attach this classification to.
|
EntityProxy |
Relationship.getEntityTwoProxy()
Return details of the entity at second end of the relationship.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Relationship.setEntityOneProxy(EntityProxy entityOneProxy)
Set up details of the entity at the first end of the relationship.
|
void |
ClassificationEntityExtension.setEntityToClassify(EntityProxy entityToClassify)
Set up which entity to attach this classification to.
|
void |
Relationship.setEntityTwoProxy(EntityProxy entityTwoProxy)
Set up the identity of the proxy at the other end of the relationship.
|
| Constructor and Description |
|---|
EntityProxy(EntityProxy template)
Copy/clone constructor for the entity proxy.
|
| Modifier and Type | Method and Description |
|---|---|
EntityProxy |
OMRSRepositoryHelper.getNewEntityProxy(String sourceName,
EntityDetail entity)
Generate an entity proxy from an entity and its TypeDef.
|
EntityProxy |
OMRSRepositoryHelper.getNewEntityProxy(String sourceName,
String metadataCollectionId,
InstanceProvenanceType provenanceType,
String userName,
String typeName,
InstanceProperties properties,
List<Classification> classifications)
Return a filled out entity proxy.
|
| Modifier and Type | Method and Description |
|---|---|
EntityProxyDifferences |
OMRSRepositoryHelper.getEntityProxyDifferences(EntityProxy left,
EntityProxy right,
boolean ignoreModificationStamps)
Calculate the differences between the two provided EntityProxy objects.
|
void |
OMRSRepositoryValidator.validateEntityProxy(String sourceName,
String localMetadataCollectionId,
String proxyParameterName,
EntityProxy entityProxy,
String methodName)
Validates an entity proxy.
|
void |
OMRSRepositoryValidator.validateRelationshipEnds(String sourceName,
EntityProxy entityOneProxy,
EntityProxy entityTwoProxy,
TypeDef typeDef,
String methodName)
Validate that the types of the two ends of a relationship match the relationship's TypeDef.
|
boolean |
OMRSRepositoryValidator.validEntity(String sourceName,
EntityProxy entity)
Test that the supplied entity is valid.
|
Copyright © 2018–2020 ODPi. All rights reserved.