Uses of Class
org.overlord.sramp.client.SrampClientException

Packages that use SrampClientException
org.overlord.sramp.client   
 

Uses of SrampClientException in org.overlord.sramp.client
 

Methods in org.overlord.sramp.client that throw SrampClientException
 void SrampAtomApiClient.deleteArtifact(String uuid, ArtifactType type)
          Delets an artifact from the s-ramp repository.
 void SrampAtomApiClient.deleteOntology(String ontologyUuid)
          Deletes a single ontology by its UUID.
 InputStream SrampAtomApiClient.getArtifactContent(ArtifactType artifactType, String artifactUuid)
          Gets the content for an artifact as an input stream.
 BaseArtifactType SrampAtomApiClient.getArtifactMetaData(ArtifactType artifactType, String artifactUuid)
          Gets the full meta-data listing for an Artifact in the S-RAMP repository.
 BaseArtifactType SrampAtomApiClient.getArtifactMetaData(String artifactUuid)
          Gets the full meta-data listing for an Artifact in the S-RAMP repository.
 List<OntologySummary> SrampAtomApiClient.getOntologies()
          Gets a list of all the ontologies currently installed in the S-RAMP repository.
 org.jboss.resteasy.plugins.providers.atom.app.AppService SrampAtomApiClient.getServiceDocument()
          Gets the S-RAMP service document.
 QueryResultSet SrampClientQuery.query()
          Formats the query given the replacement params, then issues the query to the S-RAMP repository and returns the result.
 QueryResultSet SrampAtomApiClient.query(String srampQuery)
          Provides a very simple mechanism for querying.
 QueryResultSet SrampAtomApiClient.query(String srampQuery, int startIndex, int count, String orderBy, boolean ascending)
          Executes the given s-ramp query xpath and returns a Feed of the matching artifacts.
 QueryResultSet SrampAtomApiClient.query(String srampQuery, int startIndex, int count, String orderBy, boolean ascending, Collection<String> propertyNames)
          Executes the given s-ramp query xpath and returns a Feed of the matching artifacts.
 void SrampAtomApiClient.updateArtifactContent(BaseArtifactType artifact, InputStream content)
          Updates the content of the artifact.
 void SrampAtomApiClient.updateArtifactMetaData(BaseArtifactType artifact)
          Called to update the meta-data stored in the s-ramp repository for the given s-ramp artifact.
 BaseArtifactType SrampAtomApiClient.uploadArtifact(ArtifactType artifactType, InputStream content, String artifactFileName)
          Please refer to javadoc in SrampAtomApiClient#uploadArtifact(String, String, InputStream, String)
 BaseArtifactType SrampAtomApiClient.uploadArtifact(BaseArtifactType baseArtifactType, InputStream content)
          Please refer to javadoc in SrampAtomApiClient#uploadArtifact(String, String, InputStream, String)
 Map<String,?> SrampAtomApiClient.uploadBatch(SrampArchive archive)
          Performs a batch operation by uploading an s-ramp package archive to the s-ramp server for processing.
 RDF SrampAtomApiClient.uploadOntology(InputStream content)
          Uploads an ontology to the S-RAMP repository.
 

Constructors in org.overlord.sramp.client that throw SrampClientException
SrampAtomApiClient(String endpoint, boolean validating)
          Constructor.
 



Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.