public abstract class AbstractSupervisorSearchEntity extends AbstractSearchEntity<org.bonitasoft.engine.bpm.supervisor.ProcessSupervisor,SProcessSupervisor>
| Constructor and Description |
|---|
AbstractSupervisorSearchEntity(SearchEntityDescriptor searchDescriptor,
org.bonitasoft.engine.search.SearchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.bonitasoft.engine.bpm.supervisor.ProcessSupervisor> |
convertToClientObjects(java.util.List<SProcessSupervisor> serverObjects)
Must convert server objects in client objects here
|
execute, executeCount, executeSearch, getResult, getSearchFilter, search, search, validateQuerypublic AbstractSupervisorSearchEntity(SearchEntityDescriptor searchDescriptor, org.bonitasoft.engine.search.SearchOptions options)
public java.util.List<org.bonitasoft.engine.bpm.supervisor.ProcessSupervisor> convertToClientObjects(java.util.List<SProcessSupervisor> serverObjects)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<org.bonitasoft.engine.bpm.supervisor.ProcessSupervisor,SProcessSupervisor>serverObjects - The server object to convert