public class GenericEventListenerInstanceQueryImpl extends Object implements GenericEventListenerInstanceQuery
Query.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected PlanItemInstanceQuery |
innerQuery |
| Constructor and Description |
|---|
GenericEventListenerInstanceQueryImpl(CommandExecutor commandExecutor,
CmmnEngineConfiguration cmmnEngineConfiguration) |
protected PlanItemInstanceQuery innerQuery
public GenericEventListenerInstanceQueryImpl(CommandExecutor commandExecutor, CmmnEngineConfiguration cmmnEngineConfiguration)
public GenericEventListenerInstanceQuery id(String id)
id in interface GenericEventListenerInstanceQuerypublic GenericEventListenerInstanceQuery caseInstanceId(String caseInstanceId)
caseInstanceId in interface GenericEventListenerInstanceQuerypublic GenericEventListenerInstanceQuery caseDefinitionId(String caseDefinitionId)
caseDefinitionId in interface GenericEventListenerInstanceQuerypublic GenericEventListenerInstanceQuery elementId(String elementId)
elementId in interface GenericEventListenerInstanceQuerypublic GenericEventListenerInstanceQuery planItemDefinitionId(String planItemDefinitionId)
planItemDefinitionId in interface GenericEventListenerInstanceQuerypublic GenericEventListenerInstanceQuery name(String name)
name in interface GenericEventListenerInstanceQuerypublic GenericEventListenerInstanceQuery stageInstanceId(String stageInstanceId)
stageInstanceId in interface GenericEventListenerInstanceQuerypublic GenericEventListenerInstanceQuery stateAvailable()
stateAvailable in interface GenericEventListenerInstanceQuerypublic GenericEventListenerInstanceQuery stateSuspended()
stateSuspended in interface GenericEventListenerInstanceQuerypublic GenericEventListenerInstanceQuery orderByName()
orderByName in interface GenericEventListenerInstanceQuerypublic GenericEventListenerInstanceQuery asc()
asc in interface Query<GenericEventListenerInstanceQuery,GenericEventListenerInstance>public GenericEventListenerInstanceQuery desc()
desc in interface Query<GenericEventListenerInstanceQuery,GenericEventListenerInstance>public GenericEventListenerInstanceQuery orderBy(QueryProperty property)
orderBy in interface Query<GenericEventListenerInstanceQuery,GenericEventListenerInstance>public GenericEventListenerInstanceQuery orderBy(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder)
orderBy in interface Query<GenericEventListenerInstanceQuery,GenericEventListenerInstance>public long count()
count in interface Query<GenericEventListenerInstanceQuery,GenericEventListenerInstance>public GenericEventListenerInstance singleResult()
singleResult in interface Query<GenericEventListenerInstanceQuery,GenericEventListenerInstance>public List<GenericEventListenerInstance> list()
list in interface Query<GenericEventListenerInstanceQuery,GenericEventListenerInstance>public List<GenericEventListenerInstance> listPage(int firstResult, int maxResults)
listPage in interface Query<GenericEventListenerInstanceQuery,GenericEventListenerInstance>protected List<GenericEventListenerInstance> convertPlanItemInstances(List<PlanItemInstance> instances)
Copyright © 2021 Flowable. All rights reserved.