Package | Description |
---|---|
org.artificer.client | |
org.artificer.common | |
org.artificer.common.query |
Modifier and Type | Method and Description |
---|---|
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType |
ArtificerAtomApiClient.addComment(String uuid,
ArtifactType type,
String text) |
void |
ArtificerAtomApiClient.deleteArtifact(String uuid,
ArtifactType type)
Delets an artifact from the s-ramp repository.
|
void |
ArtificerAtomApiClient.deleteArtifact(String uuid,
ArtifactType type,
boolean force)
Delets an artifact from the s-ramp repository.
|
InputStream |
ArtificerAtomApiClient.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 |
ArtificerAtomApiClient.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 |
ArtificerAtomApiClient.uploadArtifact(ArtifactType artifactType,
InputStream content,
String artifactFileName)
Creates a new artifact in the repository by uploading a document.
|
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType |
ArtificerAtomApiClient.uploadArtifact(ArtifactType artifactType,
String path)
Creates a new artifact in the repository by uploading a document.
|
Modifier and Type | Method and Description |
---|---|
static ArtifactType |
ArtifactType.Document() |
static ArtifactType |
ArtifactType.Document(String mimeType) |
static ArtifactType |
ArtifactType.ExtendedArtifactType(String extendedType) |
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) |
Modifier and Type | Method and Description |
---|---|
ArtifactType |
ArtifactSummary.getArtifactType() |
Copyright © 2011–2015 JBoss, a division of Red Hat. All rights reserved.