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()
TaskSpecification
getNodeType
in interface TaskSpecification
public Map<String,Object> getParameters()
TaskSpecification
getParameters
in interface TaskSpecification
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.