Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.SearchKeyword
-
Packages that use SearchKeyword Package Description org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of SearchKeyword in org.odpi.openmetadata.frameworks.connectors.properties.beans
Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans with type parameters of type SearchKeyword Modifier and Type Field Description protected List<SearchKeyword>GovernedReferenceable. searchKeywordsMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return types with arguments of type SearchKeyword Modifier and Type Method Description List<SearchKeyword>GovernedReferenceable. getSearchKeywords()Return a list of keywords that will help an asset consumer to locate this asset.Method parameters in org.odpi.openmetadata.frameworks.connectors.properties.beans with type arguments of type SearchKeyword Modifier and Type Method Description voidGovernedReferenceable. setSearchKeywords(List<SearchKeyword> searchKeywords)Set up a list of keywords that will help an asset consumer to locate this asset.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type SearchKeyword Constructor Description SearchKeyword(SearchKeyword template)Copy/clone constructor.
-