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
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 Details
-
Constructor Details
-
Method Details
-
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
-