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