Uses of Class
com.orchestranetworks.addon.dama.externalmanagement.search.SearchFeature
-
Packages that use SearchFeature Package Description com.orchestranetworks.addon.dama.externalmanagement.search -
-
Uses of SearchFeature in com.orchestranetworks.addon.dama.externalmanagement.search
Methods in com.orchestranetworks.addon.dama.externalmanagement.search that return SearchFeature Modifier and Type Method Description static SearchFeatureSearchFeature. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SearchFeature[]SearchFeature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orchestranetworks.addon.dama.externalmanagement.search that return types with arguments of type SearchFeature Modifier and Type Method Description java.util.List<SearchFeature>SearchConfig. getFeatures()Method parameters in com.orchestranetworks.addon.dama.externalmanagement.search with type arguments of type SearchFeature Modifier and Type Method Description voidSearchConfig. setFeatures(java.util.List<SearchFeature> features)KEYWORD is mandatory search feature and no need to configured
-