Uses of Enum Class
org.nuxeo.ecm.core.search.LimitationKind
Packages that use LimitationKind
-
Uses of LimitationKind in org.nuxeo.ecm.core.search
Methods in org.nuxeo.ecm.core.search that return LimitationKindModifier and TypeMethodDescriptionSearchLimitation.getKind()Category of limitation.static LimitationKindReturns the enum constant of this class with the specified name.static LimitationKind[]LimitationKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.nuxeo.ecm.core.search with parameters of type LimitationKindModifier and TypeMethodDescriptionstatic SearchLimitationSearchLimitation.of(LimitationKind kind, SearchClient.Capability affectedCapability, String message) Creates a limitation with the given parameters.