Class GroupsRuntimeSearchEngine
- java.lang.Object
-
- org.uberfire.ext.security.management.search.AbstractRuntimeSearchEngine<org.jboss.errai.security.shared.api.Group>
-
- org.uberfire.ext.security.management.search.GroupsRuntimeSearchEngine
-
- All Implemented Interfaces:
RuntimeSearchEngine<org.jboss.errai.security.shared.api.Group>
@ApplicationScoped public class GroupsRuntimeSearchEngine extends AbstractRuntimeSearchEngine<org.jboss.errai.security.shared.api.Group>
Default runtime search engine implementation for collections of groups.
- Since:
- 0.8.0
-
-
Constructor Summary
Constructors Constructor Description GroupsRuntimeSearchEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetIdentifier(org.jboss.errai.security.shared.api.Group entity)-
Methods inherited from class org.uberfire.ext.security.management.search.AbstractRuntimeSearchEngine
createResponse, isConstrained, isEmpty, search
-
-
-
-
Method Detail
-
getIdentifier
protected String getIdentifier(org.jboss.errai.security.shared.api.Group entity)
- Specified by:
getIdentifierin classAbstractRuntimeSearchEngine<org.jboss.errai.security.shared.api.Group>
-
-