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