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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait