| Package | Description |
|---|---|
| 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.repository | |
| org.activiti.engine.repository |
Classes related to the
RepositoryService. |
| 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 |
|---|---|
Deployment |
DeployCmd.execute(CommandContext commandContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentEntity |
| Modifier and Type | Method and Description |
|---|---|
List<Deployment> |
DeploymentEntityManager.findDeploymentsByNativeQuery(Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<Deployment> |
DeploymentEntityManager.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 © 2016 Alfresco. All rights reserved.