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
另请参见:
序列化表格

字段摘要
protected  DeploymentBuilderImpl deploymentBuilder
           
 
构造方法摘要
DeployCmd(DeploymentBuilderImpl deploymentBuilder)
           
 
方法摘要
protected  boolean deploymentsDiffer(DeploymentEntity deployment, DeploymentEntity saved)
           
 Deployment execute(CommandContext commandContext)
           
protected  void scheduleProcessDefinitionActivation(CommandContext commandContext, DeploymentEntity deployment)
           
 
从类 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.