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