Class DeployCmd
- java.lang.Object
-
- com.flowable.serviceregistry.engine.impl.cmd.DeployCmd
-
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<ServiceDeployment>
public class DeployCmd extends java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<ServiceDeployment>
-
-
Field Summary
Fields Modifier and Type Field Description protected ServiceDeploymentBuilderImpl
deploymentBuilder
-
Constructor Summary
Constructors Constructor Description DeployCmd(ServiceDeploymentBuilderImpl deploymentBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
deploymentsDiffer(ServiceDeploymentEntity deployment, ServiceDeploymentEntity saved)
ServiceDeployment
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
-
-
Field Detail
-
deploymentBuilder
protected ServiceDeploymentBuilderImpl deploymentBuilder
-
-
Constructor Detail
-
DeployCmd
public DeployCmd(ServiceDeploymentBuilderImpl deploymentBuilder)
-
-
Method Detail
-
execute
public ServiceDeployment execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<ServiceDeployment>
-
deploymentsDiffer
protected boolean deploymentsDiffer(ServiceDeploymentEntity deployment, ServiceDeploymentEntity saved)
-
-