public class DeployCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<DataObjectDeployment>
| Modifier and Type | Field and Description |
|---|---|
protected DataObjectDeploymentBuilderImpl |
deploymentBuilder |
| Constructor and Description |
|---|
DeployCmd(DataObjectDeploymentBuilderImpl deploymentBuilder) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
deploymentsDiffer(DataObjectDeploymentEntity deployment,
DataObjectDeploymentEntity saved) |
DataObjectDeployment |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected DataObjectDeploymentBuilderImpl deploymentBuilder
public DeployCmd(DataObjectDeploymentBuilderImpl deploymentBuilder)
public DataObjectDeployment execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<DataObjectDeployment>protected boolean deploymentsDiffer(DataObjectDeploymentEntity deployment, DataObjectDeploymentEntity saved)
Copyright © 2019. All rights reserved.