Package | Description |
---|---|
org.activiti.engine.compatibility | |
org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.activiti.engine.impl.cmd | |
org.activiti.engine.impl.persistence.entity | |
org.activiti.engine.impl.persistence.entity.data | |
org.activiti.engine.impl.persistence.entity.data.impl | |
org.activiti.engine.impl.repository | |
org.activiti.engine.repository |
Classes related to the
RepositoryService . |
Modifier and Type | Method and Description |
---|---|
Deployment |
Activiti5CompatibilityHandler.deploy(DeploymentBuilderImpl deploymentBuilder) |
Modifier and Type | Method and Description |
---|---|
Deployment |
RepositoryServiceImpl.deploy(DeploymentBuilderImpl deploymentBuilder) |
Modifier and Type | Method and Description |
---|---|
List<Deployment> |
NativeDeploymentQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<Deployment> |
DeploymentQueryImpl.executeList(CommandContext commandContext,
Page page) |
Modifier and Type | Method and Description |
---|---|
protected Deployment |
DeployCmd.deployAsActiviti5ProcessDefinition(CommandContext commandContext) |
Deployment |
DeployCmd.execute(CommandContext commandContext) |
protected Deployment |
DeployCmd.executeDeploy(CommandContext commandContext) |
Modifier and Type | Interface and Description |
---|---|
interface |
DeploymentEntity |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentEntityImpl |
Modifier and Type | Method and Description |
---|---|
List<Deployment> |
DeploymentEntityManagerImpl.findDeploymentsByNativeQuery(Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<Deployment> |
DeploymentEntityManager.findDeploymentsByNativeQuery(Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<Deployment> |
DeploymentEntityManagerImpl.findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery,
Page page) |
List<Deployment> |
DeploymentEntityManager.findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery,
Page page) |
Modifier and Type | Method and Description |
---|---|
List<Deployment> |
DeploymentDataManager.findDeploymentsByNativeQuery(Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<Deployment> |
DeploymentDataManager.findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery,
Page page) |
Modifier and Type | Method and Description |
---|---|
List<Deployment> |
MybatisDeploymentDataManager.findDeploymentsByNativeQuery(Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<Deployment> |
MybatisDeploymentDataManager.findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery,
Page page) |
Modifier and Type | Method and Description |
---|---|
Deployment |
DeploymentBuilderImpl.deploy() |
Modifier and Type | Method and Description |
---|---|
Deployment |
DeploymentBuilder.deploy()
Deploys all provided sources to the Activiti engine.
|
Copyright © 2015 Alfresco. All rights reserved.