| Package | Description |
|---|---|
| org.overlord.sramp.client | |
| org.overlord.sramp.client.query | |
| org.overlord.sramp.common |
| Modifier and Type | Method and Description |
|---|---|
void |
SrampAtomApiClient.deleteArtifact(String uuid,
ArtifactType type)
Delets an artifact from the s-ramp repository.
|
void |
SrampAtomApiClient.deleteArtifactContent(String uuid,
ArtifactType type)
Deletes an artifact's content from the s-ramp repository.
|
InputStream |
SrampAtomApiClient.getArtifactContent(ArtifactType artifactType,
String artifactUuid)
Gets the content for an artifact as an input stream.
|
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType |
SrampAtomApiClient.getArtifactMetaData(ArtifactType artifactType,
String artifactUuid)
Gets the full meta-data listing for an Artifact in the S-RAMP repository.
|
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType |
SrampAtomApiClient.uploadArtifact(ArtifactType artifactType,
InputStream content,
String artifactFileName)
Creates a new artifact in the repository by uploading a document.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactType |
ArtifactSummary.getType() |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactType |
ArtifactType.Document() |
static ArtifactType |
ArtifactType.Document(String mimeType) |
static ArtifactType |
ArtifactType.ExtendedArtifactType(String extendedType,
boolean derived) |
static ArtifactType |
ArtifactType.ExtendedDocument(String extendedType) |
static ArtifactType |
ArtifactType.PolicyDocument() |
static ArtifactType |
ArtifactType.valueOf(org.oasis_open.docs.s_ramp.ns.s_ramp_v1.Artifact artifactWrapper,
String hint)
What kind of artifact is inside that wrapper?
|
static ArtifactType |
ArtifactType.valueOf(org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactEnum apiType)
Figures out the type from the s-ramp API type.
|
static ArtifactType |
ArtifactType.valueOf(org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType artifact)
Figures out the type from the artifact instance.
|
static ArtifactType |
ArtifactType.valueOf(String artifactType)
Figures out the artifact type (enum) from the given S-RAMP artifact type string.
|
static ArtifactType |
ArtifactType.valueOf(String artifactType,
boolean isDocument) |
static ArtifactType |
ArtifactType.valueOf(String model,
String type,
Boolean isDocument)
Determines the ArtifactType from the model and type.
|
static ArtifactType |
ArtifactType.WsdlDocument() |
static ArtifactType |
ArtifactType.XmlDocument() |
static ArtifactType |
ArtifactType.XsdDocument() |
| Constructor and Description |
|---|
ArtifactVerifier(ArtifactType artifactType) |
ArtifactVerifier(org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType oldArtifact,
ArtifactType artifactType) |
Copyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.