- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for BsFileAuthenticationCA (0.18 sec)
-
src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFileAuthenticationCA.java
public void setCreatedBy_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsFileAuthenticationCA> aggsLambda) { setCreatedBy_Terms("createdBy", opLambda, aggsLambda); } public void setCreatedBy_Terms(String name, ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsFileAuthenticationCA> aggsLambda) { TermsAggregationBuilder builder = regTermsA(name, "createdBy");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 71.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileAuthenticationCB.java
// =========== public BsFileAuthenticationCA aggregation() { assertAggregationPurpose(); return doGetConditionAggregation(); } protected BsFileAuthenticationCA doGetConditionAggregation() { if (_conditionAggregation == null) { _conditionAggregation = createLocalCA(); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 7.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/ca/FileAuthenticationCA.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.cbean.ca; import org.codelibs.fess.es.config.cbean.ca.bs.BsFileAuthenticationCA; /** * @author ESFlute (using FreeGen) */ public class FileAuthenticationCA extends BsFileAuthenticationCA {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 852 bytes - Viewed (0)