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
 org.eaglei.datatools.config.DatatoolsConfiguration getDatatoolsConfiguration()
           
static RDFtoRepoService getInstance()
           
static RDFtoRepoService getInstance(java.lang.String file)
           
 java.util.List<org.eaglei.model.EIURI> getNewInstancesFromRepo(org.eaglei.security.Session session, int countofInstances)
          gets the new instance from Repo
 org.eaglei.datatools.provider.RepositoryProvider getRepositoryProvider()
           
 boolean pushtoRepo(com.hp.hpl.jena.rdf.model.Model rdfModel, org.eaglei.security.Session session, java.lang.String uri, java.lang.String promoteParameter)
          pushed the Model to Repo and promotes it
 org.eaglei.datatools.provider.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 org.eaglei.datatools.provider.RepositoryProvider getRepositoryProvider()

getDatatoolsConfiguration

public org.eaglei.datatools.config.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,
                          org.eaglei.security.Session 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(org.eaglei.security.Session session,
                                                                      int countofInstances)
                                                               throws java.lang.Exception
gets the new instance from Repo

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

setPropertyFilePathAndgetNewRepoProvider

public org.eaglei.datatools.provider.RepositoryProvider setPropertyFilePathAndgetNewRepoProvider(java.lang.String configFilePath)
                                                                                          throws java.lang.Exception
Throws:
java.lang.Exception


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