org.eaglei.datatools.etl.server
Class RDFtoRepoService

java.lang.Object
  extended by org.eaglei.datatools.etl.server.RDFtoRepoService

public class RDFtoRepoService
extends java.lang.Object


Method Summary
 DatatoolsConfiguration getDatatoolsConfiguration()
           
static RDFtoRepoService getInstance()
           
static RDFtoRepoService getInstance(java.lang.String file)
           
 java.util.List<org.eaglei.model.EIURI> getNewInstancesFromRepo(java.lang.String session, int countofInstances)
          gets the new instance from Repo
 RepositoryProvider getRepositoryProvider()
           
 boolean pushtoRepo(com.hp.hpl.jena.rdf.model.Model rdfModel, java.lang.String session, java.lang.String uri, java.lang.String promoteParameter)
          pushed the Model to Repo and promotes it
 RepositoryProvider setPropertyFilePathAndgetNewRepoProvider(java.lang.String configFilePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRepositoryProvider

public RepositoryProvider getRepositoryProvider()

getDatatoolsConfiguration

public DatatoolsConfiguration getDatatoolsConfiguration()

getInstance

public static RDFtoRepoService getInstance(java.lang.String file)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getInstance

public static RDFtoRepoService getInstance()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

pushtoRepo

public boolean pushtoRepo(com.hp.hpl.jena.rdf.model.Model rdfModel,
                          java.lang.String session,
                          java.lang.String uri,
                          java.lang.String promoteParameter)
                   throws java.lang.Exception
pushed the Model to Repo and promotes it

Parameters:
rdfModel -
session -
uri -
Returns:
Throws:
java.lang.Exception

getNewInstancesFromRepo

public java.util.List<org.eaglei.model.EIURI> getNewInstancesFromRepo(java.lang.String session,
                                                                      int countofInstances)
                                                               throws java.lang.Exception
gets the new instance from Repo

Parameters:
countofInstances -
Returns:
Throws:
java.lang.Exception

setPropertyFilePathAndgetNewRepoProvider

public RepositoryProvider setPropertyFilePathAndgetNewRepoProvider(java.lang.String configFilePath)
                                                            throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009-2010 Eagle-I. All Rights Reserved.