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

Uses of SrampClientException in org.overlord.sramp.client
 

Methods in org.overlord.sramp.client that throw SrampClientException
 InputStream SrampAtomApiClient.getArtifactContent(ArtifactType artifactType, String artifactUuid)
          Please see javadoc in SrampAtomApiClient.getArtifactContent(String, String, String).
 InputStream SrampAtomApiClient.getArtifactContent(String artifactModel, String artifactType, String artifactUuid)
          Gets the content for an artifact as an input stream.
 org.jboss.resteasy.plugins.providers.atom.Entry SrampAtomApiClient.getFullArtifactEntry(ArtifactType artifactType, String artifactUuid)
          Please see javadoc in SrampAtomApiClient.getFullArtifactEntry(String, String, String).
 org.jboss.resteasy.plugins.providers.atom.Entry SrampAtomApiClient.getFullArtifactEntry(String artifactModel, String artifactType, String artifactUuid)
          Gets an Atom Entry for the given S-RAMP artifact by UUID.
 org.jboss.resteasy.plugins.providers.atom.Feed SrampAtomApiClient.query(String srampQuery, int page, int pageSize, String orderBy, boolean ascending)
          Executes the given s-ramp query xpath and returns a Feed of the matching artifacts.
 org.jboss.resteasy.plugins.providers.atom.Entry SrampAtomApiClient.uploadArtifact(ArtifactType artifactType, InputStream content, String artifactFileName)
          Please refer to javadoc in SrampAtomApiClient.uploadArtifact(String, String, InputStream, String)
 org.jboss.resteasy.plugins.providers.atom.Entry SrampAtomApiClient.uploadArtifact(String artifactModel, String artifactType, InputStream content, String artifactFileName)
          Uploads an artifact to the s-ramp repository.
 



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