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