public class DeployCmd<T> extends Object implements Command<Deployment>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentBuilderImpl |
deploymentBuilder |
| Constructor and Description |
|---|
DeployCmd(DeploymentBuilderImpl deploymentBuilder) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
deploymentsDiffer(DeploymentEntity deployment,
DeploymentEntity saved) |
Deployment |
execute(CommandContext commandContext) |
protected void |
scheduleProcessDefinitionActivation(CommandContext commandContext,
DeploymentEntity deployment) |
protected DeploymentBuilderImpl deploymentBuilder
public DeployCmd(DeploymentBuilderImpl deploymentBuilder)
public Deployment execute(CommandContext commandContext)
execute in interface Command<Deployment>protected boolean deploymentsDiffer(DeploymentEntity deployment, DeploymentEntity saved)
protected void scheduleProcessDefinitionActivation(CommandContext commandContext, DeploymentEntity deployment)
Copyright © 2016 Alfresco. All rights reserved.