public class WorkItemTaskSpecification extends Object implements TaskSpecification
| Constructor and Description |
|---|
WorkItemTaskSpecification(String nodeType,
String nodeName,
Map<String,Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNodeType()
Returns the type of the node that will be added.
|
Map<String,Object> |
getParameters()
Optional set of parameters to be given to created dynamic task.
|
public String getNodeType()
TaskSpecificationgetNodeType in interface TaskSpecificationpublic Map<String,Object> getParameters()
TaskSpecificationgetParameters in interface TaskSpecificationCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.