Uses of Class
org.flowable.engine.impl.ProcessInstanceQueryImpl
Packages that use ProcessInstanceQueryImpl
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of ProcessInstanceQueryImpl in org.flowable.engine.impl
Fields in org.flowable.engine.impl declared as ProcessInstanceQueryImplModifier and TypeFieldDescriptionprotected ProcessInstanceQueryImpl
ProcessInstanceQueryImpl.currentOrQueryObject
Fields in org.flowable.engine.impl with type parameters of type ProcessInstanceQueryImplModifier and TypeFieldDescriptionprotected List<ProcessInstanceQueryImpl>
ProcessInstanceQueryImpl.orQueryObjects
Methods in org.flowable.engine.impl that return ProcessInstanceQueryImplModifier and TypeMethodDescriptionProcessInstanceQueryImpl.deploymentId
(String deploymentId) ProcessInstanceQueryImpl.deploymentIdIn
(List<String> deploymentIds) ProcessInstanceQueryImpl.processDefinitionId
(String processDefinitionId) ProcessInstanceQueryImpl.processDefinitionKey
(String processDefinitionKey) ProcessInstanceQueryImpl.processDefinitionKeyLike
(String processDefinitionKeyLike) ProcessInstanceQueryImpl.processDefinitionKeyLikeIgnoreCase
(String processDefinitionKeyLikeIgnoreCase) ProcessInstanceQueryImpl.processInstanceId
(String processInstanceId) Methods in org.flowable.engine.impl that return types with arguments of type ProcessInstanceQueryImpl