Package org.activiti.engine.impl.cmd
Class DeployCmd<T>
- java.lang.Object
-
- org.activiti.engine.impl.cmd.DeployCmd<T>
-
- All Implemented Interfaces:
java.io.Serializable,Command<Deployment>
public class DeployCmd<T> extends java.lang.Object implements Command<Deployment>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DeploymentBuilderImpldeploymentBuilder
-
Constructor Summary
Constructors Constructor Description DeployCmd(DeploymentBuilderImpl deploymentBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleandeploymentsDiffer(DeploymentEntity deployment, DeploymentEntity saved)Deploymentexecute(CommandContext commandContext)protected DeploymentexecuteDeploy(CommandContext commandContext)protected voidscheduleProcessDefinitionActivation(CommandContext commandContext, DeploymentEntity deployment)
-
-
-
Field Detail
-
deploymentBuilder
protected DeploymentBuilderImpl deploymentBuilder
-
-
Constructor Detail
-
DeployCmd
public DeployCmd(DeploymentBuilderImpl deploymentBuilder)
-
-
Method Detail
-
execute
public Deployment execute(CommandContext commandContext)
-
executeDeploy
protected Deployment executeDeploy(CommandContext commandContext)
-
deploymentsDiffer
protected boolean deploymentsDiffer(DeploymentEntity deployment, DeploymentEntity saved)
-
scheduleProcessDefinitionActivation
protected void scheduleProcessDefinitionActivation(CommandContext commandContext, DeploymentEntity deployment)
-
-