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)StringgetDeploymentId()StringgetKey()voidsetDeploymentId(String deploymentId)voidsetKey(String key)
-