Class UserEventListenerInstanceQueryImpl
java.lang.Object
org.flowable.cmmn.engine.impl.runtime.UserEventListenerInstanceQueryImpl
- All Implemented Interfaces:
UserEventListenerInstanceQuery,Query<UserEventListenerInstanceQuery,UserEventListenerInstance>
public class UserEventListenerInstanceQueryImpl
extends Object
implements UserEventListenerInstanceQuery
- Author:
- Dennis Federico
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUserEventListenerInstanceQueryImpl(CommandExecutor commandExecutor, CmmnEngineConfiguration cmmnEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionasc()caseDefinitionId(String caseDefinitionId) caseInstanceId(String caseInstanceId) protected List<UserEventListenerInstance>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
-
UserEventListenerInstanceQueryImpl
public UserEventListenerInstanceQueryImpl(CommandExecutor commandExecutor, CmmnEngineConfiguration cmmnEngineConfiguration)
-
-
Method Details
-
id
- Specified by:
idin interfaceUserEventListenerInstanceQuery
-
caseInstanceId
- Specified by:
caseInstanceIdin interfaceUserEventListenerInstanceQuery
-
caseDefinitionId
- Specified by:
caseDefinitionIdin interfaceUserEventListenerInstanceQuery
-
elementId
- Specified by:
elementIdin interfaceUserEventListenerInstanceQuery
-
planItemDefinitionId
- Specified by:
planItemDefinitionIdin interfaceUserEventListenerInstanceQuery
-
name
- Specified by:
namein interfaceUserEventListenerInstanceQuery
-
stageInstanceId
- Specified by:
stageInstanceIdin interfaceUserEventListenerInstanceQuery
-
stateAvailable
- Specified by:
stateAvailablein interfaceUserEventListenerInstanceQuery
-
stateSuspended
- Specified by:
stateSuspendedin interfaceUserEventListenerInstanceQuery
-
orderByName
- Specified by:
orderByNamein interfaceUserEventListenerInstanceQuery
-
asc
- Specified by:
ascin interfaceQuery<UserEventListenerInstanceQuery,UserEventListenerInstance>
-
desc
- Specified by:
descin interfaceQuery<UserEventListenerInstanceQuery,UserEventListenerInstance>
-
orderBy
- Specified by:
orderByin interfaceQuery<UserEventListenerInstanceQuery,UserEventListenerInstance>
-
orderBy
public UserEventListenerInstanceQuery orderBy(QueryProperty property, Query.NullHandlingOnOrder nullHandlingOnOrder) - Specified by:
orderByin interfaceQuery<UserEventListenerInstanceQuery,UserEventListenerInstance>
-
count
public long count()- Specified by:
countin interfaceQuery<UserEventListenerInstanceQuery,UserEventListenerInstance>
-
singleResult
- Specified by:
singleResultin interfaceQuery<UserEventListenerInstanceQuery,UserEventListenerInstance>
-
list
- Specified by:
listin interfaceQuery<UserEventListenerInstanceQuery,UserEventListenerInstance>
-
listPage
- Specified by:
listPagein interfaceQuery<UserEventListenerInstanceQuery,UserEventListenerInstance>
-
convertPlanItemInstances
protected List<UserEventListenerInstance> convertPlanItemInstances(List<PlanItemInstance> instances)
-