public abstract class FlowElementInstanceServiceImpl extends Object implements org.bonitasoft.engine.core.process.instance.api.FlowElementInstanceService
| Constructor and Description |
|---|
FlowElementInstanceServiceImpl(org.bonitasoft.engine.recorder.Recorder recorder,
org.bonitasoft.engine.persistence.ReadPersistenceService persistenceRead) |
| Modifier and Type | Method and Description |
|---|---|
long |
getNumberOfFlowElementInstances(Class<? extends org.bonitasoft.engine.persistence.PersistentObject> entityClass,
org.bonitasoft.engine.persistence.QueryOptions countOptions) |
protected org.bonitasoft.engine.persistence.ReadPersistenceService |
getPersistenceRead() |
protected org.bonitasoft.engine.recorder.Recorder |
getRecorder() |
List<org.bonitasoft.engine.core.process.instance.model.SFlowElementInstance> |
searchFlowElementInstances(Class<? extends org.bonitasoft.engine.persistence.PersistentObject> entityClass,
org.bonitasoft.engine.persistence.QueryOptions searchOptions) |
public FlowElementInstanceServiceImpl(org.bonitasoft.engine.recorder.Recorder recorder,
org.bonitasoft.engine.persistence.ReadPersistenceService persistenceRead)
public long getNumberOfFlowElementInstances(Class<? extends org.bonitasoft.engine.persistence.PersistentObject> entityClass, org.bonitasoft.engine.persistence.QueryOptions countOptions) throws org.bonitasoft.engine.persistence.SBonitaReadException
getNumberOfFlowElementInstances in interface org.bonitasoft.engine.core.process.instance.api.FlowElementInstanceServiceorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic List<org.bonitasoft.engine.core.process.instance.model.SFlowElementInstance> searchFlowElementInstances(Class<? extends org.bonitasoft.engine.persistence.PersistentObject> entityClass, org.bonitasoft.engine.persistence.QueryOptions searchOptions) throws org.bonitasoft.engine.persistence.SBonitaReadException
searchFlowElementInstances in interface org.bonitasoft.engine.core.process.instance.api.FlowElementInstanceServiceorg.bonitasoft.engine.persistence.SBonitaReadExceptionprotected org.bonitasoft.engine.recorder.Recorder getRecorder()
protected org.bonitasoft.engine.persistence.ReadPersistenceService getPersistenceRead()
Copyright © 2015 Bonitasoft S.A.. All rights reserved.