Uses of Interface
com.documentum.fc.client.search.IDfFacetValue
Packages that use IDfFacetValue
Package
Description
Provides classes and interfaces for constructing and running search queries against
multiple content repositories as well as external information sources (optional).
-
Uses of IDfFacetValue in com.documentum.fc.client.search
Subinterfaces of IDfFacetValue in com.documentum.fc.client.searchMethods in com.documentum.fc.client.search that return types with arguments of type IDfFacetValueModifier and TypeMethodDescriptionIDfFacetValue.getSubFacetValues()
Returns the sub-facet values if any.IDfFacet.getValues()
Returns the list of values for the facet.Method parameters in com.documentum.fc.client.search with type arguments of type IDfFacetValueModifier and TypeMethodDescriptionvoid
IDfModifiableFacetValue.setSubFacetsValues
(List<IDfFacetValue> facetValues) void
IDfModifiableFacet.setValues
(List<IDfFacetValue> values)