public class WorkflowConditionConfiguration extends Object
WorkflowCondition
.Constructor and Description |
---|
WorkflowConditionConfiguration()
Default Constructor
|
WorkflowConditionConfiguration(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> and
value . |
Properties |
getProperties() |
String |
getProperty(String propName) |
public WorkflowConditionConfiguration()
Default Constructor
.public WorkflowConditionConfiguration(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.