org.activiti.engine.impl.cmd
类 DeployCmd<T>
java.lang.Object
org.activiti.engine.impl.cmd.DeployCmd<T>
- 所有已实现的接口:
- Serializable, Command<Deployment>
public class DeployCmd<T>
- extends Object
- implements Command<Deployment>, Serializable
- 作者:
- Tom Baeyens, Joram Barrez
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deploymentBuilder
protected DeploymentBuilderImpl deploymentBuilder
DeployCmd
public DeployCmd(DeploymentBuilderImpl deploymentBuilder)
execute
public Deployment execute(CommandContext commandContext)
- 指定者:
- 接口
Command<Deployment>
中的 execute
deploymentsDiffer
protected boolean deploymentsDiffer(DeploymentEntity deployment,
DeploymentEntity saved)
scheduleProcessDefinitionActivation
protected void scheduleProcessDefinitionActivation(CommandContext commandContext,
DeploymentEntity deployment)
Copyright © 2013 Alfresco. All rights reserved.