public class WorkflowTaskConfiguration extends Object
A specialized set of metadata properties for a WorkflowTask.
| Constructor and Description | 
|---|
| WorkflowTaskConfiguration()
 Default Constructor | 
| WorkflowTaskConfiguration(Properties properties)
 Construct a new WorkflowTaskConfiguration from a java Properties object. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addConfigProperty(String name,
                 String value)
 Adds the property denoted by the given  name>andvalue. | 
| Properties | getProperties() | 
| String | getProperty(String propName) | 
public WorkflowTaskConfiguration()
Default Constructor
.public WorkflowTaskConfiguration(Properties properties)
Construct a new WorkflowTaskConfiguration from a java Properties object.
properties - The task configuration properties.public void addConfigProperty(String name, String value)
 Adds the property denoted by the given name> and
 value.
 
name - The property name.value - The property value.public String getProperty(String propName)
propName - The property to get the value for.public Properties getProperties()
Properties for configuring this WorkflowTask.Copyright © 1999–2017 Apache OODT. All rights reserved.