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