public class GraphOMRSQueryPlan extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphOMRSQueryPlan.QueryStrategy |
| Constructor and Description |
|---|
GraphOMRSQueryPlan() |
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) |
GraphOMRSQueryPlan(String repositoryName,
String metadataCollectionId,
OMRSRepositoryHelper repositoryHelper,
TypeDefCategory typeDefCategory,
String filterTypeGUID,
List<String> subTypeGUIDs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilterTypeName() |
Map<String,TypeDefAttribute> |
getQualifiedPropertyNameToTypeDefinedAttribute() |
GraphOMRSQueryPlan.QueryStrategy |
getQueryStrategy() |
Map<String,List<String>> |
getShortPropertyNameToQualifiedPropertyNames() |
List<String> |
getValidTypeNames() |
public GraphOMRSQueryPlan()
public GraphOMRSQueryPlan(String repositoryName, String metadataCollectionId, OMRSRepositoryHelper repositoryHelper, TypeDefCategory typeDefCategory, InstanceProperties matchProperties, String filterTypeGUID, List<String> subTypeGUIDs) throws InvalidParameterException, TypeErrorException
public GraphOMRSQueryPlan(String repositoryName, String metadataCollectionId, OMRSRepositoryHelper repositoryHelper, TypeDefCategory typeDefCategory, SearchProperties searchProperties, String filterTypeGUID, List<String> subTypeGUIDs) throws InvalidParameterException, TypeErrorException
public GraphOMRSQueryPlan(String repositoryName, String metadataCollectionId, OMRSRepositoryHelper repositoryHelper, TypeDefCategory typeDefCategory, String filterTypeGUID, List<String> subTypeGUIDs) throws InvalidParameterException, TypeErrorException
public GraphOMRSQueryPlan.QueryStrategy getQueryStrategy()
public Map<String,TypeDefAttribute> getQualifiedPropertyNameToTypeDefinedAttribute()
public Map<String,List<String>> getShortPropertyNameToQualifiedPropertyNames()
public String getFilterTypeName()
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.