public class DeployCmd<T> extends Object implements Command<EventDeployment>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected EventDeploymentBuilderImpl |
deploymentBuilder |
| Constructor and Description |
|---|
DeployCmd(EventDeploymentBuilderImpl deploymentBuilder) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
deploymentsDiffer(EventDeploymentEntity deployment,
EventDeploymentEntity saved) |
EventDeployment |
execute(CommandContext commandContext) |
protected EventDeploymentBuilderImpl deploymentBuilder
public DeployCmd(EventDeploymentBuilderImpl deploymentBuilder)
public EventDeployment execute(CommandContext commandContext)
execute in interface Command<EventDeployment>protected boolean deploymentsDiffer(EventDeploymentEntity deployment, EventDeploymentEntity saved)
Copyright © 2021 Flowable. All rights reserved.