public interface FlowElementInstanceService
| Modifier and Type | Method and Description |
|---|---|
long |
getNumberOfArchivedFlowElementInstances(Class<? extends PersistentObject> entityClass,
QueryOptions countOptions)
Retrieves the total number of
SAFlowElementInstance matching the given search criteria |
long |
getNumberOfFlowElementInstances(Class<? extends PersistentObject> entityClass,
QueryOptions countOptions)
Retrieves the total number of
SFlowElementInstance matching the given search criteria |
List<SAFlowElementInstance> |
searchArchivedFlowElementInstances(Class<? extends PersistentObject> entityClass,
QueryOptions searchOptions) |
List<SFlowElementInstance> |
searchFlowElementInstances(Class<? extends PersistentObject> entityClass,
QueryOptions searchOptions) |
List<SFlowElementInstance> searchFlowElementInstances(Class<? extends PersistentObject> entityClass, QueryOptions searchOptions) throws SBonitaReadException
SBonitaReadExceptionlong getNumberOfFlowElementInstances(Class<? extends PersistentObject> entityClass, QueryOptions countOptions) throws SBonitaReadException
SFlowElementInstance matching the given search criteriaentityClass - the class of the SFlowElementInstance objects to search for.countOptions - the search options for this count methodSBonitaReadExceptionList<SAFlowElementInstance> searchArchivedFlowElementInstances(Class<? extends PersistentObject> entityClass, QueryOptions searchOptions) throws SBonitaReadException
SBonitaReadExceptionlong getNumberOfArchivedFlowElementInstances(Class<? extends PersistentObject> entityClass, QueryOptions countOptions) throws SBonitaReadException
SAFlowElementInstance matching the given search criteriaentityClass - the class of the SAFlowElementInstance objects to search for.countOptions - the search options for this count methodSBonitaReadExceptionCopyright © 2019 Bonitasoft S.A.. All rights reserved.