| Modifier and Type | Method and Description |
|---|---|
void |
OMRSTopicListenerBase.processAttributeTypeDefConflictEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
AttributeTypeDef originatorAttributeTypeDef,
String otherMetadataCollectionId,
AttributeTypeDef conflictingAttributeTypeDef,
String errorMessage)
Process a detected conflict in the attribute type definitions (AttributeTypeDefs) used in the cohort.
|
void |
OMRSTopicListenerBase.processNewAttributeTypeDefEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
AttributeTypeDef attributeTypeDef)
A new AttributeTypeDef has been defined in an open metadata repository.
|
void |
OMRSTopicListenerBase.processReIdentifiedAttributeTypeDefEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
AttributeTypeDef originalAttributeTypeDef,
AttributeTypeDef attributeTypeDef)
Process an event that changes either the name or guid of an AttributeTypeDef.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeTypeDef> |
OpenMetadataArchiveTypeStore.getAttributeTypeDefs()
Return the list of attribute types used in this archive.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenMetadataArchiveTypeStore.setAttributeTypeDefs(List<AttributeTypeDef> attributeTypeDefs)
Set up the list of attribute types used in this archive.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeTypeDef |
OMRSMetadataCollectionBase.filterAttributeTypeDefsByGUID(List<AttributeTypeDef> allTypes,
String guid)
Return the AttributeTypeDef that matches the guid.
|
AttributeTypeDef |
OMRSMetadataCollectionBase.filterAttributeTypeDefsByName(List<AttributeTypeDef> allTypes,
String name)
Return the TypeDef that matches the name.
|
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.
|
protected AttributeTypeDef |
OMRSMetadataCollectionBase.manageAttributeTypeDefParameterValidation(String userId,
String guidParameterName,
String nameParameterName,
String attributeTypeDefGUID,
String attributeTypeDefName,
String methodName)
Validate the type information for a management change to an attributeTypeDef.
|
AttributeTypeDef |
OMRSFixedTypeMetadataCollectionBase.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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<AttributeTypeDef> |
OMRSMetadataCollectionBase.filterAttributeTypeDefsByCategory(List<AttributeTypeDef> allTypes,
AttributeTypeDefCategory category)
Returns all of the types for a specific category.
|
abstract List<AttributeTypeDef> |
OMRSMetadataCollection.findAttributeTypeDefsByCategory(String userId,
AttributeTypeDefCategory category)
Returns all of the AttributeTypeDefs for a specific category.
|
List<AttributeTypeDef> |
OMRSMetadataCollectionBase.findAttributeTypeDefsByCategory(String userId,
AttributeTypeDefCategory category)
Returns all of the AttributeTypeDefs for a specific category.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSFixedTypeMetadataCollectionBase.addAttributeTypeDef(String userId,
AttributeTypeDef newAttributeTypeDef)
Create a definition of a new AttributeTypeDef.
|
void |
OMRSDynamicTypeMetadataCollectionBase.addAttributeTypeDef(String userId,
AttributeTypeDef newAttributeTypeDef)
Create a definition of a new AttributeTypeDef.
|
abstract void |
OMRSMetadataCollection.addAttributeTypeDef(String userId,
AttributeTypeDef newAttributeTypeDef)
Create a definition of a new AttributeTypeDef.
|
void |
OMRSMetadataCollectionBase.addAttributeTypeDef(String userId,
AttributeTypeDef newAttributeTypeDef)
Create a definition of a new AttributeTypeDef.
|
protected void |
OMRSMetadataCollectionBase.attributeTypeDefParameterValidation(String userId,
AttributeTypeDef attributeTypeDef,
String typeDefParameterName,
String methodName)
Validate that a supplied attributeTypeDef is valid.
|
protected void |
OMRSMetadataCollectionBase.newAttributeTypeDefParameterValidation(String userId,
AttributeTypeDef attributeTypeDef,
String typeDefParameterName,
String methodName)
Validate that a supplied attributeTypeDef is valid and unknown.
|
void |
OMRSMetadataSecurity.validateUserForTypeCreate(String userId,
String metadataCollectionName,
AttributeTypeDef attributeTypeDef)
Tests for whether a specific user should have the right to create a type within a repository.
|
void |
OpenMetadataRepositorySecurity.validateUserForTypeCreate(String userId,
String metadataCollectionName,
AttributeTypeDef attributeTypeDef)
Tests for whether a specific user should have the right to create a type within a repository.
|
void |
OMRSMetadataSecurity.validateUserForTypeDelete(String userId,
String metadataCollectionName,
AttributeTypeDef attributeTypeDef)
Tests for whether a specific user should have the right to delete a type within a repository.
|
void |
OpenMetadataRepositorySecurity.validateUserForTypeDelete(String userId,
String metadataCollectionName,
AttributeTypeDef attributeTypeDef)
Tests for whether a specific user should have the right to delete a type within a repository.
|
void |
OMRSMetadataSecurity.validateUserForTypeRead(String userId,
String metadataCollectionName,
AttributeTypeDef attributeTypeDef)
Tests for whether a specific user should have read access to a specific type within a repository.
|
void |
OpenMetadataRepositorySecurity.validateUserForTypeRead(String userId,
String metadataCollectionName,
AttributeTypeDef attributeTypeDef)
Tests for whether a specific user should have read access to a specific type within a repository.
|
void |
OMRSMetadataSecurity.validateUserForTypeReIdentify(String userId,
String metadataCollectionName,
AttributeTypeDef originalAttributeTypeDef,
String newTypeDefGUID,
String newTypeDefName)
Tests for whether a specific user should have the right to change the identifiers for a type within a repository.
|
void |
OpenMetadataRepositorySecurity.validateUserForTypeReIdentify(String userId,
String metadataCollectionName,
AttributeTypeDef originalAttributeTypeDef,
String newTypeDefGUID,
String newTypeDefName)
Tests for whether a specific user should have the right to change the identifiers for a type within a repository.
|
boolean |
OMRSFixedTypeMetadataCollectionBase.verifyAttributeTypeDef(String userId,
AttributeTypeDef attributeTypeDef)
Verify that a definition of an AttributeTypeDef is either new or matches the definition already stored.
|
boolean |
OMRSDynamicTypeMetadataCollectionBase.verifyAttributeTypeDef(String userId,
AttributeTypeDef attributeTypeDef)
Verify that a definition of an AttributeTypeDef is either new - or matches the definition already stored.
|
abstract boolean |
OMRSMetadataCollection.verifyAttributeTypeDef(String userId,
AttributeTypeDef attributeTypeDef)
Verify that a definition of an AttributeTypeDef is either new or matches the definition already stored.
|
boolean |
OMRSMetadataCollectionBase.verifyAttributeTypeDef(String userId,
AttributeTypeDef attributeTypeDef)
Verify that a definition of an AttributeTypeDef is either new or matches the definition already stored.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<AttributeTypeDef> |
OMRSMetadataCollectionBase.filterAttributeTypeDefsByCategory(List<AttributeTypeDef> allTypes,
AttributeTypeDefCategory category)
Returns all of the types for a specific category.
|
AttributeTypeDef |
OMRSMetadataCollectionBase.filterAttributeTypeDefsByGUID(List<AttributeTypeDef> allTypes,
String guid)
Return the AttributeTypeDef that matches the guid.
|
AttributeTypeDef |
OMRSMetadataCollectionBase.filterAttributeTypeDefsByName(List<AttributeTypeDef> allTypes,
String name)
Return the TypeDef that matches the name.
|
TypeDefGallery |
OMRSMetadataCollectionBase.filterTypesByWildCardName(List<TypeDef> allTypeDefs,
List<AttributeTypeDef> allAttributeTypeDefs,
String typeDefName)
Return the types identified by the name supplied by the caller.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionDef
CollectionDef supports the definition of a collection type.
|
class |
EnumDef
The EnumDef describes an open metadata enumeration.
|
class |
PrimitiveDef
PrimitiveDef supports the definition of a primitive type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AttributeTypeDef |
TypeDefAttribute.attributeType |
| Modifier and Type | Method and Description |
|---|---|
AttributeTypeDef |
CollectionDef.cloneFromSubclass()
Delegate the process of cloning to the subclass.
|
AttributeTypeDef |
PrimitiveDef.cloneFromSubclass()
Delegate the process of cloning to the subclass.
|
AttributeTypeDef |
EnumDef.cloneFromSubclass()
Delegate the process of cloning to the subclass.
|
abstract AttributeTypeDef |
AttributeTypeDef.cloneFromSubclass()
Delegate the process of cloning to the subclass.
|
AttributeTypeDef |
TypeDefAttribute.getAttributeType()
Return the name of the type for the value in this attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeTypeDef> |
TypeDefGallery.getAttributeTypeDefs()
Return the list of attribute type definitions from the gallery.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeDefAttribute.setAttributeType(AttributeTypeDef attributeType)
Set up the name of the type for the value in this attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeDefGallery.setAttributeTypeDefs(List<AttributeTypeDef> attributeTypeDefs)
Set up the list of attribute type definitions from the gallery.
|
| Constructor and Description |
|---|
AttributeTypeDef(AttributeTypeDef template)
Copy/clone constructor copies the values from the supplied template.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeTypeDef |
OMRSRepositoryHelper.getAttributeTypeDef(String sourceName,
String attributeTypeDefGUID,
String methodName)
Return the AttributeTypeDef identified by the guid and name supplied by the caller.
|
AttributeTypeDef |
OMRSRepositoryHelper.getAttributeTypeDef(String sourceName,
String attributeTypeDefGUID,
String attributeTypeDefName,
String methodName)
Return the AttributeTypeDef identified by the guid and name supplied by the caller.
|
AttributeTypeDef |
OMRSRepositoryHelper.getAttributeTypeDefByName(String sourceName,
String attributeTypeDefName)
Return the AttributeTypeDef identified by the name supplied by the caller.
|
AttributeTypeDef |
OMRSRepositoryValidator.getValidAttributeTypeDefFromIds(String sourceName,
String guidParameterName,
String nameParameterName,
String guid,
String name,
String methodName)
Validate that an AttributeTypeDef's identifiers are not null and are recognized
and return the type.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeTypeDef> |
OMRSRepositoryHelper.getActiveAttributeTypeDefs()
Return the list of attributeTypeDefs active in the local repository.
|
List<AttributeTypeDef> |
OMRSRepositoryHelper.getKnownAttributeTypeDefs()
Return the list of attributeTypeDefs active in the connected cohorts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSRepositoryValidator.validateAttributeTypeDef(String sourceName,
String parameterName,
AttributeTypeDef attributeTypeDef,
String methodName)
Validate the content of a new AttributeTypeDef.
|
void |
OMRSRepositoryValidator.validateUnknownAttributeTypeDef(String sourceName,
String parameterName,
AttributeTypeDef attributeTypeDef,
String methodName)
Validate the content of a new TypeDef is known.
|
boolean |
OMRSRepositoryValidator.validAttributeTypeDef(String sourceName,
AttributeTypeDef attributeTypeDef)
Return boolean indicating whether the supplied AttributeTypeDef is valid or not.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSRepositoryValidator.validateEnterpriseAttributeTypeDefs(String sourceName,
List<AttributeTypeDef> attributeTypeDefs,
String methodName)
Return a boolean flag indicating whether the list of TypeDefs passed are compatible with the
all known typedefs.
|
| Modifier and Type | Field and Description |
|---|---|
protected AttributeTypeDef |
OMRSEvent.otherAttributeTypeDef |
protected AttributeTypeDef |
OMRSEvent.targetAttributeTypeDef |
| Modifier and Type | Method and Description |
|---|---|
AttributeTypeDef |
OMRSTypeDefEvent.getAttributeTypeDef()
Return the complete AttributeTypeDef object.
|
AttributeTypeDef |
OMRSTypeDefEvent.getOriginalAttributeTypeDef()
Return the details of the AttributeTypeDef before it was changed.
|
AttributeTypeDef |
OMRSEvent.getOtherAttributeTypeDef()
Return the AttributeTypeDef from the other repository.
|
AttributeTypeDef |
OMRSEvent.getTargetAttributeTypeDef()
Return the target AttributeTypeDef.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSTypeDefEventProcessorInterface.processAttributeTypeDefConflictEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
AttributeTypeDef originatorAttributeTypeDef,
String otherMetadataCollectionId,
AttributeTypeDef conflictingAttributeTypeDef,
String errorMessage)
Process a detected conflict in the attribute type definitions (AttributeTypeDefs) used in the cohort.
|
abstract void |
OMRSTypeDefEventProcessor.processAttributeTypeDefConflictEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
AttributeTypeDef originatorAttributeTypeDef,
String otherMetadataCollectionId,
AttributeTypeDef conflictingAttributeTypeDef,
String errorMessage)
Process a detected conflict in the attribute type definitions (AttributeTypeDefs) used in the cohort.
|
void |
OMRSTypeDefEventProcessorInterface.processNewAttributeTypeDefEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
AttributeTypeDef attributeTypeDef)
A new AttributeTypeDef has been defined in an open metadata repository.
|
abstract void |
OMRSTypeDefEventProcessor.processNewAttributeTypeDefEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
AttributeTypeDef attributeTypeDef)
A new AttributeTypeDef has been defined in an open metadata repository.
|
void |
OMRSTypeDefEventProcessorInterface.processReIdentifiedAttributeTypeDefEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
AttributeTypeDef originalAttributeTypeDef,
AttributeTypeDef attributeTypeDef)
Process an event that changes either the name or guid of an AttributeTypeDef.
|
abstract void |
OMRSTypeDefEventProcessor.processReIdentifiedAttributeTypeDefEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
AttributeTypeDef originalAttributeTypeDef,
AttributeTypeDef attributeTypeDef)
Process an event that changes either the name or guid of an AttributeTypeDef.
|
| Constructor and Description |
|---|
OMRSEvent(OMRSEventCategory eventCategory,
OMRSEventErrorCode genericErrorCode,
String errorMessage,
String otherMetadataCollectionId,
AttributeTypeDef otherAttributeTypeDef)
Outbound constructor used for AttributeTypeDef conflict events.
|
OMRSEvent(OMRSEventCategory eventCategory,
OMRSEventErrorCode genericErrorCode,
String errorMessage,
String targetMetadataCollectionId,
AttributeTypeDef targetAttributeTypeDef,
AttributeTypeDef otherAttributeTypeDef)
Outbound constructor used for AttributeTypeDef conflict events.
|
OMRSTypeDefEvent(OMRSTypeDefEventErrorCode errorCode,
String errorMessage,
AttributeTypeDef originatorAttributeTypeDef,
String otherMetadataCollectionId,
AttributeTypeDef otherAttributeTypeDef)
Outbound event constructor for conflicting attribute typedef errors.
|
OMRSTypeDefEvent(OMRSTypeDefEventErrorCode errorCode,
String errorMessage,
String targetMetadataCollectionId,
AttributeTypeDef targetAttributeTypeDef,
AttributeTypeDef otherAttributeTypeDef)
Outbound event constructor for conflicting attribute typedef errors.
|
OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType,
AttributeTypeDef attributeTypeDef)
Outbound event constructor for events such as newAttributeTypeDef.
|
OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType,
AttributeTypeDef originalAttributeTypeDef,
AttributeTypeDef attributeTypeDef)
Outbound event constructor for changing the identifiers associated with AttributeTypeDefs.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeTypeDef |
OMRSEventV1TypeDefSection.getAttributeTypeDef() |
AttributeTypeDef |
OMRSEventV1TypeDefSection.getOriginalAttributeTypeDef() |
AttributeTypeDef |
OMRSEventV1ErrorSection.getOtherAttributeTypeDef() |
AttributeTypeDef |
OMRSEventV1ErrorSection.getTargetAttributeTypeDef() |
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSEventV1TypeDefSection.setAttributeTypeDef(AttributeTypeDef attributeTypeDef) |
void |
OMRSEventV1TypeDefSection.setOriginalAttributeTypeDef(AttributeTypeDef originalAttributeTypeDef) |
void |
OMRSEventV1ErrorSection.setOtherAttributeTypeDef(AttributeTypeDef otherAttributeTypeDef) |
void |
OMRSEventV1ErrorSection.setTargetAttributeTypeDef(AttributeTypeDef targetAttributeTypeDef) |
| Modifier and Type | Method and Description |
|---|---|
AttributeTypeDef |
AttributeTypeDefResponse.getAttributeTypeDef()
Return the resulting AttributeTypeDef object.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeTypeDef> |
TypeDefGalleryResponse.getAttributeTypeDefs()
Return the list of attribute type definitions from this gallery.
|
List<AttributeTypeDef> |
AttributeTypeDefListResponse.getAttributeTypeDefs()
Return the list of AttributeTypeDefs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeTypeDefResponse.setAttributeTypeDef(AttributeTypeDef attributeTypeDef)
Set up the resulting AttributeTypeDef object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeDefGalleryResponse.setAttributeTypeDefs(List<AttributeTypeDef> attributeTypeDefs)
Set up the list of attribute type definitions from this gallery.
|
void |
AttributeTypeDefListResponse.setAttributeTypeDefs(List<AttributeTypeDef> attributeTypeDefs)
Set up the list of AttributeTypeDefs.
|
Copyright © 2018–2020 ODPi. All rights reserved.