Class DeployAgentDefinitionCmd
java.lang.Object
com.flowable.agent.engine.impl.cmd.DeployAgentDefinitionCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<AgentDeployment>
public class DeployAgentDefinitionCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<AgentDeployment>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleandeploymentsDiffer(AgentDeploymentEntity deployment, AgentDeploymentEntity saved) execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
deploymentBuilder
-
-
Constructor Details
-
DeployAgentDefinitionCmd
-
-
Method Details
-
execute
public AgentDeployment execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<AgentDeployment>
-
deploymentsDiffer
-