Class SetDeploymentCategoryCmd
- java.lang.Object
-
- org.flowable.form.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)StringgetCategory()StringgetDeploymentId()voidsetCategory(String category)voidsetDeploymentId(String deploymentId)
-