| Package | Description |
|---|---|
| org.artificer.client | |
| org.artificer.client.query | |
| org.artificer.common.query |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
ArtificerAtomApiClient.getArtifactContent(ArtifactSummary artifact)
Convenience method for getting the artifact content given an artifact summary (which are typically
returned when performing s-ramp queries).
|
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType |
ArtificerAtomApiClient.getArtifactMetaData(ArtifactSummary artifact)
Convenience method to get the artifact meta-data given an artifact summary (which are typically
returned when performing s-ramp queries).
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactSummary |
QueryResultSet.get(int index)
Gets an item at the given index.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ArtifactSummary> |
QueryResultSet.iterator() |
| Modifier and Type | Method and Description |
|---|---|
ArtifactSummary |
ReverseRelationship.getSourceArtifact() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReverseRelationship.setSourceArtifact(ArtifactSummary sourceArtifact) |
| Constructor and Description |
|---|
ReverseRelationship(String name,
RelationshipType type,
ArtifactSummary sourceArtifact) |
Copyright © 2011–2015 JBoss, a division of Red Hat. All rights reserved.