Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.MatchCriteria
-
-
Uses of MatchCriteria in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore with parameters of type MatchCriteria Modifier and Type Method Description 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.protected voidOMRSMetadataCollectionBase. findEntitiesByClassificationParameterValidation(String userId, String entityTypeGUID, String classificationName, InstanceProperties matchClassificationProperties, MatchCriteria matchCriteria, int fromEntityElement, List<InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Validate the parameters for findEntitiesByClassification.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.protected voidOMRSMetadataCollectionBase. findEntitiesByPropertyParameterValidation(String userId, String entityTypeGUID, InstanceProperties matchProperties, MatchCriteria matchCriteria, int fromEntityElement, List<InstanceStatus> limitResultsByStatus, List<String> limitResultsByClassification, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Validate the parameters for findEntitiesByProperty.abstract List<Relationship>OMRSMetadataCollection. findRelationshipsByProperty(String userId, String relationshipTypeGUID, InstanceProperties matchProperties, MatchCriteria matchCriteria, int fromRelationshipElement, List<InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of relationships that match the requested properties by the matching criteria.List<Relationship>OMRSMetadataCollectionBase. findRelationshipsByProperty(String userId, String relationshipTypeGUID, InstanceProperties matchProperties, MatchCriteria matchCriteria, int fromRelationshipElement, List<InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of relationships that match the requested properties by the matching criteria.protected voidOMRSMetadataCollectionBase. findRelationshipsByPropertyParameterValidation(String userId, String relationshipTypeGUID, InstanceProperties matchProperties, MatchCriteria matchCriteria, int fromRelationshipElement, List<InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Validate the parameters passed to findRelationshipsByProperty. -
Uses of MatchCriteria in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties that return MatchCriteria Modifier and Type Method Description static MatchCriteriaMatchCriteria. valueOf(String name)Returns the enum constant of this type with the specified name.static MatchCriteria[]MatchCriteria. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MatchCriteria in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search that return MatchCriteria Modifier and Type Method Description MatchCriteriaSearchClassifications. getMatchCriteria()Retrieve the criteria against which to match the classifications.MatchCriteriaSearchProperties. getMatchCriteria()Retrieve the criteria against which to match the conditions.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search with parameters of type MatchCriteria Modifier and Type Method Description voidSearchClassifications. setMatchCriteria(MatchCriteria matchCriteria)Set the criteria against which to match the classifications.voidSearchProperties. setMatchCriteria(MatchCriteria matchCriteria)Set the criteria against which to match the conditions. -
Uses of MatchCriteria in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with parameters of type MatchCriteria Modifier and Type Method Description voidOMRSRepositoryValidator. validateMatchCriteria(String sourceName, String matchCriteriaParameterName, String matchPropertiesParameterName, MatchCriteria matchCriteria, InstanceProperties matchProperties, String methodName)Validate that a metadata instance match criteria and set of properties are either both null or both not null.booleanOMRSRepositoryValidator. verifyMatchingInstancePropertyValues(InstanceProperties matchProperties, InstanceAuditHeader instanceHeader, InstanceProperties instanceProperties, MatchCriteria matchCriteria)Determine if the instance properties match the match criteria. -
Uses of MatchCriteria in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities with parameters of type MatchCriteria Modifier and Type Method Description SearchPropertiesOMRSRepositoryPropertiesHelper. getSearchPropertiesFromInstanceProperties(String sourceName, InstanceProperties properties, MatchCriteria matchCriteria)Convert the provided instance properties and match criteria into an equivalent SearchProperties object.SearchPropertiesOMRSRepositoryPropertiesUtilities. getSearchPropertiesFromInstanceProperties(String sourceName, InstanceProperties properties, MatchCriteria matchCriteria)Convert the provided instance properties and match criteria into an equivalent SearchProperties object. -
Uses of MatchCriteria in org.odpi.openmetadata.repositoryservices.rest.properties
Methods in org.odpi.openmetadata.repositoryservices.rest.properties that return MatchCriteria Modifier and Type Method Description MatchCriteriaPropertyMatchFindRequest. getMatchCriteria()Return the criteria for how the properties should match - ie all, any, none.Methods in org.odpi.openmetadata.repositoryservices.rest.properties with parameters of type MatchCriteria Modifier and Type Method Description voidPropertyMatchFindRequest. setMatchCriteria(MatchCriteria matchCriteria)Set up the criteria for how the properties should match - ie all, any, nome.
-