public class SearchFlowNodeInstanceSupervisedBy extends AbstractSearchEntity<FlowNodeInstance,org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance>
| Constructor and Description |
|---|
SearchFlowNodeInstanceSupervisedBy(Long supervisorId,
org.bonitasoft.engine.core.process.instance.api.FlowNodeInstanceService flowNodeInstanceService,
FlowNodeStateManager flowNodeStateManager,
SearchEntityDescriptor searchDescriptor,
SearchOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
List<FlowNodeInstance> |
convertToClientObjects(List<org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance> serverObjects)
Must convert server objects in client objects here
|
long |
executeCount(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Execute the count here
|
List<org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance> |
executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Execute the search here
|
execute, getResult, getSearchFilterpublic SearchFlowNodeInstanceSupervisedBy(Long supervisorId, org.bonitasoft.engine.core.process.instance.api.FlowNodeInstanceService flowNodeInstanceService, FlowNodeStateManager flowNodeStateManager, SearchEntityDescriptor searchDescriptor, SearchOptions searchOptions)
public long executeCount(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<FlowNodeInstance,org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance>searchOptions - The query options to execute the count withorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic List<org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance> executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions) throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<FlowNodeInstance,org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance>searchOptions - The query options to execute the search withorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic List<FlowNodeInstance> convertToClientObjects(List<org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance> serverObjects)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<FlowNodeInstance,org.bonitasoft.engine.core.process.instance.model.SFlowNodeInstance>serverObjects - The server object to convertCopyright © 2015 Bonitasoft S.A.. All rights reserved.