Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for setLabeledURI_Terms (0.14 seconds)

  1. src/main/java/org/codelibs/fess/opensearch/user/cbean/ca/bs/BsUserCA.java

            }
        }
    
        public void setLabeledURI_Terms() {
            setLabeledURI_Terms(null);
        }
    
        public void setLabeledURI_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) {
            setLabeledURI_Terms("labeledURI", opLambda, null);
        }
    
        public void setLabeledURI_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsUserCA> aggsLambda) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 212.5K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/opensearch/user/cbean/cq/bs/BsUserCQ.java

            not(not -> not.setLabeledURI_Term(labeledURI), opLambda);
        }
    
        public void setLabeledURI_Terms(Collection<String> labeledURIList) {
            setLabeledURI_Terms(labeledURIList, null);
        }
    
        public void setLabeledURI_Terms(Collection<String> labeledURIList, ConditionOptionCall<TermsQueryBuilder> opLambda) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 326.2K bytes
    - Click Count (0)
Back to Top