Class GraphOMRSQueryPlan
- java.lang.Object
-
- org.odpi.openmetadata.adapters.repositoryservices.graphrepository.repositoryconnector.GraphOMRSQueryPlan
-
public class GraphOMRSQueryPlan extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphOMRSQueryPlan.QueryStrategy
-
Constructor Summary
Constructors Constructor Description GraphOMRSQueryPlan()GraphOMRSQueryPlan(String repositoryName, String metadataCollectionId, OMRSRepositoryHelper repositoryHelper, TypeDefCategory typeDefCategory, String filterTypeGUID, List<String> subTypeGUIDs)GraphOMRSQueryPlan(String repositoryName, String metadataCollectionId, OMRSRepositoryHelper repositoryHelper, TypeDefCategory typeDefCategory, InstanceProperties matchProperties, String filterTypeGUID, List<String> subTypeGUIDs)GraphOMRSQueryPlan(String repositoryName, String metadataCollectionId, OMRSRepositoryHelper repositoryHelper, TypeDefCategory typeDefCategory, SearchProperties searchProperties, String filterTypeGUID, List<String> subTypeGUIDs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFilterTypeName()Map<String,TypeDefAttribute>getQualifiedPropertyNameToTypeDefinedAttribute()GraphOMRSQueryPlan.QueryStrategygetQueryStrategy()Map<String,List<String>>getShortPropertyNameToQualifiedPropertyNames()List<String>getValidTypeNames()
-
-
-
Constructor Detail
-
GraphOMRSQueryPlan
public GraphOMRSQueryPlan()
-
GraphOMRSQueryPlan
public GraphOMRSQueryPlan(String repositoryName, String metadataCollectionId, OMRSRepositoryHelper repositoryHelper, TypeDefCategory typeDefCategory, InstanceProperties matchProperties, String filterTypeGUID, List<String> subTypeGUIDs) throws InvalidParameterException, TypeErrorException
-
GraphOMRSQueryPlan
public GraphOMRSQueryPlan(String repositoryName, String metadataCollectionId, OMRSRepositoryHelper repositoryHelper, TypeDefCategory typeDefCategory, SearchProperties searchProperties, String filterTypeGUID, List<String> subTypeGUIDs) throws InvalidParameterException, TypeErrorException
-
GraphOMRSQueryPlan
public GraphOMRSQueryPlan(String repositoryName, String metadataCollectionId, OMRSRepositoryHelper repositoryHelper, TypeDefCategory typeDefCategory, String filterTypeGUID, List<String> subTypeGUIDs) throws InvalidParameterException, TypeErrorException
-
-
Method Detail
-
getQueryStrategy
public GraphOMRSQueryPlan.QueryStrategy getQueryStrategy()
-
getQualifiedPropertyNameToTypeDefinedAttribute
public Map<String,TypeDefAttribute> getQualifiedPropertyNameToTypeDefinedAttribute()
-
getShortPropertyNameToQualifiedPropertyNames
public Map<String,List<String>> getShortPropertyNameToQualifiedPropertyNames()
-
getFilterTypeName
public String getFilterTypeName()
-
-