Package org.activiti.engine.impl.cmd
Class SetDeploymentKeyCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.SetDeploymentKeyCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdeploymentIdprotected Stringkey
-
Constructor Summary
Constructors Constructor Description SetDeploymentKeyCmd(String deploymentId, String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)protected voidexecuteInternal(CommandContext commandContext, DeploymentEntity deployment)StringgetDeploymentId()StringgetKey()voidsetDeploymentId(String deploymentId)voidsetKey(String key)
-
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
executeInternal
protected void executeInternal(CommandContext commandContext, DeploymentEntity deployment)
-
getDeploymentId
public String getDeploymentId()
-
setDeploymentId
public void setDeploymentId(String deploymentId)
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
-