- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for BsRoleCA (0.09 sec)
-
src/main/java/org/codelibs/fess/es/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 Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 8.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/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 Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 6.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/cbean/ca/RoleCA.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.es.user.cbean.ca; import org.codelibs.fess.es.user.cbean.ca.bs.BsRoleCA; /** * @author ESFlute (using FreeGen) */ public class RoleCA extends BsRoleCA {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 806 bytes - Viewed (0)