| Modifier and Type | Method and Description |
|---|---|
void |
OMRSMetadataCollectionBase.deleteAttributeTypeDef(String userId,
String obsoleteTypeDefGUID,
String obsoleteTypeDefName)
Delete an AttributeTypeDef.
|
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.deleteTypeDef(String userId,
String obsoleteTypeDefGUID,
String obsoleteTypeDefName)
Delete the TypeDef.
|
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.
|
AttributeTypeDef |
OMRSMetadataCollectionBase.getAttributeTypeDefByGUID(String userId,
String guid)
Return the AttributeTypeDef identified by the GUID.
|
abstract AttributeTypeDef |
OMRSMetadataCollection.getAttributeTypeDefByGUID(String userId,
String guid)
Return the AttributeTypeDef identified by the GUID.
|
AttributeTypeDef |
OMRSMetadataCollectionBase.getAttributeTypeDefByName(String userId,
String name)
Return the AttributeTypeDef identified by the unique name.
|
abstract AttributeTypeDef |
OMRSMetadataCollection.getAttributeTypeDefByName(String userId,
String name)
Return the AttributeTypeDef identified by the unique name.
|
TypeDef |
OMRSMetadataCollectionBase.getTypeDefByGUID(String userId,
String guid)
Return the TypeDef identified by the GUID.
|
abstract TypeDef |
OMRSMetadataCollection.getTypeDefByGUID(String userId,
String guid)
Return the TypeDef identified by the GUID.
|
TypeDef |
OMRSMetadataCollectionBase.getTypeDefByName(String userId,
String name)
Return the TypeDef identified by the unique name.
|
abstract TypeDef |
OMRSMetadataCollection.getTypeDefByName(String userId,
String name)
Return the TypeDef identified by the unique name.
|
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.
|
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.
|
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.
|
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.
|
protected void |
OMRSMetadataCollectionBase.reportUnknownTypeGUID(String guid,
String guidParameterName,
String methodName)
Throw exception to indicate that a type unique identifier is not recognized.
|
protected void |
OMRSMetadataCollectionBase.reportUnknownTypeName(String name,
String methodName)
Throw exception to indicate that a type unique identifier is not recognized.
|
TypeDef |
OMRSMetadataCollectionBase.updateTypeDef(String userId,
TypeDefPatch typeDefPatch)
Update one or more properties of the TypeDef.
|
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.
|
protected TypeDef |
OMRSMetadataCollectionBase.updateTypeDefParameterValidation(String userId,
TypeDefPatch typeDefPatch,
String methodName)
Validate that a patch to a type definition is valid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSRepositoryValidator.validateKnownTypeDef(String sourceName,
String parameterName,
TypeDef typeDef,
String methodName)
Validate the content of a new TypeDef is known.
|
TypeDef |
OMRSRepositoryValidator.validateTypeDefPatch(String sourceName,
TypeDefPatch patch,
String methodName)
Verify that a TypeDefPatch is not null.
|
Copyright © 2018–2020 ODPi. All rights reserved.