xflow.server.controller
Class DirectedGraphP
java.lang.Object
xflow.server.controller.DirectedGraphP
- public class DirectedGraphP
- extends java.lang.Object
User: kosta
Date: Jul 8, 2004
Time: 8:22:29 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectedGraphP
public DirectedGraphP()
loadByGraphById
public DirectedGraph loadByGraphById(int gid,
DirectedGraph destination)
throws XflowException
- Throws:
XflowException
getGraphId
public java.lang.Integer getGraphId(java.lang.String graphName,
int version)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getLatestVersionNumber
public int getLatestVersionNumber(java.lang.String name)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
loadDirectedGraph
public DirectedGraph loadDirectedGraph(java.lang.String name,
int version)
throws java.sql.SQLException,
XflowException
- Throws:
java.sql.SQLException
XflowException
graphExistsInDB
public boolean graphExistsInDB(java.lang.String graphName,
int version)
throws java.sql.SQLException
- Throws:
java.sql.SQLException