Package org.bonitasoft.engine.search
Class AbstractGroupSearchEntity
- java.lang.Object
-
- org.bonitasoft.engine.search.AbstractSearchEntity<org.bonitasoft.engine.identity.Group,SGroup>
-
- org.bonitasoft.engine.search.AbstractGroupSearchEntity
-
- All Implemented Interfaces:
TransactionContent
,TransactionContentWithResult<org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.identity.Group>>
- Direct Known Subclasses:
SearchGroups
public abstract class AbstractGroupSearchEntity extends AbstractSearchEntity<org.bonitasoft.engine.identity.Group,SGroup>
- Author:
- Baptiste Mesta
-
-
Constructor Summary
Constructors Constructor Description AbstractGroupSearchEntity(SearchEntityDescriptor searchDescriptor, org.bonitasoft.engine.search.SearchOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.bonitasoft.engine.identity.Group>
convertToClientObjects(java.util.List<SGroup> serverObjects)
Must convert server objects in client objects here-
Methods inherited from class org.bonitasoft.engine.search.AbstractSearchEntity
execute, executeCount, executeSearch, getResult, getSearchFilter, search, search, validateQuery
-
-
-
-
Constructor Detail
-
AbstractGroupSearchEntity
public AbstractGroupSearchEntity(SearchEntityDescriptor searchDescriptor, org.bonitasoft.engine.search.SearchOptions options)
-
-
Method Detail
-
convertToClientObjects
public java.util.List<org.bonitasoft.engine.identity.Group> convertToClientObjects(java.util.List<SGroup> serverObjects)
Description copied from class:AbstractSearchEntity
Must convert server objects in client objects here- Specified by:
convertToClientObjects
in classAbstractSearchEntity<org.bonitasoft.engine.identity.Group,SGroup>
- Parameters:
serverObjects
- The server object to convert- Returns:
- The list of the client objects corresponding to the server objects
-
-