org.apache.oodt.cas.workflow.util
Class DbStructFactory

java.lang.Object
  extended by org.apache.oodt.cas.workflow.util.DbStructFactory

public final class DbStructFactory
extends Object

Version:
$Revision$

A Factory for creating Workflow Manager objects from ResultSets.

Author:
mattmann

Method Summary
static String getEvent(ResultSet rs)
           
static Workflow getWorkflow(ResultSet rs)
           
static WorkflowCondition getWorkflowCondition(ResultSet rs, boolean setOrder)
           
static WorkflowInstance getWorkflowInstance(ResultSet rs)
           
static WorkflowTask getWorkflowTask(ResultSet rs, boolean setOrder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.