org.eaglei.datatools.etl.server
Class RDFtoRepoService
java.lang.Object
org.eaglei.datatools.etl.server.RDFtoRepoService
public class RDFtoRepoService
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.