|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oodt.cas.workflow.structs.WorkflowConditionConfiguration
public class WorkflowConditionConfiguration
Configuration for a WorkflowCondition.
| Constructor Summary | |
|---|---|
WorkflowConditionConfiguration()
Default Constructor |
|
WorkflowConditionConfiguration(Properties properties)
Construct a new WorkflowTaskConfiguration from a java Properties object. |
|
| Method Summary | |
|---|---|
void |
addConfigProperty(String name,
String value)
Adds the property denoted by the given name> and
value. |
Properties |
getProperties()
|
String |
getProperty(String propName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkflowConditionConfiguration()
Default Constructor
.
public WorkflowConditionConfiguration(Properties properties)
Construct a new WorkflowTaskConfiguration from a java Properties object.
properties - The task configuration properties.| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||