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 ServiceDeploymentBuilderImpldeploymentBuilder -
Constructor Summary
Constructors Constructor Description DeployCmd(ServiceDeploymentBuilderImpl deploymentBuilder) -
Method Summary
Modifier and Type Method Description protected booleandeploymentsDiffer(ServiceDeploymentEntity deployment, ServiceDeploymentEntity saved)ServiceDeploymentexecute(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:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<ServiceDeployment>
-
deploymentsDiffer
protected boolean deploymentsDiffer(ServiceDeploymentEntity deployment, ServiceDeploymentEntity saved)
-