- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for BsRoleCA (0.03 sec)
-
src/main/java/org/codelibs/fess/opensearch/user/cbean/ca/bs/BsRoleCA.java
} public void setName_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsRoleCA> aggsLambda) { setName_Terms("name", opLambda, aggsLambda); } public void setName_Terms(String name, ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsRoleCA> aggsLambda) { TermsAggregationBuilder builder = regTermsA(name, "name"); if (opLambda != null) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/bs/BsRoleCB.java
public BsRoleCA aggregation() { assertAggregationPurpose(); return doGetConditionAggregation(); } protected BsRoleCA doGetConditionAggregation() { if (_conditionAggregation == null) { _conditionAggregation = createLocalCA(); } return _conditionAggregation; } protected BsRoleCA createLocalCA() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/ca/RoleCA.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.user.cbean.ca; import org.codelibs.fess.opensearch.user.cbean.ca.bs.BsRoleCA; /** * @author ESFlute (using FreeGen) */ public class RoleCA extends BsRoleCA {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 822 bytes - Viewed (0)