org.apache.oodt.cas.workflow.util
Class DbStructFactory
java.lang.Object
org.apache.oodt.cas.workflow.util.DbStructFactory
public final class DbStructFactory
- extends Object
- Version:
- $Revision$
A Factory for creating Workflow Manager objects from ResultSet
s.
- Author:
- mattmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getEvent
public static String getEvent(ResultSet rs)
throws SQLException
- Throws:
SQLException
getWorkflowInstance
public static WorkflowInstance getWorkflowInstance(ResultSet rs)
throws SQLException
- Throws:
SQLException
getWorkflow
public static Workflow getWorkflow(ResultSet rs)
throws SQLException
- Throws:
SQLException
getWorkflowTask
public static WorkflowTask getWorkflowTask(ResultSet rs,
boolean setOrder)
throws SQLException
- Throws:
SQLException
getWorkflowCondition
public static WorkflowCondition getWorkflowCondition(ResultSet rs,
boolean setOrder)
throws SQLException
- Throws:
SQLException
Copyright © 1999-2011 Apache OODT. All Rights Reserved.