public class SearchArchivedFlowNodeInstances extends AbstractSearchEntity<ArchivedFlowNodeInstance,org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstance>
| Constructor and Description |
|---|
SearchArchivedFlowNodeInstances(org.bonitasoft.engine.core.process.instance.api.FlowNodeInstanceService flowNodeInstanceService,
FlowNodeStateManager flowNodeStateManager,
SearchArchivedFlowNodeInstanceDescriptor searchDescriptor,
SearchOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
List<ArchivedFlowNodeInstance> |
convertToClientObjects(List<org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstance> 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.archive.SAFlowNodeInstance> |
executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Execute the search here
|
execute, getResult, getSearchFilterpublic SearchArchivedFlowNodeInstances(org.bonitasoft.engine.core.process.instance.api.FlowNodeInstanceService flowNodeInstanceService,
FlowNodeStateManager flowNodeStateManager,
SearchArchivedFlowNodeInstanceDescriptor searchDescriptor,
SearchOptions searchOptions)
public long executeCount(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<ArchivedFlowNodeInstance,org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstance>searchOptions - The query options to execute the count withorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic List<org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstance> executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions) throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<ArchivedFlowNodeInstance,org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstance>searchOptions - The query options to execute the search withorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic List<ArchivedFlowNodeInstance> convertToClientObjects(List<org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstance> serverObjects)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<ArchivedFlowNodeInstance,org.bonitasoft.engine.core.process.instance.model.archive.SAFlowNodeInstance>serverObjects - The server object to convertCopyright © 2016 Bonitasoft S.A.. All rights reserved.