Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.EntityDetail
-
-
Uses of EntityDetail in org.odpi.openmetadata.repositoryservices.connectors.omrstopic
Methods in org.odpi.openmetadata.repositoryservices.connectors.omrstopic with parameters of type EntityDetail Modifier and Type Method Description voidOMRSTopicListenerBase. processClassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)Deprecated.voidOMRSTopicListenerBase. processClassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity, Classification classification)A new classification has been added to an entity.voidOMRSTopicListenerBase. processDeclassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)Deprecated.voidOMRSTopicListenerBase. processDeclassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity, Classification originalClassification)A classification has been removed from an entity.voidOMRSTopicListenerBase. processDeletedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)An existing entity has been deleted.voidOMRSTopicListenerBase. processDeletePurgedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)An existing entity has been deleted and purged in a single action.voidOMRSTopicListenerBase. processNewEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)A new entity has been created.voidOMRSTopicListenerBase. processReclassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)Deprecated.voidOMRSTopicListenerBase. processReclassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity, Classification originalClassification, Classification classification)An existing classification has been changed on an entity.voidOMRSTopicListenerBase. processRefreshEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)A remote repository in the cohort has sent entity details in response to a refresh request.voidOMRSTopicListenerBase. processReHomedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, String originalHomeMetadataCollectionId, EntityDetail entity)An existing entity has changed home repository.voidOMRSTopicListenerBase. processReIdentifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, String originalEntityGUID, EntityDetail entity)The guid of an existing entity has been changed to a new value.voidOMRSTopicListenerBase. processRestoredEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)A deleted entity has been restored to the state it was before it was deleted.voidOMRSTopicListenerBase. processReTypedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, TypeDefSummary originalTypeDefSummary, EntityDetail entity)An existing entity has had its type changed.voidOMRSTopicListenerBase. processUndoneEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)An update to an entity has been undone.voidOMRSTopicListenerBase. processUpdatedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail oldEntity, EntityDetail newEntity)An existing entity has been updated. -
Uses of EntityDetail in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore that return EntityDetail Modifier and Type Method Description EntityDetailOpenMetadataArchiveBuilder. getEntity(String guid)Retrieve an entity from the archive.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore with parameters of type EntityDetail Modifier and Type Method Description voidOpenMetadataArchiveBuilder. addEntity(EntityDetail entity)Add a new entity to the archive. -
Uses of EntityDetail in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties that return types with arguments of type EntityDetail Modifier and Type Method Description List<EntityDetail>OpenMetadataArchiveInstanceStore. getEntities()Return the list of entities defined in the open metadata archive.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties with type arguments of type EntityDetail Modifier and Type Method Description voidOpenMetadataArchiveInstanceStore. setEntities(List<EntityDetail> entities)Set up the list of entities defined in the open metadata archive. -
Uses of EntityDetail in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore that return EntityDetail Modifier and Type Method Description abstract EntityDetailOMRSMetadataCollection. addEntity(String userId, String entityTypeGUID, InstanceProperties initialProperties, List<Classification> initialClassifications, InstanceStatus initialStatus)Create a new entity and put it in the requested state.EntityDetailOMRSMetadataCollectionBase. addEntity(String userId, String entityTypeGUID, InstanceProperties initialProperties, List<Classification> initialClassifications, InstanceStatus initialStatus)Create a new entity and put it in the requested state.EntityDetailOMRSMetadataCollection. addExternalEntity(String userId, String entityTypeGUID, String externalSourceGUID, String externalSourceName, InstanceProperties initialProperties, List<Classification> initialClassifications, InstanceStatus initialStatus)Save a new entity that is sourced from an external technology.EntityDetailOMRSMetadataCollectionBase. addExternalEntity(String userId, String entityTypeGUID, String externalSourceGUID, String externalSourceName, InstanceProperties initialProperties, List<Classification> initialClassifications, InstanceStatus initialStatus)Save a new entity that is sourced from an external technology.EntityDetailOMRSMetadataCollection. classifyEntity(String userId, String entityGUID, String classificationName, String externalSourceGUID, String externalSourceName, ClassificationOrigin classificationOrigin, String classificationOriginGUID, InstanceProperties classificationProperties)Add the requested classification to a specific entity.abstract EntityDetailOMRSMetadataCollection. classifyEntity(String userId, String entityGUID, String classificationName, InstanceProperties classificationProperties)Add the requested classification to a specific entity.EntityDetailOMRSMetadataCollectionBase. classifyEntity(String userId, String entityGUID, String classificationName, String externalSourceGUID, String externalSourceName, ClassificationOrigin classificationOrigin, String classificationOriginGUID, InstanceProperties classificationProperties)Add the requested classification to a specific entity.EntityDetailOMRSMetadataCollectionBase. classifyEntity(String userId, String entityGUID, String classificationName, InstanceProperties classificationProperties)Add the requested classification to a specific entity.abstract EntityDetailOMRSMetadataCollection. declassifyEntity(String userId, String entityGUID, String classificationName)Remove a specific classification from an entity.EntityDetailOMRSMetadataCollectionBase. declassifyEntity(String userId, String entityGUID, String classificationName)Remove a specific classification from an entity.abstract EntityDetailOMRSMetadataCollection. deleteEntity(String userId, String typeDefGUID, String typeDefName, String obsoleteEntityGUID)Delete an entity.EntityDetailOMRSMetadataCollectionBase. deleteEntity(String userId, String typeDefGUID, String typeDefName, String obsoleteEntityGUID)Delete an entity.abstract EntityDetailOMRSMetadataCollection. getEntityDetail(String userId, String guid)Return the header, classifications and properties of a specific entity.abstract EntityDetailOMRSMetadataCollection. getEntityDetail(String userId, String guid, Date asOfTime)Return a historical version of an entity.EntityDetailOMRSMetadataCollectionBase. getEntityDetail(String userId, String guid)Return the header, classifications and properties of a specific entity.EntityDetailOMRSMetadataCollectionBase. getEntityDetail(String userId, String guid, Date asOfTime)Return a historical version of an entity.abstract EntityDetailOMRSMetadataCollection. isEntityKnown(String userId, String guid)Returns the entity if the entity is stored in the metadata collection, otherwise null.EntityDetailOMRSMetadataCollectionBase. isEntityKnown(String userId, String guid)Returns the entity if the entity is stored in the metadata collection, otherwise null.EntityDetailOMRSMetadataCollection. reHomeEntity(String userId, String entityGUID, String typeDefGUID, String typeDefName, String homeMetadataCollectionId, String newHomeMetadataCollectionId)Deprecated.EntityDetailOMRSMetadataCollection. reHomeEntity(String userId, String entityGUID, String typeDefGUID, String typeDefName, String homeMetadataCollectionId, String newHomeMetadataCollectionId, String newHomeMetadataCollectionName)Change the home of an existing entity.EntityDetailOMRSMetadataCollectionBase. reHomeEntity(String userId, String entityGUID, String typeDefGUID, String typeDefName, String homeMetadataCollectionId, String newHomeMetadataCollectionId, String newHomeMetadataCollectionName)Change the home of an existing entity.abstract EntityDetailOMRSMetadataCollection. reIdentifyEntity(String userId, String typeDefGUID, String typeDefName, String entityGUID, String newEntityGUID)Change the guid of an existing entity to a new value.EntityDetailOMRSMetadataCollectionBase. reIdentifyEntity(String userId, String typeDefGUID, String typeDefName, String entityGUID, String newEntityGUID)Change the guid of an existing entity to a new value.abstract EntityDetailOMRSMetadataCollection. restoreEntity(String userId, String deletedEntityGUID)Restore the requested entity to the state it was before it was deleted.EntityDetailOMRSMetadataCollectionBase. restoreEntity(String userId, String deletedEntityGUID)Restore the requested entity to the state it was before it was deleted.abstract EntityDetailOMRSMetadataCollection. reTypeEntity(String userId, String entityGUID, TypeDefSummary currentTypeDefSummary, TypeDefSummary newTypeDefSummary)Change the type of an existing entity.EntityDetailOMRSMetadataCollectionBase. reTypeEntity(String userId, String entityGUID, TypeDefSummary currentTypeDefSummary, TypeDefSummary newTypeDefSummary)Change the type of an existing entity.abstract EntityDetailOMRSMetadataCollection. undoEntityUpdate(String userId, String entityGUID)Undo the last update to an entity and return the previous content.EntityDetailOMRSMetadataCollectionBase. undoEntityUpdate(String userId, String entityGUID)Undo the last update to an entity and return the previous content.abstract EntityDetailOMRSMetadataCollection. updateEntityClassification(String userId, String entityGUID, String classificationName, InstanceProperties properties)Update one or more properties in one of an entity's classifications.EntityDetailOMRSMetadataCollectionBase. updateEntityClassification(String userId, String entityGUID, String classificationName, InstanceProperties properties)Update one or more properties in one of an entity's classifications.abstract EntityDetailOMRSMetadataCollection. updateEntityProperties(String userId, String entityGUID, InstanceProperties properties)Update selected properties in an entity.EntityDetailOMRSMetadataCollectionBase. updateEntityProperties(String userId, String entityGUID, InstanceProperties properties)Update selected properties in an entity.abstract EntityDetailOMRSMetadataCollection. updateEntityStatus(String userId, String entityGUID, InstanceStatus newStatus)Update the status for a specific entity.EntityDetailOMRSMetadataCollectionBase. updateEntityStatus(String userId, String entityGUID, InstanceStatus newStatus)Update the status for a specific entity.EntityDetailOMRSMetadataDefaultRepositorySecurity. validateUserForEntityRead(String userId, String metadataCollectionName, EntityDetail instance)Tests for whether a specific user should have read access to a specific instance within a repository.EntityDetailOpenMetadataRepositorySecurity. validateUserForEntityRead(String userId, String metadataCollectionName, EntityDetail instance)Tests for whether a specific user should have read access to a specific instance within a repository.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore that return types with arguments of type EntityDetail Modifier and Type Method Description abstract List<EntityDetail>OMRSMetadataCollection. findEntities(String userId, String entityTypeGUID, List<String> entitySubtypeGUIDs, SearchProperties matchProperties, int fromEntityElement, List<InstanceStatus> limitResultsByStatus, SearchClassifications matchClassifications, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of entities that match the supplied criteria.List<EntityDetail>OMRSMetadataCollectionBase. findEntities(String userId, String entityTypeGUID, List<String> entitySubtypeGUIDs, SearchProperties matchProperties, int fromEntityElement, List<InstanceStatus> limitResultsByStatus, SearchClassifications matchClassifications, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of entities that match the supplied criteria.abstract List<EntityDetail>OMRSMetadataCollection. findEntitiesByClassification(String userId, String entityTypeGUID, String classificationName, InstanceProperties matchClassificationProperties, MatchCriteria matchCriteria, int fromEntityElement, List<InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of entities that have the requested type of classifications attached.List<EntityDetail>OMRSMetadataCollectionBase. findEntitiesByClassification(String userId, String entityTypeGUID, String classificationName, InstanceProperties matchClassificationProperties, MatchCriteria matchCriteria, int fromEntityElement, List<InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of entities that have the requested type of classifications attached.abstract List<EntityDetail>OMRSMetadataCollection. findEntitiesByProperty(String userId, String entityTypeGUID, InstanceProperties matchProperties, MatchCriteria matchCriteria, int fromEntityElement, List<InstanceStatus> limitResultsByStatus, List<String> limitResultsByClassification, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of entities that match the supplied properties according to the match criteria.List<EntityDetail>OMRSMetadataCollectionBase. findEntitiesByProperty(String userId, String entityTypeGUID, InstanceProperties matchProperties, MatchCriteria matchCriteria, int fromEntityElement, List<InstanceStatus> limitResultsByStatus, List<String> limitResultsByClassification, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of entities that match the supplied properties according to the match criteria.abstract List<EntityDetail>OMRSMetadataCollection. findEntitiesByPropertyValue(String userId, String entityTypeGUID, String searchCriteria, int fromEntityElement, List<InstanceStatus> limitResultsByStatus, List<String> limitResultsByClassification, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of entities whose string based property values match the search criteria.List<EntityDetail>OMRSMetadataCollectionBase. findEntitiesByPropertyValue(String userId, String entityTypeGUID, String searchCriteria, int fromEntityElement, List<InstanceStatus> limitResultsByStatus, List<String> limitResultsByClassification, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of entities whose string based property values match the search criteria.abstract List<EntityDetail>OMRSMetadataCollection. getEntityDetailHistory(String userId, String guid, Date fromTime, Date toTime, int startFromElement, int pageSize, HistorySequencingOrder sequencingOrder)Return all historical versions of an entity within the bounds of the provided timestamps.List<EntityDetail>OMRSMetadataCollectionBase. getEntityDetailHistory(String userId, String guid, Date fromTime, Date toTime, int startFromElement, int pageSize, HistorySequencingOrder sequencingOrder)Return all historical versions of an entity within the bounds of the provided timestamps.abstract List<EntityDetail>OMRSMetadataCollection. getRelatedEntities(String userId, String startEntityGUID, List<String> entityTypeGUIDs, int fromEntityElement, List<InstanceStatus> limitResultsByStatus, List<String> limitResultsByClassification, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return the list of entities that are of the types listed in entityTypeGUIDs and are connected, either directly or indirectly to the entity identified by startEntityGUID.List<EntityDetail>OMRSMetadataCollectionBase. getRelatedEntities(String userId, String startEntityGUID, List<String> entityTypeGUIDs, int fromEntityElement, List<InstanceStatus> limitResultsByStatus, List<String> limitResultsByClassification, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return the list of entities that are of the types listed in entityTypeGUIDs and are connected, either directly or indirectly to the entity identified by startEntityGUID.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore with parameters of type EntityDetail Modifier and Type Method Description voidOMRSMetadataCollection. deleteEntityReferenceCopy(String userId, EntityDetail entity)Remove a reference copy of the the entity from the local repository.voidOMRSMetadataCollectionBase. deleteEntityReferenceCopy(String userId, EntityDetail entity)Remove a reference copy of the the entity from the local repository.voidOMRSMetadataCollection. purgeClassificationReferenceCopy(String userId, EntityDetail entity, Classification classification)Remove the reference copy of the classification from the local repository.voidOMRSMetadataCollectionBase. purgeClassificationReferenceCopy(String userId, EntityDetail entity, Classification classification)Remove the reference copy of the classification from the local repository.voidOMRSMetadataCollection. purgeEntityReferenceCopy(String userId, EntityDetail entity)Remove a reference copy of the the entity from the local repository.voidOMRSMetadataCollectionBase. purgeEntityReferenceCopy(String userId, EntityDetail entity)Remove a reference copy of the the entity from the local repository.voidOMRSMetadataCollection. saveClassificationReferenceCopy(String userId, EntityDetail entity, Classification classification)Save the classification as a reference copy.voidOMRSMetadataCollectionBase. saveClassificationReferenceCopy(String userId, EntityDetail entity, Classification classification)Save the classification as a reference copy.abstract voidOMRSMetadataCollection. saveEntityReferenceCopy(String userId, EntityDetail entity)Save the entity as a reference copy.voidOMRSMetadataCollectionBase. saveEntityReferenceCopy(String userId, EntityDetail entity)Save the entity as a reference copy.booleanOMRSMetadataDefaultRepositorySecurity. validateEntityReferenceCopySave(EntityDetail instance)Tests for whether a reference copy should be saved to the repository.booleanOpenMetadataRepositorySecurity. validateEntityReferenceCopySave(EntityDetail instance)Tests for whether a reference copy should be saved to the repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForEntityDelete(String userId, String metadataCollectionName, EntityDetail instance)Tests for whether a specific user should have the right to delete a instance within a repository.voidOpenMetadataRepositorySecurity. validateUserForEntityDelete(String userId, String metadataCollectionName, EntityDetail instance)Tests for whether a specific user should have the right to delete a instance within a repository.EntityDetailOMRSMetadataDefaultRepositorySecurity. validateUserForEntityRead(String userId, String metadataCollectionName, EntityDetail instance)Tests for whether a specific user should have read access to a specific instance within a repository.EntityDetailOpenMetadataRepositorySecurity. validateUserForEntityRead(String userId, String metadataCollectionName, EntityDetail instance)Tests for whether a specific user should have read access to a specific instance within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForEntityReHoming(String userId, String metadataCollectionName, EntityDetail instance, String newHomeMetadataCollectionId, String newHomeMetadataCollectionName)Tests for whether a specific user should have the right to change the home of a instance within a repository.voidOpenMetadataRepositorySecurity. validateUserForEntityReHoming(String userId, String metadataCollectionName, EntityDetail instance, String newHomeMetadataCollectionId, String newHomeMetadataCollectionName)Tests for whether a specific user should have the right to change the home of a instance within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForEntityReIdentification(String userId, String metadataCollectionName, EntityDetail instance, String newGUID)Tests for whether a specific user should have the right to change the guid on a instance within a repository.voidOpenMetadataRepositorySecurity. validateUserForEntityReIdentification(String userId, String metadataCollectionName, EntityDetail instance, String newGUID)Tests for whether a specific user should have the right to change the guid on a instance within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForEntityReTyping(String userId, String metadataCollectionName, EntityDetail instance, TypeDefSummary newTypeDefSummary)Tests for whether a specific user should have the right to change the type of a instance within a repository.voidOpenMetadataRepositorySecurity. validateUserForEntityReTyping(String userId, String metadataCollectionName, EntityDetail instance, TypeDefSummary newTypeDefSummary)Tests for whether a specific user should have the right to change the type of a instance within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForEntityUpdate(String userId, String metadataCollectionName, EntityDetail instance)Tests for whether a specific user should have the right to update a instance within a repository.voidOpenMetadataRepositorySecurity. validateUserForEntityUpdate(String userId, String metadataCollectionName, EntityDetail instance)Tests for whether a specific user should have the right to update a instance within a repository. -
Uses of EntityDetail in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances that return EntityDetail Modifier and Type Method Description EntityDetailInstanceGraph. returnLinkedEntity(String anchorEntityGUID, String linkingRelationshipGUID)Return the entity connected at the far end of an entity's relationship.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances that return types with arguments of type EntityDetail Modifier and Type Method Description List<EntityDetail>InstanceGraph. getEntities()Return the list of all of the entities (vertices/nodes) in the instance graph.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with type arguments of type EntityDetail Modifier and Type Method Description voidInstanceGraph. setEntities(List<EntityDetail> entityElementList)Set up the list of entities for this instance graph.Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with parameters of type EntityDetail Constructor Description EntityDetail(EntityDetail templateElement)Copy/clone constructor properties copied from template.Constructor parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with type arguments of type EntityDetail Constructor Description InstanceGraph(List<EntityDetail> entities, List<Relationship> relationships)Typical Constructor creates a graph with the supplied list of elements. -
Uses of EntityDetail in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector that return EntityDetail Modifier and Type Method Description EntityDetailOMRSRepositoryHelper. addClassificationToEntity(String sourceName, EntityDetail entity, Classification newClassification, String methodName)Add a classification to an existing entity.EntityDetailOMRSRepositoryHelper. deleteClassificationFromEntity(String sourceName, EntityDetail entity, String oldClassificationName, String methodName)Return a oldClassification 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.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.EntityDetailOMRSRepositoryHelper. incrementVersion(String userId, InstanceAuditHeader originalInstance, EntityDetail updatedInstance)Changes the control information to reflect an update in an instance.EntityDetailOMRSRepositoryHelper. updateClassificationInEntity(String sourceName, String userName, EntityDetail entity, Classification newClassification, String methodName)Replace an existing classification with a new oneMethods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector that return types with arguments of type EntityDetail Modifier and Type Method Description List<EntityDetail>OMRSRepositoryHelper. formatEntityResults(List<EntityDetail> fullResults, int fromElement, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Use the paging and sequencing parameters to format the results for a repository call that returns a list of entity instances.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with parameters of type EntityDetail Modifier and Type Method Description EntityDetailOMRSRepositoryHelper. addClassificationToEntity(String sourceName, EntityDetail entity, Classification newClassification, String methodName)Add a classification to an existing entity.EntityDetailOMRSRepositoryHelper. deleteClassificationFromEntity(String sourceName, EntityDetail entity, String oldClassificationName, String methodName)Return a oldClassification with the header and type information filled out.EntityDetailDifferencesOMRSRepositoryHelper. getEntityDetailDifferences(EntityDetail left, EntityDetail right, boolean ignoreModificationStamps)Calculate the differences between the two provided EntityDetail objects.List<Classification>OMRSRepositoryHelper. getHomeClassificationsFromEntity(String sourceName, EntityDetail entity, String metadataCollectionId, String methodName)Return the classifications from the requested metadata collection.EntityProxyOMRSRepositoryHelper. getNewEntityProxy(String sourceName, EntityDetail entity)Generate an entity proxy from an entity and its TypeDef.EntityDetailOMRSRepositoryHelper. incrementVersion(String userId, InstanceAuditHeader originalInstance, EntityDetail updatedInstance)Changes the control information to reflect an update in an instance.EntityDetailOMRSRepositoryHelper. updateClassificationInEntity(String sourceName, String userName, EntityDetail entity, Classification newClassification, String methodName)Replace an existing classification with a new onevoidOMRSRepositoryValidator. validateEntityFromStore(String sourceName, String guid, EntityDetail entity, String methodName)Verify that an entity has been successfully retrieved from the repository and has valid contents.booleanOMRSRepositoryValidator. validEntity(String sourceName, EntityDetail entity)Test that the supplied entity is valid.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with type arguments of type EntityDetail Modifier and Type Method Description List<EntityDetail>OMRSRepositoryHelper. formatEntityResults(List<EntityDetail> fullResults, int fromElement, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Use the paging and sequencing parameters to format the results for a repository call that returns a list of entity instances.voidOMRSRepositoryValidator. validateAtMostOneEntityResult(List<EntityDetail> findResults, String typeName, String serviceName, String methodName)Validate that either zero or one entities were returned from a find request. -
Uses of EntityDetail in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryeventmapper
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryeventmapper with parameters of type EntityDetail Modifier and Type Method Description voidOMRSRepositoryEventProcessor. processClassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)Deprecated.voidOMRSRepositoryEventProcessor. processDeclassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)Deprecated.voidOMRSRepositoryEventProcessor. processReclassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)Deprecated. -
Uses of EntityDetail in org.odpi.openmetadata.repositoryservices.events
Methods in org.odpi.openmetadata.repositoryservices.events that return EntityDetail Modifier and Type Method Description EntityDetailOMRSInstanceEvent. getEntity()Return the entity instance (if applicable) or null.EntityDetailOMRSInstanceEvent. getOriginalEntity()Return the original entity instance (if applicable) or null.Methods in org.odpi.openmetadata.repositoryservices.events with parameters of type EntityDetail Modifier and Type Method Description voidOMRSInstanceEventProcessor. processClassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)Deprecated.voidOMRSInstanceEventProcessor. processClassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity, Classification classification)A new classification has been added to an entity.voidOMRSInstanceEventProcessorInterface. processClassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity, Classification classification)A new classification has been added to an entity.voidOMRSInstanceEventProcessor. processDeclassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)Deprecated.voidOMRSInstanceEventProcessor. processDeclassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity, Classification originalClassification)A classification has been removed from an entity.voidOMRSInstanceEventProcessorInterface. processDeclassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity, Classification originalClassification)A classification has been removed from an entity.abstract voidOMRSInstanceEventProcessor. processDeletedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)An existing entity has been deleted.voidOMRSInstanceEventProcessorInterface. processDeletedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)An existing entity has been deleted.voidOMRSInstanceEventProcessor. processDeletePurgedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)An existing entity has been deleted and purged in a single action.voidOMRSInstanceEventProcessorInterface. processDeletePurgedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)An existing entity has been deleted and purged in a single action.abstract voidOMRSInstanceEventProcessor. processNewEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)A new entity has been created.voidOMRSInstanceEventProcessorInterface. processNewEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)A new entity has been created.voidOMRSInstanceEventProcessor. processPurgedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)An entity has been permanently removed from the repository.voidOMRSInstanceEventProcessorInterface. processPurgedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)An entity has been permanently removed from the repository.voidOMRSInstanceEventProcessor. processReclassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)Deprecated.voidOMRSInstanceEventProcessor. processReclassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity, Classification originalClassification, Classification classification)An existing classification has been changed on an entity.voidOMRSInstanceEventProcessorInterface. processReclassifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity, Classification originalClassification, Classification classification)An existing classification has been changed on an entity.abstract voidOMRSInstanceEventProcessor. processRefreshEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)A remote repository in the cohort has sent entity details in response to a refresh request.voidOMRSInstanceEventProcessorInterface. processRefreshEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)A remote repository in the cohort has sent entity details in response to a refresh request.abstract voidOMRSInstanceEventProcessor. processReHomedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, String originalHomeMetadataCollectionId, EntityDetail entity)An existing entity has changed home repository.voidOMRSInstanceEventProcessorInterface. processReHomedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, String originalHomeMetadataCollectionId, EntityDetail entity)An existing entity has changed home repository.abstract voidOMRSInstanceEventProcessor. processReIdentifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, String originalEntityGUID, EntityDetail entity)The guid of an existing entity has been changed to a new value.voidOMRSInstanceEventProcessorInterface. processReIdentifiedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, String originalEntityGUID, EntityDetail entity)The guid of an existing entity has been changed to a new value.abstract voidOMRSInstanceEventProcessor. processRestoredEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)A deleted entity has been restored to the state it was before it was deleted.voidOMRSInstanceEventProcessorInterface. processRestoredEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)A deleted entity has been restored to the state it was before it was deleted.abstract voidOMRSInstanceEventProcessor. processReTypedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, TypeDefSummary originalTypeDef, EntityDetail entity)An existing entity has had its type changed.voidOMRSInstanceEventProcessorInterface. processReTypedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, TypeDefSummary originalTypeDef, EntityDetail entity)An existing entity has had its type changed.abstract voidOMRSInstanceEventProcessor. processUndoneEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)An update to an entity has been undone.voidOMRSInstanceEventProcessorInterface. processUndoneEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail entity)An update to an entity has been undone.abstract voidOMRSInstanceEventProcessor. processUpdatedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail oldEntity, EntityDetail newEntity)An existing entity has been updated.voidOMRSInstanceEventProcessorInterface. processUpdatedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, EntityDetail oldEntity, EntityDetail newEntity)An existing entity has been updated.Constructors in org.odpi.openmetadata.repositoryservices.events with parameters of type EntityDetail Constructor Description OMRSInstanceEvent(OMRSInstanceEventType instanceEventType, EntityDetail entity)Constructor for instance events related to a change to an entity.OMRSInstanceEvent(OMRSInstanceEventType instanceEventType, EntityDetail entity, Classification originalClassification, Classification classification)Constructor for instance events related to a change to an entity's classification.OMRSInstanceEvent(OMRSInstanceEventType instanceEventType, EntityDetail originalEntity, EntityDetail newEntity)Constructor for instance events related to a change to an entity where the old version is supplied. -
Uses of EntityDetail in org.odpi.openmetadata.repositoryservices.events.beans.v1
Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 that return EntityDetail Modifier and Type Method Description EntityDetailOMRSEventV1InstanceSection. getEntity()EntityDetailOMRSEventV1InstanceSection. getOriginalEntity()Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 with parameters of type EntityDetail Modifier and Type Method Description voidOMRSEventV1InstanceSection. setEntity(EntityDetail entity)voidOMRSEventV1InstanceSection. setOriginalEntity(EntityDetail originalEntity) -
Uses of EntityDetail in org.odpi.openmetadata.repositoryservices.rest.properties
Methods in org.odpi.openmetadata.repositoryservices.rest.properties that return EntityDetail Modifier and Type Method Description EntityDetailClassificationWithEntityRequest. getEntity()Return the entity where the classification belongs.EntityDetailEntityDetailResponse. getEntity()Return the resulting entity object.Methods in org.odpi.openmetadata.repositoryservices.rest.properties that return types with arguments of type EntityDetail Modifier and Type Method Description List<EntityDetail>EntityListResponse. getEntities()Return the list of entities.List<EntityDetail>InstanceGraphRequest. getEntityElementList()Return the list of entities stored in the graph.List<EntityDetail>InstanceGraphResponse. getEntityElementList()Return the list of entities stored in the graph.Methods in org.odpi.openmetadata.repositoryservices.rest.properties with parameters of type EntityDetail Modifier and Type Method Description voidClassificationWithEntityRequest. setEntity(EntityDetail entity)Set up the entity where the classification belongs.voidEntityDetailResponse. setEntity(EntityDetail entity)Set up the resulting entity object.Method parameters in org.odpi.openmetadata.repositoryservices.rest.properties with type arguments of type EntityDetail Modifier and Type Method Description voidEntityListResponse. setEntities(List<EntityDetail> entities)Set up the list of entities.voidInstanceGraphRequest. setEntityElementList(List<EntityDetail> entityElementList)Set up the list of entities stored in the graph.voidInstanceGraphResponse. setEntityElementList(List<EntityDetail> entityElementList)Set up the list of entities stored in the graph.
-