Package | Description |
---|---|
org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.activiti.engine.impl.db | |
org.activiti.engine.impl.persistence.entity |
Modifier and Type | Field and Description |
---|---|
protected ProcessInstanceQueryImpl |
ProcessInstanceQueryImpl.currentOrQueryObject |
Modifier and Type | Field and Description |
---|---|
protected List<ProcessInstanceQueryImpl> |
ProcessInstanceQueryImpl.orQueryObjects |
Modifier and Type | Method and Description |
---|---|
ProcessInstanceQueryImpl |
ProcessInstanceQueryImpl.deploymentId(String deploymentId) |
ProcessInstanceQueryImpl |
ProcessInstanceQueryImpl.deploymentIdIn(List<String> deploymentIds) |
ProcessInstanceQueryImpl |
ProcessInstanceQueryImpl.processDefinitionId(String processDefinitionId) |
ProcessInstanceQueryImpl |
ProcessInstanceQueryImpl.processDefinitionKey(String processDefinitionKey) |
ProcessInstanceQueryImpl |
ProcessInstanceQueryImpl.processInstanceId(String processInstanceId) |
Modifier and Type | Method and Description |
---|---|
List<ProcessInstanceQueryImpl> |
ProcessInstanceQueryImpl.getOrQueryObjects() |
Modifier and Type | Method and Description |
---|---|
ProcessInstanceQueryImpl |
DbSqlSession.createProcessInstanceQuery() |
Modifier and Type | Method and Description |
---|---|
List<ProcessInstance> |
ExecutionEntityManager.findProcessInstanceAndVariablesByQueryCriteria(ProcessInstanceQueryImpl executionQuery) |
List<ProcessInstance> |
ExecutionEntityManager.findProcessInstanceByQueryCriteria(ProcessInstanceQueryImpl executionQuery) |
long |
ExecutionEntityManager.findProcessInstanceCountByQueryCriteria(ProcessInstanceQueryImpl executionQuery) |
Copyright © 2016 Alfresco. All rights reserved.