Package org.flowable.cmmn.api.runtime
Interface IntentEventListenerInstanceQuery
- All Superinterfaces:
Query<IntentEventListenerInstanceQuery,IntentEventListenerInstance>
public interface IntentEventListenerInstanceQuery
extends Query<IntentEventListenerInstanceQuery,IntentEventListenerInstance>
- Author:
- Tijs Rademakers
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Method Summary
Modifier and TypeMethodDescriptioncaseDefinitionId(String caseDefinitionId) caseInstanceId(String caseInstanceId) planItemDefinitionId(String planItemDefinitionId) stageInstanceId(String stageInstanceId)
-
Method Details
-
id
-
caseInstanceId
-
caseDefinitionId
-
elementId
-
planItemDefinitionId
-
name
-
stageInstanceId
-
stateAvailable
IntentEventListenerInstanceQuery stateAvailable() -
stateSuspended
IntentEventListenerInstanceQuery stateSuspended() -
orderByName
IntentEventListenerInstanceQuery orderByName()
-