Package | Description |
---|---|
org.kepler.gui | |
org.kepler.objectmanager.repository |
Modifier and Type | Method and Description |
---|---|
LibrarySearchResults |
SimpleLibrarySearcher.search(java.lang.String value,
boolean authenticate)
search for val in the library
|
LibrarySearchResults |
RepositorySearcher.search(java.lang.String value,
boolean authenticate) |
abstract LibrarySearchResults |
LibrarySearcher.search(java.lang.String value,
boolean authenticate)
search for value in the library
|
Modifier and Type | Method and Description |
---|---|
KeplerLSID |
EcogridRepository.addRegistryEntry(org.ecoinformatics.ecogrid.registry.stub.RegistryEntryType registryEntry,
java.lang.String sessionId)
add an ecogrid registry entry.
|
java.util.Iterator<EcogridRepositoryResults> |
EcogridRepository.advancedSearch(java.io.Reader queryDocument,
boolean authenticate)
Search the repository and return an iterator of EcogridRepositoryResults.
|
org.ecoinformatics.ecogrid.queryservice.resultset.ResultsetType |
EcogridRepository.arbitrarySearch(java.io.Reader queryDocument,
boolean authenticate)
Search the repository using queryDocument.
|
java.io.File |
EcogridRepositoryResults.cacheKAR(boolean authenticate)
download the kar file and get it ready to be imported into the local
system.
|
abstract java.io.InputStream |
Repository.get(KeplerLSID lsid,
boolean authenticate)
return the object from the repository that has the given lsid
|
java.io.InputStream |
EcogridRepository.get(KeplerLSID lsid,
boolean authenticate)
return the object from the repository that has the given lsid
|
abstract java.io.InputStream |
Repository.get(java.lang.String id,
boolean authenticate)
get method with a string id
|
java.io.InputStream |
EcogridRepository.get(java.lang.String docid,
boolean authenticate)
return an object using a ecogrid docid identifier
|
static KarXml |
EcogridRepository.getKarXml(java.lang.String docid,
java.lang.String repositoryName,
boolean authenticate)
Return karXml for a docid from a repositoryName.
|
java.lang.String |
EcogridRepository.getNextObject(KeplerLSID lsid)
returns the next object for the given lsid
|
java.lang.String |
EcogridRepository.getNextRevision(KeplerLSID lsid)
returns the next revision for the given lsid
|
static java.util.List<EcogridRepositoryResults> |
EcogridRepositoryResults.parseKarXml(java.lang.String docid,
java.lang.String repositoryName,
int indexValue,
boolean authenticate) |
abstract void |
Repository.put(java.lang.Object o,
KeplerLSID lsid,
java.lang.String sessionid)
put an object into the repository with a predetermined sessionid
|
void |
EcogridRepository.put(java.lang.Object o,
KeplerLSID lsid,
java.lang.String sessionId)
put a file with a predetermined sessionid
|
void |
EcogridRepository.removeRegistryEntry(KeplerLSID lsid,
java.lang.String sessionId)
remove an ecogrid registry entry.
|
abstract java.util.Iterator |
Repository.search(java.lang.String queryString,
boolean authenticate)
Search the repository and return an iterator of results (the Iterator
contains KeplerLSIDs of matched items).
|
LibrarySearchResults |
EcogridRepositoryLibrarySearcher.search(java.lang.String value,
boolean authenticate)
search for value in the library
|
java.util.Iterator<EcogridRepositoryResults> |
EcogridRepository.search(java.lang.String queryString,
boolean authenticate)
Search the repository and return an iterator of EcogridRepositoryResults.
|
void |
EcogridRepository.updateRegistryEntry(java.lang.String registryEntry,
KeplerLSID lsid)
update an ecogrid registry entry.
|
Constructor and Description |
---|
EcogridRepositoryResults(KarXml.KarEntry karEntry,
java.lang.String repositoryName,
int indexValue,
java.lang.String karLSID) |
EcogridRepositoryResults(org.ecoinformatics.ecogrid.queryservice.resultset.ResultsetTypeRecord record,
java.lang.String repositoryName,
boolean authenticate)
default constructor
|