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.
|
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 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 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.
|
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.
|
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.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 |
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.
|