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 Modifier and Type Field Description protected PlanItemInstanceQueryinnerQuery
-
Constructor Summary
Constructors Constructor Description UserEventListenerInstanceQueryImpl(CommandExecutor commandExecutor, CmmnEngineConfiguration cmmnEngineConfiguration)
-
Method Summary
-
-
-
Field Detail
-
innerQuery
protected PlanItemInstanceQuery innerQuery
-
-
Constructor Detail
-
UserEventListenerInstanceQueryImpl
public UserEventListenerInstanceQueryImpl(CommandExecutor commandExecutor, CmmnEngineConfiguration cmmnEngineConfiguration)
-
-
Method Detail
-
id
public UserEventListenerInstanceQuery id(String id)
- Specified by:
idin interfaceUserEventListenerInstanceQuery
-
caseInstanceId
public UserEventListenerInstanceQuery caseInstanceId(String caseInstanceId)
- Specified by:
caseInstanceIdin interfaceUserEventListenerInstanceQuery
-
caseDefinitionId
public UserEventListenerInstanceQuery caseDefinitionId(String caseDefinitionId)
- Specified by:
caseDefinitionIdin interfaceUserEventListenerInstanceQuery
-
elementId
public UserEventListenerInstanceQuery elementId(String elementId)
- Specified by:
elementIdin interfaceUserEventListenerInstanceQuery
-
planItemDefinitionId
public UserEventListenerInstanceQuery planItemDefinitionId(String planItemDefinitionId)
- Specified by:
planItemDefinitionIdin interfaceUserEventListenerInstanceQuery
-
name
public UserEventListenerInstanceQuery name(String name)
- Specified by:
namein interfaceUserEventListenerInstanceQuery
-
stageInstanceId
public UserEventListenerInstanceQuery stageInstanceId(String stageInstanceId)
- Specified by:
stageInstanceIdin interfaceUserEventListenerInstanceQuery
-
stateAvailable
public UserEventListenerInstanceQuery stateAvailable()
- Specified by:
stateAvailablein interfaceUserEventListenerInstanceQuery
-
stateUnavailable
public UserEventListenerInstanceQuery stateUnavailable()
- Specified by:
stateUnavailablein interfaceUserEventListenerInstanceQuery
-
stateSuspended
public UserEventListenerInstanceQuery stateSuspended()
- Specified by:
stateSuspendedin interfaceUserEventListenerInstanceQuery
-
orderByName
public UserEventListenerInstanceQuery orderByName()
- Specified by:
orderByNamein interfaceUserEventListenerInstanceQuery
-
asc
public UserEventListenerInstanceQuery asc()
- Specified by:
ascin interfaceQuery<UserEventListenerInstanceQuery,UserEventListenerInstance>
-
desc
public UserEventListenerInstanceQuery desc()
- Specified by:
descin interfaceQuery<UserEventListenerInstanceQuery,UserEventListenerInstance>
-
orderBy
public UserEventListenerInstanceQuery orderBy(QueryProperty property)
- 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
public UserEventListenerInstance singleResult()
- Specified by:
singleResultin interfaceQuery<UserEventListenerInstanceQuery,UserEventListenerInstance>
-
list
public List<UserEventListenerInstance> list()
- Specified by:
listin interfaceQuery<UserEventListenerInstanceQuery,UserEventListenerInstance>
-
listPage
public List<UserEventListenerInstance> listPage(int firstResult, int maxResults)
- Specified by:
listPagein interfaceQuery<UserEventListenerInstanceQuery,UserEventListenerInstance>
-
convertPlanItemInstances
protected List<UserEventListenerInstance> convertPlanItemInstances(List<PlanItemInstance> instances)
-
-