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 -
Constructor Summary
ConstructorsConstructorDescriptionGenericEventListenerInstanceQueryImpl(CommandExecutor commandExecutor, CmmnEngineConfiguration cmmnEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionasc()caseDefinitionId(String caseDefinitionId) caseInstanceId(String caseInstanceId) protected List<GenericEventListenerInstance>convertPlanItemInstances(List<PlanItemInstance> instances) longcount()desc()list()listPage(int firstResult, int maxResults) orderBy(QueryProperty property) orderBy(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder) planItemDefinitionId(String planItemDefinitionId) stageInstanceId(String stageInstanceId)
-
Field Details
-
innerQuery
-
-
Constructor Details
-
GenericEventListenerInstanceQueryImpl
public GenericEventListenerInstanceQueryImpl(CommandExecutor commandExecutor, CmmnEngineConfiguration cmmnEngineConfiguration)
-
-
Method Details
-
id
- Specified by:
idin interfaceGenericEventListenerInstanceQuery
-
caseInstanceId
- Specified by:
caseInstanceIdin interfaceGenericEventListenerInstanceQuery
-
caseDefinitionId
- Specified by:
caseDefinitionIdin interfaceGenericEventListenerInstanceQuery
-
elementId
- Specified by:
elementIdin interfaceGenericEventListenerInstanceQuery
-
planItemDefinitionId
- Specified by:
planItemDefinitionIdin interfaceGenericEventListenerInstanceQuery
-
name
- Specified by:
namein interfaceGenericEventListenerInstanceQuery
-
stageInstanceId
- Specified by:
stageInstanceIdin interfaceGenericEventListenerInstanceQuery
-
stateAvailable
- Specified by:
stateAvailablein interfaceGenericEventListenerInstanceQuery
-
stateSuspended
- Specified by:
stateSuspendedin interfaceGenericEventListenerInstanceQuery
-
orderByName
- Specified by:
orderByNamein interfaceGenericEventListenerInstanceQuery
-
asc
- Specified by:
ascin interfaceQuery<GenericEventListenerInstanceQuery,GenericEventListenerInstance>
-
desc
- Specified by:
descin interfaceQuery<GenericEventListenerInstanceQuery,GenericEventListenerInstance>
-
orderBy
- 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
- Specified by:
singleResultin interfaceQuery<GenericEventListenerInstanceQuery,GenericEventListenerInstance>
-
list
- Specified by:
listin interfaceQuery<GenericEventListenerInstanceQuery,GenericEventListenerInstance>
-
listPage
- Specified by:
listPagein interfaceQuery<GenericEventListenerInstanceQuery,GenericEventListenerInstance>
-
convertPlanItemInstances
protected List<GenericEventListenerInstance> convertPlanItemInstances(List<PlanItemInstance> instances)
-