| 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.
|
| Modifier and Type | Method and Description |
|---|---|
EntityProxy |
Relationship.getEntityOneProxy()
Return details of the entity at the first end of the relationship.
|
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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 ODPi. All rights reserved.