| Modifier and Type | Method and Description |
|---|---|
void |
OMRSTopicListenerBase.processNewTypeDefEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDef typeDef)
A new TypeDef has been defined.
|
void |
OMRSTopicListenerBase.processReIdentifiedTypeDefEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefSummary originalTypeDefSummary,
TypeDef typeDef)
The guid or name of an existing TypeDef has been changed to a new value.
|
void |
OMRSTopicListenerBase.processTypeDefPatchMismatchEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDefSummary,
TypeDef otherTypeDef,
String errorMessage)
A TypeDef from another member in the cohort is at a different version than the local repository.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeDef> |
OpenMetadataArchiveTypeStore.getNewTypeDefs()
Return the list of new TypeDefs in this open metadata archive.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenMetadataArchiveTypeStore.setNewTypeDefs(List<TypeDef> newTypeDefs)
Set up the list of new TypeDefs in this open metadata archive.
|
| Modifier and Type | Method and Description |
|---|---|
protected TypeDef |
OMRSMetadataCollectionBase.addEntityParameterValidation(String userId,
String entityTypeGUID,
InstanceProperties initialProperties,
List<Classification> initialClassifications,
InstanceStatus initialStatus)
Deprecated.
|
protected TypeDef |
OMRSMetadataCollectionBase.addEntityParameterValidation(String userId,
String entityTypeGUID,
InstanceProperties initialProperties,
List<Classification> initialClassifications,
InstanceStatus initialStatus,
String methodName)
Validate that the parameters passed to addEntity are valid.
|
protected TypeDef |
OMRSMetadataCollectionBase.addExternalEntityParameterValidation(String userId,
String entityTypeGUID,
String externalSourceGUID,
InstanceProperties initialProperties,
List<Classification> initialClassifications,
InstanceStatus initialStatus,
String methodName)
Validate parameters needed to save a new entity that is sourced from an external technology.
|
protected TypeDef |
OMRSMetadataCollectionBase.addExternalRelationshipParameterValidation(String userId,
String relationshipTypeGUID,
String externalSourceGUID,
InstanceProperties initialProperties,
String entityOneGUID,
String entityTwoGUID,
InstanceStatus initialStatus,
String methodName)
Validate the parameters needed to save a new relationship that is sourced from an external technology.
|
protected TypeDef |
OMRSMetadataCollectionBase.addRelationshipParameterValidation(String userId,
String relationshipTypeGUID,
InstanceProperties initialProperties,
String entityOneGUID,
String entityTwoGUID,
InstanceStatus initialStatus)
Deprecated.
|
protected TypeDef |
OMRSMetadataCollectionBase.addRelationshipParameterValidation(String userId,
String relationshipTypeGUID,
InstanceProperties initialProperties,
String entityOneGUID,
String entityTwoGUID,
InstanceStatus initialStatus,
String methodName)
Validate the parameters for adding a new relationship between two entities to the metadata collection.
|
protected TypeDef |
OMRSMetadataCollectionBase.classifyEntityParameterValidation(String userId,
String entityGUID,
String classificationName,
InstanceProperties classificationProperties)
Deprecated.
|
protected TypeDef |
OMRSMetadataCollectionBase.classifyEntityParameterValidation(String userId,
String entityGUID,
String classificationName,
InstanceProperties classificationProperties,
String methodName)
Validate the parameters passed to classifyEntity.
|
TypeDef |
OMRSMetadataCollectionBase.filterTypeDefsByGUID(List<TypeDef> allTypes,
String guid)
Return the TypeDef that matches the guid.
|
TypeDef |
OMRSMetadataCollectionBase.filterTypeDefsByName(List<TypeDef> allTypes,
String name)
Return the TypeDef that matches the 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.
|
protected TypeDef |
OMRSMetadataCollectionBase.getTypeDefForInstance(InstanceHeader header,
String methodName)
Extract the typeDef for an instance
|
protected TypeDef |
OMRSMetadataCollectionBase.manageTypeDefParameterValidation(String userId,
String guidParameterName,
String nameParameterName,
String typeDefGUID,
String typeDefName,
String methodName)
Validate the type information for a management change to a type.
|
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.
|
TypeDef |
OMRSFixedTypeMetadataCollectionBase.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.
|
protected TypeDef |
OMRSMetadataCollectionBase.updateEntityClassificationParameterValidation(String userId,
String entityGUID,
String classificationName,
InstanceProperties properties)
Deprecated.
|
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.
|
TypeDef |
OMRSFixedTypeMetadataCollectionBase.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 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 |
|---|---|
protected List<TypeDef> |
OMRSMetadataCollectionBase.filterTypeDefsByCategory(List<TypeDef> allTypes,
TypeDefCategory category)
Returns all of the types for a specific category.
|
protected List<TypeDef> |
OMRSMetadataCollectionBase.filterTypeDefsByProperty(List<TypeDef> allTypes,
TypeDefProperties matchCriteria)
Return the TypeDefs that have the properties matching the supplied match criteria.
|
List<TypeDef> |
OMRSMetadataCollectionBase.filterTypeDefsBySearchCriteria(List<TypeDef> allTypes,
String searchCriteria)
Return the TypeDefs that match the search criteria.
|
List<TypeDef> |
OMRSMetadataCollectionBase.filterTypesByExternalID(List<TypeDef> allTypes,
String standard,
String organization,
String identifier)
Match the supplied external standard identifiers against the active types for this repository.
|
abstract List<TypeDef> |
OMRSMetadataCollection.findTypeDefsByCategory(String userId,
TypeDefCategory category)
Returns all of the TypeDefs for a specific category.
|
List<TypeDef> |
OMRSMetadataCollectionBase.findTypeDefsByCategory(String userId,
TypeDefCategory category)
Returns all of the TypeDefs for a specific category.
|
abstract List<TypeDef> |
OMRSMetadataCollection.findTypeDefsByProperty(String userId,
TypeDefProperties matchCriteria)
Return the TypeDefs that have the properties matching the supplied match criteria.
|
List<TypeDef> |
OMRSMetadataCollectionBase.findTypeDefsByProperty(String userId,
TypeDefProperties matchCriteria)
Return the TypeDefs that have the properties matching the supplied match criteria.
|
abstract List<TypeDef> |
OMRSMetadataCollection.findTypesByExternalID(String userId,
String standard,
String organization,
String identifier)
Return the types that are linked to the elements from the specified standard.
|
List<TypeDef> |
OMRSMetadataCollectionBase.findTypesByExternalID(String userId,
String standard,
String organization,
String identifier)
Return the types that are linked to the elements from the specified standard.
|
abstract List<TypeDef> |
OMRSMetadataCollection.searchForTypeDefs(String userId,
String searchCriteria)
Return the TypeDefs that match the search criteria.
|
List<TypeDef> |
OMRSMetadataCollectionBase.searchForTypeDefs(String userId,
String searchCriteria)
Return the TypeDefs that match the search criteria.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
OMRSMetadataCollection.addTypeDef(String userId,
TypeDef newTypeDef)
Create a definition of a new TypeDef.
|
void |
OMRSMetadataCollectionBase.addTypeDef(String userId,
TypeDef newTypeDef)
Create a definition of a new TypeDef.
|
void |
OMRSFixedTypeMetadataCollectionBase.addTypeDef(String userId,
TypeDef newTypeDef)
Create a definition of a new TypeDef.
|
void |
OMRSDynamicTypeMetadataCollectionBase.addTypeDef(String userId,
TypeDef newTypeDef)
Create a definition of a new TypeDef.
|
protected void |
OMRSMetadataCollectionBase.newTypeDefParameterValidation(String userId,
TypeDef typeDef,
String typeDefParameterName,
String methodName)
Validate that a supplied typeDef is valid and unknown.
|
protected void |
OMRSMetadataCollectionBase.typeDefParameterValidation(String userId,
TypeDef typeDef,
String typeDefParameterName,
String methodName)
Validate that a supplied typeDef is valid.
|
void |
OMRSMetadataSecurity.validateUserForTypeCreate(String userId,
String metadataCollectionName,
TypeDef typeDef)
Tests for whether a specific user should have the right to create a type within a repository.
|
void |
OpenMetadataRepositorySecurity.validateUserForTypeCreate(String userId,
String metadataCollectionName,
TypeDef typeDef)
Tests for whether a specific user should have the right to create a type within a repository.
|
void |
OMRSMetadataSecurity.validateUserForTypeDelete(String userId,
String metadataCollectionName,
TypeDef typeDef)
Tests for whether a specific user should have the right to delete a type within a repository.
|
void |
OpenMetadataRepositorySecurity.validateUserForTypeDelete(String userId,
String metadataCollectionName,
TypeDef typeDef)
Tests for whether a specific user should have the right to delete a type within a repository.
|
void |
OMRSMetadataSecurity.validateUserForTypeRead(String userId,
String metadataCollectionName,
TypeDef typeDef)
Tests for whether a specific user should have read access to a specific type within a repository.
|
void |
OpenMetadataRepositorySecurity.validateUserForTypeRead(String userId,
String metadataCollectionName,
TypeDef typeDef)
Tests for whether a specific user should have read access to a specific type within a repository.
|
void |
OMRSMetadataSecurity.validateUserForTypeReIdentify(String userId,
String metadataCollectionName,
TypeDef originalTypeDef,
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,
TypeDef originalTypeDef,
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 |
OMRSMetadataSecurity.validateUserForTypeUpdate(String userId,
String metadataCollectionName,
TypeDef typeDef,
TypeDefPatch patch)
Tests for whether a specific user should have the right to update a type within a repository.
|
void |
OpenMetadataRepositorySecurity.validateUserForTypeUpdate(String userId,
String metadataCollectionName,
TypeDef typeDef,
TypeDefPatch patch)
Tests for whether a specific user should have the right to update a type within a repository.
|
abstract boolean |
OMRSMetadataCollection.verifyTypeDef(String userId,
TypeDef typeDef)
Verify that a definition of a TypeDef is either new or matches the definition already stored.
|
boolean |
OMRSMetadataCollectionBase.verifyTypeDef(String userId,
TypeDef typeDef)
Verify that a definition of a TypeDef is either new or matches the definition already stored.
|
boolean |
OMRSFixedTypeMetadataCollectionBase.verifyTypeDef(String userId,
TypeDef typeDef)
Verify that a definition of a TypeDef is either new or matches the definition already stored.
|
boolean |
OMRSDynamicTypeMetadataCollectionBase.verifyTypeDef(String userId,
TypeDef typeDef)
Verify that a definition of a TypeDef is either new - or matches the definition already stored.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<TypeDef> |
OMRSMetadataCollectionBase.filterTypeDefsByCategory(List<TypeDef> allTypes,
TypeDefCategory category)
Returns all of the types for a specific category.
|
TypeDef |
OMRSMetadataCollectionBase.filterTypeDefsByGUID(List<TypeDef> allTypes,
String guid)
Return the TypeDef that matches the guid.
|
TypeDef |
OMRSMetadataCollectionBase.filterTypeDefsByName(List<TypeDef> allTypes,
String name)
Return the TypeDef that matches the name.
|
protected List<TypeDef> |
OMRSMetadataCollectionBase.filterTypeDefsByProperty(List<TypeDef> allTypes,
TypeDefProperties matchCriteria)
Return the TypeDefs that have the properties matching the supplied match criteria.
|
List<TypeDef> |
OMRSMetadataCollectionBase.filterTypeDefsBySearchCriteria(List<TypeDef> allTypes,
String searchCriteria)
Return the TypeDefs that match the search criteria.
|
List<TypeDef> |
OMRSMetadataCollectionBase.filterTypesByExternalID(List<TypeDef> allTypes,
String standard,
String organization,
String identifier)
Match the supplied external standard identifiers against the active types for this repository.
|
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 |
ClassificationDef
ClassificationDef stores the properties for the definition of a type of classification.
|
class |
EntityDef
EntityDef describes a type of entity in the metadata collection.
|
class |
RelationshipDef
RelationshipDef describes the type of a relationship.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDef |
RelationshipDef.cloneFromSubclass()
Delegate the process of cloning to the subclass.
|
TypeDef |
EntityDef.cloneFromSubclass()
Delegate the process of cloning to the subclass.
|
abstract TypeDef |
TypeDef.cloneFromSubclass()
Delegate the process of cloning to the subclass.
|
TypeDef |
ClassificationDef.cloneFromSubclass()
Delegate the process of cloning to the subclass.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TypeDef> |
TypeDefGallery.getTypeDefs()
Return the list of type definitions from the gallery.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeDefGallery.setTypeDefs(List<TypeDef> typeDefs)
Set up the list of type definitions from the gallery.
|
| Constructor and Description |
|---|
TypeDef(TypeDef template)
Copy/clone constructor copies the values from the supplied 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.
|
TypeDef |
OMRSRepositoryHelper.getTypeDef(String sourceName,
String parameterName,
String typeDefGUID,
String methodName)
Return the TypeDef identified by the guid supplied by the caller.
|
TypeDef |
OMRSRepositoryHelper.getTypeDef(String sourceName,
String guidParameterName,
String nameParameterName,
String typeDefGUID,
String typeDefName,
String methodName)
Return the TypeDef identified by the guid and name supplied by the caller.
|
TypeDef |
OMRSRepositoryHelper.getTypeDefByName(String sourceName,
String typeDefName)
Return the TypeDef identified by the name supplied by the caller.
|
TypeDef |
OMRSRepositoryValidator.getValidTypeDefFromIds(String sourceName,
String guidParameterName,
String nameParameterName,
String guid,
String name,
String methodName)
Validate that a TypeDef's identifiers are not null and return the type.
|
TypeDef |
OMRSRepositoryValidator.validateClassificationName(String sourceName,
String parameterName,
String classificationName,
String methodName)
Validate that a classification name is not null.
|
TypeDef |
OMRSRepositoryValidator.validateTypeDefPatch(String sourceName,
TypeDefPatch patch,
String methodName)
Verify that a TypeDefPatch is not null.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeDef> |
OMRSRepositoryHelper.getActiveTypeDefs()
Return the list of typeDefs active in the local repository.
|
List<TypeDef> |
OMRSRepositoryHelper.getKnownTypeDefs()
Return the list of typeDefs active in the connected cohorts.
|
| 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.
|
List<TypeDefAttribute> |
OMRSRepositoryHelper.getAllPropertiesForTypeDef(String sourceName,
TypeDef typeDef,
String methodName)
Return the names of all of the properties in the supplied TypeDef and all of its super-types.
|
void |
OMRSRepositoryValidator.validateInstanceStatus(String sourceName,
String instanceStatusParameterName,
InstanceStatus instanceStatus,
TypeDef typeDef,
String methodName)
Validates an instance status where null is permissible.
|
void |
OMRSRepositoryValidator.validateKnownTypeDef(String sourceName,
String parameterName,
TypeDef typeDef,
String methodName)
Validate the content of a new TypeDef is known.
|
void |
OMRSRepositoryValidator.validateNewPropertiesForType(String sourceName,
String parameterName,
TypeDef typeDef,
InstanceProperties properties,
String methodName)
Validate that the properties for a metadata instance match its TypeDef
|
void |
OMRSRepositoryValidator.validateNewStatus(String sourceName,
String instanceStatusParameterName,
InstanceStatus instanceStatus,
TypeDef typeDef,
String methodName)
Validates an instance status where null is not allowed.
|
void |
OMRSRepositoryValidator.validatePropertiesForType(String sourceName,
String parameterName,
TypeDef typeDef,
InstanceProperties properties,
String methodName)
Validate that the properties for a metadata instance match its TypeDef.
|
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.
|
void |
OMRSRepositoryValidator.validateTypeDef(String sourceName,
String parameterName,
TypeDef typeDef,
String methodName)
Validate the content of a new TypeDef is valid.
|
void |
OMRSRepositoryValidator.validateTypeDefForInstance(String sourceName,
String parameterName,
TypeDef typeDef,
String methodName)
Validate the content of a TypeDef associated with a metadata instance.
|
void |
OMRSRepositoryValidator.validateUnknownTypeDef(String sourceName,
String parameterName,
TypeDef typeDef,
String methodName)
Validate the content of a new TypeDef is known.
|
boolean |
OMRSRepositoryValidator.validTypeDef(String sourceName,
TypeDef typeDef)
Return boolean indicating whether the supplied TypeDef is valid or not.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSRepositoryValidator.validateEnterpriseTypeDefs(String sourceName,
List<TypeDef> typeDefs,
String methodName)
Return a boolean flag indicating whether the list of TypeDefs passed are compatible with the
all known typedefs.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDef |
OMRSRepositoryPropertiesUtilities.applyPatch(String sourceName,
TypeDef originalTypeDef,
TypeDefPatch typeDefPatch,
String methodName)
Returns an updated TypeDef that has had the supplied patch applied.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDef |
OMRSRepositoryPropertiesUtilities.applyPatch(String sourceName,
TypeDef originalTypeDef,
TypeDefPatch typeDefPatch,
String methodName)
Returns an updated TypeDef that has had the supplied patch applied.
|
| Modifier and Type | Field and Description |
|---|---|
protected TypeDef |
OMRSEvent.otherTypeDef |
| Modifier and Type | Method and Description |
|---|---|
TypeDef |
OMRSEvent.getOtherTypeDef()
Return the TypeDef from the other repository.
|
TypeDef |
OMRSTypeDefEvent.getTypeDef()
Return the complete TypeDef object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSTypeDefEventProcessorInterface.processNewTypeDefEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDef typeDef)
A new TypeDef has been defined in an open metadata repository.
|
abstract void |
OMRSTypeDefEventProcessor.processNewTypeDefEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDef typeDef)
A new TypeDef has been defined in an open metadata repository.
|
void |
OMRSTypeDefEventProcessorInterface.processReIdentifiedTypeDefEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefSummary originalTypeDef,
TypeDef typeDef)
Process an event that changes either the name or guid of a TypeDef.
|
abstract void |
OMRSTypeDefEventProcessor.processReIdentifiedTypeDefEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefSummary originalTypeDef,
TypeDef typeDef)
Process an event that changes either the name or guid of a TypeDef.
|
void |
OMRSTypeDefEventProcessorInterface.processTypeDefPatchMismatchEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDef,
TypeDef otherTypeDef,
String errorMessage)
A TypeDef from another member in the cohort is at a different version than the local repository.
|
abstract void |
OMRSTypeDefEventProcessor.processTypeDefPatchMismatchEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDef,
TypeDef otherTypeDef,
String errorMessage)
A TypeDef from another member in the cohort is at a different version than the local repository.
|
| Constructor and Description |
|---|
OMRSEvent(OMRSEventCategory eventCategory,
OMRSEventErrorCode genericErrorCode,
String errorMessage,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDefSummary,
TypeDef otherTypeDef)
Outbound event constructor for a TypeDef patch mismatch warning.
|
OMRSTypeDefEvent(OMRSTypeDefEventErrorCode errorCode,
String errorMessage,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDefSummary,
TypeDef otherTypeDef)
Outbound event constructor for typedef mismatch errors.
|
OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType,
TypeDef typeDef)
Outbound event constructor for events such as newTypeDef.
|
OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType,
TypeDefSummary originalTypeDefSummary,
TypeDef typeDef)
Outbound event constructor for changing the identifiers associated with TypeDefs.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDef |
OMRSEventV1ErrorSection.getOtherTypeDef() |
TypeDef |
OMRSEventV1TypeDefSection.getTypeDef() |
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSEventV1ErrorSection.setOtherTypeDef(TypeDef otherTypeDef) |
void |
OMRSEventV1TypeDefSection.setTypeDef(TypeDef typeDef) |
| Modifier and Type | Method and Description |
|---|---|
TypeDef |
TypeDefResponse.getTypeDef()
Return the resulting TypeDef object.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeDef> |
TypeDefListResponse.getTypeDefs()
Return the list of typeDefs
|
List<TypeDef> |
TypeDefGalleryResponse.getTypeDefs()
Return the list of type definitions from this gallery
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeDefResponse.setTypeDef(TypeDef typeDef)
Set up the response Typedef object
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeDefListResponse.setTypeDefs(List<TypeDef> typeDefs)
Set up the list of typeDefs
|
void |
TypeDefGalleryResponse.setTypeDefs(List<TypeDef> typeDefs)
Set up the list of type definitions for this gallery.
|
Copyright © 2018–2020 ODPi. All rights reserved.