public class SetDecisionTableCategoryCmd extends Object implements Command<Void>
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
decisionTableId |
| Constructor and Description |
|---|
SetDecisionTableCategoryCmd(String decisionTableId,
String category) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(CommandContext commandContext) |
String |
getCategory() |
String |
getDecisionTableId() |
void |
setCategory(String category) |
void |
setDecisionTableId(String decisionTableId) |
public Void execute(CommandContext commandContext)
execute in interface Command<Void>execute in interface BaseCommand<Void,CommandContext>public String getDecisionTableId()
public void setDecisionTableId(String decisionTableId)
public String getCategory()
public void setCategory(String category)
Copyright © 2017 Flowable. All rights reserved.