org.apache.oodt.cas.workflow.structs
Class WorkflowConditionConfiguration

java.lang.Object
  extended by org.apache.oodt.cas.workflow.structs.WorkflowConditionConfiguration

public class WorkflowConditionConfiguration
extends Object

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

WorkflowConditionConfiguration

public WorkflowConditionConfiguration()

Default Constructor

.


WorkflowConditionConfiguration

public WorkflowConditionConfiguration(Properties properties)

Construct a new WorkflowTaskConfiguration from a java Properties object.

Parameters:
properties - The task configuration properties.
Method Detail

addConfigProperty

public void addConfigProperty(String name,
                              String value)

Adds the property denoted by the given name> and value.

Parameters:
name - The property name.
value - The property value.

getProperty

public String getProperty(String propName)
Parameters:
propName - The property to get the value for.
Returns:
The String property value for the specified propName.

getProperties

public Properties getProperties()
Returns:
The Properties for configuring this WorkflowTask.


Copyright © 1999-2011 Apache OODT. All Rights Reserved.