Package | Description |
---|---|
org.activiti.engine.history |
Classes related to the
HistoryService . |
org.activiti.engine.identity |
classes related to the
IdentityService . |
org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.activiti.engine.query |
Classes related to the querying entities in the engine.
|
org.activiti.engine.repository |
Classes related to the
RepositoryService . |
org.activiti.engine.runtime |
Classes related to the
RuntimeService . |
org.activiti.engine.task |
Classes related to the
TaskService . |
Modifier and Type | Interface and Description |
---|---|
interface |
NativeHistoricActivityInstanceQuery
Allows querying of
HistoricActivityInstanceQuery s via native (SQL) queries |
interface |
NativeHistoricDetailQuery
Allows querying of
HistoricDetail s via native (SQL) queries |
interface |
NativeHistoricProcessInstanceQuery
Allows querying of
HistoricTaskInstanceQuery s via native (SQL) queries |
interface |
NativeHistoricTaskInstanceQuery
Allows querying of
HistoricTaskInstanceQuery s via native (SQL) queries |
interface |
NativeHistoricVariableInstanceQuery
Allows querying of
HistoricVariableInstance s via native (SQL) queries |
Modifier and Type | Interface and Description |
---|---|
interface |
NativeGroupQuery
Allows querying of
Group s via native (SQL) queries |
interface |
NativeUserQuery
Allows querying of
User s via native (SQL) queries |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNativeQuery<T extends NativeQuery<?,?>,U>
Abstract superclass for all native query types.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNativeQuery<T extends NativeQuery<?,?>,U>
Abstract superclass for all native query types.
|
class |
NativeDeploymentQueryImpl |
class |
NativeExecutionQueryImpl |
class |
NativeGroupQueryImpl |
class |
NativeHistoricActivityInstanceQueryImpl |
class |
NativeHistoricDetailQueryImpl |
class |
NativeHistoricProcessInstanceQueryImpl |
class |
NativeHistoricTaskInstanceQueryImpl |
class |
NativeHistoricVariableInstanceQueryImpl |
class |
NativeModelQueryImpl |
class |
NativeProcessDefinitionQueryImpl |
class |
NativeProcessInstanceQueryImpl |
class |
NativeTaskQueryImpl |
class |
NativeUserQueryImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
NativeQuery<T extends NativeQuery<?,?>,U>
Describes basic methods for doing native queries
|
Modifier and Type | Interface and Description |
---|---|
interface |
NativeDeploymentQuery
Allows querying of
Deployment s via native (SQL) queries |
interface |
NativeModelQuery
Allows querying of
Model s via native (SQL) queries |
interface |
NativeProcessDefinitionQuery
Allows querying of
ProcessDefinition s via native (SQL) queries |
Modifier and Type | Interface and Description |
---|---|
interface |
NativeExecutionQuery
Allows querying of
Execution s via native (SQL) queries |
interface |
NativeProcessInstanceQuery
Allows querying of
ProcessInstance s via native (SQL) queries |
Modifier and Type | Interface and Description |
---|---|
interface |
NativeTaskQuery
Allows querying of
Task s via native (SQL) queries |
Copyright © 2016 Alfresco. All rights reserved.