| Modifier and Type | Method and Description |
|---|---|
void |
OMRSTopicListenerBase.processUpdatedTypeDefEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefPatch typeDefPatch)
An existing TypeDef has been updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeDefPatch> |
OpenMetadataArchiveTypeStore.getTypeDefPatches()
Return the list of TypeDef patches from this archive.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenMetadataArchiveTypeStore.setTypeDefPatches(List<TypeDefPatch> typeDefPatches)
Set up the list of TypeDef patches from this archive.
|
| Modifier and Type | Method and Description |
|---|---|
abstract TypeDef |
OMRSMetadataCollection.updateTypeDef(String userId,
TypeDefPatch typeDefPatch)
Update one or more properties of the TypeDef.
|
TypeDef |
OMRSFixedTypeMetadataCollectionBase.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.
|
TypeDef |
OMRSDynamicTypeMetadataCollectionBase.updateTypeDef(String userId,
TypeDefPatch typeDefPatch)
Update one or more properties of the TypeDef.
|
protected void |
OMRSMetadataCollectionBase.updateTypeDefParameterValidation(String userId,
TypeDefPatch typeDefPatch,
String methodName)
Validate that a patch to a type definition is valid.
|
| Constructor and Description |
|---|
TypeDefPatch(TypeDefPatch template) |
| Modifier and Type | Method and Description |
|---|---|
TypeDef |
OMRSRepositoryHelper.applyPatch(String sourceName,
TypeDef originalTypeDef,
TypeDefPatch typeDefPatch)
Returns an updated TypeDef that has had the supplied patch applied.
|
void |
OMRSRepositoryValidator.validateTypeDefPatch(String sourceName,
TypeDefPatch patch,
String methodName)
Verify that a TypeDefPatch is not null.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDefPatch |
OMRSTypeDefEvent.getTypeDefPatch()
Return a patch for the TypeDef.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSTypeDefEventProcessorInterface.processUpdatedTypeDefEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefPatch typeDefPatch)
An existing TypeDef has been updated in an open metadata repository.
|
abstract void |
OMRSTypeDefEventProcessor.processUpdatedTypeDefEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefPatch typeDefPatch)
An existing TypeDef has been updated in an open metadata repository.
|
| Constructor and Description |
|---|
OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType,
TypeDefPatch typeDefPatch)
Outbound event constructor for events such as updates.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDefPatch |
OMRSEventV1TypeDefSection.getTypeDefPatch() |
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSEventV1TypeDefSection.setTypeDefPatch(TypeDefPatch typeDefPatch) |
Copyright © 2018–2019 ODPi. All rights reserved.