| AbstractSearchEntity<C extends Serializable,S extends org.bonitasoft.engine.persistence.PersistentObject> |
Abstract class to allow to search server object and convert them to client object
first generic C is the client object
second generic S is the server object
|