Class GenericEventListenerInstanceQueryImpl
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.runtime.GenericEventListenerInstanceQueryImpl
-
- All Implemented Interfaces:
GenericEventListenerInstanceQuery,Query<GenericEventListenerInstanceQuery,GenericEventListenerInstance>
public class GenericEventListenerInstanceQueryImpl extends Object implements GenericEventListenerInstanceQuery
- Author:
- Tijs Rademakers
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
-
Field Summary
Fields Modifier and Type Field Description protected PlanItemInstanceQueryinnerQuery
-
Constructor Summary
Constructors Constructor Description GenericEventListenerInstanceQueryImpl(CommandExecutor commandExecutor, CmmnEngineConfiguration cmmnEngineConfiguration)
-
Method Summary
-
-
-
Field Detail
-
innerQuery
protected PlanItemInstanceQuery innerQuery
-
-
Constructor Detail
-
GenericEventListenerInstanceQueryImpl
public GenericEventListenerInstanceQueryImpl(CommandExecutor commandExecutor, CmmnEngineConfiguration cmmnEngineConfiguration)
-
-
Method Detail
-
id
public GenericEventListenerInstanceQuery id(String id)
- Specified by:
idin interfaceGenericEventListenerInstanceQuery
-
caseInstanceId
public GenericEventListenerInstanceQuery caseInstanceId(String caseInstanceId)
- Specified by:
caseInstanceIdin interfaceGenericEventListenerInstanceQuery
-
caseDefinitionId
public GenericEventListenerInstanceQuery caseDefinitionId(String caseDefinitionId)
- Specified by:
caseDefinitionIdin interfaceGenericEventListenerInstanceQuery
-
elementId
public GenericEventListenerInstanceQuery elementId(String elementId)
- Specified by:
elementIdin interfaceGenericEventListenerInstanceQuery
-
planItemDefinitionId
public GenericEventListenerInstanceQuery planItemDefinitionId(String planItemDefinitionId)
- Specified by:
planItemDefinitionIdin interfaceGenericEventListenerInstanceQuery
-
name
public GenericEventListenerInstanceQuery name(String name)
- Specified by:
namein interfaceGenericEventListenerInstanceQuery
-
stageInstanceId
public GenericEventListenerInstanceQuery stageInstanceId(String stageInstanceId)
- Specified by:
stageInstanceIdin interfaceGenericEventListenerInstanceQuery
-
stateAvailable
public GenericEventListenerInstanceQuery stateAvailable()
- Specified by:
stateAvailablein interfaceGenericEventListenerInstanceQuery
-
stateSuspended
public GenericEventListenerInstanceQuery stateSuspended()
- Specified by:
stateSuspendedin interfaceGenericEventListenerInstanceQuery
-
orderByName
public GenericEventListenerInstanceQuery orderByName()
- Specified by:
orderByNamein interfaceGenericEventListenerInstanceQuery
-
asc
public GenericEventListenerInstanceQuery asc()
- Specified by:
ascin interfaceQuery<GenericEventListenerInstanceQuery,GenericEventListenerInstance>
-
desc
public GenericEventListenerInstanceQuery desc()
- Specified by:
descin interfaceQuery<GenericEventListenerInstanceQuery,GenericEventListenerInstance>
-
orderBy
public GenericEventListenerInstanceQuery orderBy(QueryProperty property)
- Specified by:
orderByin interfaceQuery<GenericEventListenerInstanceQuery,GenericEventListenerInstance>
-
orderBy
public GenericEventListenerInstanceQuery orderBy(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder)
- Specified by:
orderByin interfaceQuery<GenericEventListenerInstanceQuery,GenericEventListenerInstance>
-
count
public long count()
- Specified by:
countin interfaceQuery<GenericEventListenerInstanceQuery,GenericEventListenerInstance>
-
singleResult
public GenericEventListenerInstance singleResult()
- Specified by:
singleResultin interfaceQuery<GenericEventListenerInstanceQuery,GenericEventListenerInstance>
-
list
public List<GenericEventListenerInstance> list()
- Specified by:
listin interfaceQuery<GenericEventListenerInstanceQuery,GenericEventListenerInstance>
-
listPage
public List<GenericEventListenerInstance> listPage(int firstResult, int maxResults)
- Specified by:
listPagein interfaceQuery<GenericEventListenerInstanceQuery,GenericEventListenerInstance>
-
convertPlanItemInstances
protected List<GenericEventListenerInstance> convertPlanItemInstances(List<PlanItemInstance> instances)
-
-