Interface HiddenPredicate

  • All Superinterfaces:
    Component, com.adobe.cq.export.json.ComponentExporter, com.adobe.cq.wcm.core.components.models.form.Field, Predicate

    @ConsumerType
    public interface HiddenPredicate
    extends Predicate
    • Method Detail

      • getPredicateGroup

        com.day.cq.search.PredicateGroup getPredicateGroup()
        Returns:
        a PredicateGroup that represents the HiddenPredicate configuration.
      • getParams

        @Deprecated
        Map<String,​String> getParams​(int groupId)
        Deprecated.
        Deprecated - use PredicateGroup getPredicateGroup() instead.
        Parameters:
        groupId - the groupId to namespace these QueryBuilder parameters to.
        Returns:
        a map of query builder parameters for this predicate, namespaced by the groupId.