Package org.flowable.dmn.engine.impl.cmd
Class SetDecisionTableCategoryCmd
- java.lang.Object
-
- org.flowable.dmn.engine.impl.cmd.SetDecisionTableCategoryCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcategoryprotected StringdecisionTableId
-
Constructor Summary
Constructors Constructor Description SetDecisionTableCategoryCmd(String decisionTableId, String category)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidexecute(CommandContext commandContext)StringgetCategory()StringgetDecisionTableId()voidsetCategory(String category)voidsetDecisionTableId(String decisionTableId)
-