- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for BsRoleCA (0.14 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 6.3K bytes - Click Count (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 {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 822 bytes - Click Count (0)