se.kmr.scam.rdf.test
Class Extract

java.lang.Object
  extended byse.kmr.scam.rdf.test.Extract

public class Extract
extends Object

Title:

Description:

Copyright: Copyright (c) 2003

Company:

Version:
1.0
Author:
not attributable

Constructor Summary
Extract(Connection con)
           
 
Method Summary
 void appendACL(Model model, String owner, String guestRole, String userRole)
           
 void appendID(Model model, Property prop, String owner)
           
 void appendName(Model model, Property prop, String owner)
           
 void appendOrg(Model model, String owner)
           
 void appendType(Model model, Property prop, String owner)
           
 String genURI(int id, String label)
           
 List listOwners()
           
static void main(String[] args)
           
 ModelMemSerializable metadata(String owner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Extract

public Extract(Connection con)
Method Detail

genURI

public String genURI(int id,
                     String label)

listOwners

public List listOwners()
                throws SQLException
Throws:
SQLException

metadata

public ModelMemSerializable metadata(String owner)
                              throws SQLException,
                                     RDFException
Throws:
SQLException
RDFException

appendName

public void appendName(Model model,
                       Property prop,
                       String owner)
                throws SQLException,
                       RDFException
Throws:
SQLException
RDFException

appendID

public void appendID(Model model,
                     Property prop,
                     String owner)
              throws SQLException,
                     RDFException
Throws:
SQLException
RDFException

appendType

public void appendType(Model model,
                       Property prop,
                       String owner)
                throws SQLException,
                       RDFException
Throws:
SQLException
RDFException

appendACL

public void appendACL(Model model,
                      String owner,
                      String guestRole,
                      String userRole)
               throws SQLException,
                      RDFException
Throws:
SQLException
RDFException

appendOrg

public void appendOrg(Model model,
                      String owner)
               throws SQLException,
                      RDFException
Throws:
SQLException
RDFException

main

public static void main(String[] args)


Copyright © 2003 SCAM. All Rights Reserved.