public interface UserEventListenerInstanceQuery extends Query<UserEventListenerInstanceQuery,UserEventListenerInstance>
Query.NullHandlingOnOrder| Modifier and Type | Method and Description |
|---|---|
UserEventListenerInstanceQuery |
caseDefinitionId(String caseDefinitionId) |
UserEventListenerInstanceQuery |
caseInstanceId(String caseInstanceId) |
UserEventListenerInstanceQuery |
elementId(String elementId) |
UserEventListenerInstanceQuery |
id(String id) |
UserEventListenerInstanceQuery |
name(String name) |
UserEventListenerInstanceQuery |
orderByName() |
UserEventListenerInstanceQuery |
planItemDefinitionId(String planItemDefinitionId) |
UserEventListenerInstanceQuery |
stageInstanceId(String stageInstanceId) |
UserEventListenerInstanceQuery |
stateAvailable() |
UserEventListenerInstanceQuery |
stateSuspended() |
UserEventListenerInstanceQuery |
stateUnavailable() |
UserEventListenerInstanceQuery id(String id)
UserEventListenerInstanceQuery caseInstanceId(String caseInstanceId)
UserEventListenerInstanceQuery caseDefinitionId(String caseDefinitionId)
UserEventListenerInstanceQuery elementId(String elementId)
UserEventListenerInstanceQuery planItemDefinitionId(String planItemDefinitionId)
UserEventListenerInstanceQuery name(String name)
UserEventListenerInstanceQuery stageInstanceId(String stageInstanceId)
UserEventListenerInstanceQuery stateAvailable()
UserEventListenerInstanceQuery stateUnavailable()
UserEventListenerInstanceQuery stateSuspended()
UserEventListenerInstanceQuery orderByName()
Copyright © 2022 Flowable. All rights reserved.