Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceProvenanceType
-
-
Uses of InstanceProvenanceType in org.odpi.openmetadata.repositoryservices.connectors.omrstopic
Methods in org.odpi.openmetadata.repositoryservices.connectors.omrstopic with parameters of type InstanceProvenanceType Modifier and Type Method Description voidOMRSTopicListenerBase. processConflictingInstancesEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, String targetMetadataCollectionId, TypeDefSummary targetTypeDefSummary, String targetInstanceGUID, String otherMetadataCollectionId, InstanceProvenanceType otherOrigin, TypeDefSummary otherTypeDefSummary, String otherInstanceGUID, String errorMessage)An open metadata repository has detected two metadata instances with the same identifier (guid). -
Uses of InstanceProvenanceType in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances that return InstanceProvenanceType Modifier and Type Method Description InstanceProvenanceTypeInstanceAuditHeader. getInstanceProvenanceType()Return the type of the provenance for this instance.static InstanceProvenanceTypeInstanceProvenanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceProvenanceType[]InstanceProvenanceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with parameters of type InstanceProvenanceType Modifier and Type Method Description voidInstanceAuditHeader. setInstanceProvenanceType(InstanceProvenanceType instanceProvenanceType)Set up the type of the provenance for this instance. -
Uses of InstanceProvenanceType in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with parameters of type InstanceProvenanceType Modifier and Type Method Description ClassificationOMRSRepositoryHelper. getNewClassification(String sourceName, String metadataCollectionId, String metadataCollectionName, InstanceProvenanceType provenanceType, String userName, String typeName, String entityTypeName, ClassificationOrigin classificationOrigin, String classificationOriginGUID, InstanceProperties properties)Return a classification with the header and type information filled out.ClassificationOMRSRepositoryHelper. getNewClassification(String sourceName, String metadataCollectionId, InstanceProvenanceType provenanceType, String userName, String typeName, String entityTypeName, ClassificationOrigin classificationOrigin, String classificationOriginGUID, InstanceProperties properties)Return a classification with the header and type information filled out.EntityDetailOMRSRepositoryHelper. getNewEntity(String sourceName, String metadataCollectionId, String metadataCollectionName, InstanceProvenanceType provenanceType, String userName, String typeName, InstanceProperties properties, List<Classification> classifications)Return a filled out entity.EntityDetailOMRSRepositoryHelper. getNewEntity(String sourceName, String metadataCollectionId, InstanceProvenanceType provenanceType, String userName, String typeName, InstanceProperties properties, List<Classification> classifications)Return a filled out entity.EntityProxyOMRSRepositoryHelper. getNewEntityProxy(String sourceName, String metadataCollectionId, InstanceProvenanceType provenanceType, String userName, String typeName, InstanceProperties properties, List<Classification> classifications)Return a filled out entity proxy.RelationshipOMRSRepositoryHelper. getNewRelationship(String sourceName, String metadataCollectionId, String metadataCollectionName, InstanceProvenanceType provenanceType, String userName, String typeName, InstanceProperties properties)Return a filled out relationship which just needs the entity proxies added.RelationshipOMRSRepositoryHelper. getNewRelationship(String sourceName, String metadataCollectionId, InstanceProvenanceType provenanceType, String userName, String typeName, InstanceProperties properties)Return a filled out relationship which just needs the entity proxies added.ClassificationOMRSRepositoryHelper. getSkeletonClassification(String sourceName, String metadataCollectionId, String metadataCollectionName, InstanceProvenanceType provenanceType, String userName, String classificationTypeName, String entityTypeName)Return a classification with the header and type information filled out.ClassificationOMRSRepositoryHelper. getSkeletonClassification(String sourceName, String metadataCollectionId, InstanceProvenanceType provenanceType, String userName, String classificationTypeName, String entityTypeName)Return a classification with the header and type information filled out.EntityDetailOMRSRepositoryHelper. getSkeletonEntity(String sourceName, String metadataCollectionId, String metadataCollectionName, InstanceProvenanceType provenanceType, String userName, String typeName)Return an entity with the header and type information filled out.EntityDetailOMRSRepositoryHelper. getSkeletonEntity(String sourceName, String metadataCollectionId, InstanceProvenanceType provenanceType, String userName, String typeName)Deprecated.EntitySummaryOMRSRepositoryHelper. getSkeletonEntitySummary(String sourceName, String metadataCollectionId, String metadataCollectionName, InstanceProvenanceType provenanceType, String userName, String typeName)Return an entity with the header and type information filled out.EntitySummaryOMRSRepositoryHelper. getSkeletonEntitySummary(String sourceName, String metadataCollectionId, InstanceProvenanceType provenanceType, String userName, String typeName)Deprecated.RelationshipOMRSRepositoryHelper. getSkeletonRelationship(String sourceName, String metadataCollectionId, String metadataCollectionName, InstanceProvenanceType provenanceType, String userName, String typeName)Return a relationship with the header and type information filled out.RelationshipOMRSRepositoryHelper. getSkeletonRelationship(String sourceName, String metadataCollectionId, InstanceProvenanceType provenanceType, String userName, String typeName)Return a relationship with the header and type information filled out. -
Uses of InstanceProvenanceType in org.odpi.openmetadata.repositoryservices.events
Fields in org.odpi.openmetadata.repositoryservices.events declared as InstanceProvenanceType Modifier and Type Field Description protected InstanceProvenanceTypeOMRSEvent. otherOriginMethods in org.odpi.openmetadata.repositoryservices.events that return InstanceProvenanceType Modifier and Type Method Description InstanceProvenanceTypeOMRSEvent. getOtherOrigin()Return the provenance (origin) information for the other instance.Methods in org.odpi.openmetadata.repositoryservices.events with parameters of type InstanceProvenanceType Modifier and Type Method Description abstract voidOMRSInstanceEventProcessor. processConflictingInstancesEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, String targetMetadataCollectionId, TypeDefSummary targetTypeDef, String targetInstanceGUID, String otherMetadataCollectionId, InstanceProvenanceType otherOrigin, TypeDefSummary otherTypeDef, String otherInstanceGUID, String errorMessage)An open metadata repository has detected two metadata instances with the same identifier (guid).voidOMRSInstanceEventProcessorInterface. processConflictingInstancesEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, String targetMetadataCollectionId, TypeDefSummary targetTypeDef, String targetInstanceGUID, String otherMetadataCollectionId, InstanceProvenanceType otherOrigin, TypeDefSummary otherTypeDef, String otherInstanceGUID, String errorMessage)An open metadata repository has detected two metadata instances with the same identifier (guid).Constructors in org.odpi.openmetadata.repositoryservices.events with parameters of type InstanceProvenanceType Constructor Description OMRSEvent(OMRSEventCategory eventCategory, OMRSEventErrorCode genericErrorCode, String errorMessage, String targetMetadataCollectionId, TypeDefSummary targetTypeDefSummary, String targetInstanceGUID, String otherMetadataCollectionId, InstanceProvenanceType otherOrigin, TypeDefSummary otherTypeDefSummary, String otherInstanceGUID)Outbound constructor used for metadata instance conflict events.OMRSInstanceEvent(OMRSInstanceEventErrorCode errorCode, String errorMessage, String targetMetadataCollectionId, TypeDefSummary targetTypeDefSummary, String targetInstanceGUID, String otherMetadataCollectionId, InstanceProvenanceType otherOrigin, TypeDefSummary otherTypeDefSummary, String otherInstanceGUID)Constructor for instance conflict events. -
Uses of InstanceProvenanceType in org.odpi.openmetadata.repositoryservices.events.beans.v1
Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 that return InstanceProvenanceType Modifier and Type Method Description InstanceProvenanceTypeOMRSEventV1ErrorSection. getOtherOrigin()Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 with parameters of type InstanceProvenanceType Modifier and Type Method Description voidOMRSEventV1ErrorSection. setOtherOrigin(InstanceProvenanceType otherOrigin)
-