Package org.activiti.engine.impl.cmd
Class SetDeploymentCategoryCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.SetDeploymentCategoryCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcategoryprotected StringdeploymentId
-
Constructor Summary
Constructors Constructor Description SetDeploymentCategoryCmd(String deploymentId, String category)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)protected voidexecuteInternal(CommandContext commandContext, DeploymentEntity deployment)StringgetCategory()StringgetDeploymentId()voidsetCategory(String category)voidsetDeploymentId(String deploymentId)
-
-
-
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)
-
getCategory
public String getCategory()
-
setCategory
public void setCategory(String category)
-
-