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
Modifier and Type Method Description protected boolean
deploymentsDiffer(ServiceDeploymentEntity deployment, ServiceDeploymentEntity saved)
ServiceDeployment
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
Constructor Details
-
Method Details
-
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)
-