public abstract class FlowElementInstanceServiceImpl extends Object implements FlowElementInstanceService
| Constructor and Description |
|---|
FlowElementInstanceServiceImpl(Recorder recorder,
ReadPersistenceService persistenceRead) |
| Modifier and Type | Method and Description |
|---|---|
long |
getNumberOfFlowElementInstances(Class<? extends PersistentObject> entityClass,
QueryOptions countOptions)
Retrieves the total number of
SFlowElementInstance matching the given search criteria |
protected ReadPersistenceService |
getPersistenceRead() |
protected Recorder |
getRecorder() |
List<SFlowElementInstance> |
searchFlowElementInstances(Class<? extends PersistentObject> entityClass,
QueryOptions searchOptions) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNumberOfArchivedFlowElementInstances, searchArchivedFlowElementInstancespublic FlowElementInstanceServiceImpl(Recorder recorder, ReadPersistenceService persistenceRead)
public long getNumberOfFlowElementInstances(Class<? extends PersistentObject> entityClass, QueryOptions countOptions) throws SBonitaReadException
FlowElementInstanceServiceSFlowElementInstance matching the given search criteriagetNumberOfFlowElementInstances in interface FlowElementInstanceServiceentityClass - the class of the SFlowElementInstance objects to search for.countOptions - the search options for this count methodSBonitaReadExceptionpublic List<SFlowElementInstance> searchFlowElementInstances(Class<? extends PersistentObject> entityClass, QueryOptions searchOptions) throws SBonitaReadException
searchFlowElementInstances in interface FlowElementInstanceServiceSBonitaReadExceptionprotected Recorder getRecorder()
protected ReadPersistenceService getPersistenceRead()
Copyright © 2019 Bonitasoft S.A.. All rights reserved.