Package | Description |
---|---|
org.artificer.atom.archive | |
org.artificer.atom.err | |
org.artificer.client | |
org.artificer.common.error |
Modifier and Type | Class and Description |
---|---|
class |
ArtificerArchiveException
Error thrown by the
ArtificerArchive whenever something goes wrong in there. |
Modifier and Type | Class and Description |
---|---|
class |
ArtificerAtomException
The exception thrown by the Atom layer whenever something goes horribly, horribly wrong.
|
Modifier and Type | Method and Description |
---|---|
org.jboss.downloads.artificer._2013.auditing.AuditEntry |
ArtificerAtomApiClient.addAuditEntry(String artifactUuid,
org.jboss.downloads.artificer._2013.auditing.AuditEntry auditEntry)
Adds a new audit entry on the artifact with the given UUID.
|
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType |
ArtificerAtomApiClient.addComment(String uuid,
ArtifactType type,
String text) |
org.w3._1999._02._22_rdf_syntax_ns_.RDF |
ArtificerAtomApiClient.addOntology(org.w3._1999._02._22_rdf_syntax_ns_.RDF ontology)
Adds on ontology in RDF format to the S-RAMP repository.
|
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType |
ArtificerAtomApiClient.createArtifact(org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType artifact)
Creates a new artifact in the S-RAMP repository.
|
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.StoredQuery |
ArtificerAtomApiClient.createStoredQuery(org.oasis_open.docs.s_ramp.ns.s_ramp_v1.StoredQuery storedQuery)
Adds a stored query to the S-RAMP repository.
|
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.
|
void |
ArtificerAtomApiClient.deleteOntology(String ontologyUuid)
Deletes a single ontology by its UUID.
|
void |
ArtificerAtomApiClient.deleteStoredQuery(String queryName)
Deletes a single stored query by name.
|
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).
|
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(ArtifactSummary artifact)
Convenience method to get the artifact meta-data 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(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.getArtifactMetaData(String artifactUuid)
Gets the full meta-data listing for an Artifact in the S-RAMP repository.
|
org.jboss.downloads.artificer._2013.auditing.AuditEntry |
ArtificerAtomApiClient.getAuditEntry(String artifactUuid,
String auditEntryUuid)
Gets the full audit entry for the given artifact + audit event pair.
|
AuditResultSet |
ArtificerAtomApiClient.getAuditTrailForArtifact(String artifactUuid)
Gets the audit trail for the artifact with the given UUID.
|
AuditResultSet |
ArtificerAtomApiClient.getAuditTrailForArtifact(String artifactUuid,
int startIndex,
int count)
Gets the audit trail for the artifact with the given UUID.
|
AuditResultSet |
ArtificerAtomApiClient.getAuditTrailForUser(String username)
Gets the audit trail for the artifact with the given UUID.
|
AuditResultSet |
ArtificerAtomApiClient.getAuditTrailForUser(String username,
int startIndex,
int count)
Gets the audit trail for the artifact with the given UUID.
|
List<OntologySummary> |
ArtificerAtomApiClient.getOntologies()
Gets a list of all the ontologies currently installed in the S-RAMP repository.
|
org.w3._1999._02._22_rdf_syntax_ns_.RDF |
ArtificerAtomApiClient.getOntology(String ontologyUuid)
Gets a single ontology by UUID.
|
org.jboss.resteasy.plugins.providers.atom.app.AppService |
ArtificerAtomApiClient.getServiceDocument()
Gets the S-RAMP service document.
|
List<org.oasis_open.docs.s_ramp.ns.s_ramp_v1.StoredQuery> |
ArtificerAtomApiClient.getStoredQueries()
Gets a list of all the stored queries currently installed in the S-RAMP repository.
|
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.StoredQuery |
ArtificerAtomApiClient.getStoredQuery(String queryName)
Gets a single stored query by name.
|
List<String> |
ArtificerAtomApiClient.getTypes() |
QueryResultSet |
ArtificerClientQuery.query()
Formats the query given the replacement params, then issues the query
to the S-RAMP repository and returns the result.
|
QueryResultSet |
ArtificerAtomApiClient.query(String srampQuery)
Provides a very simple mechanism for querying.
|
QueryResultSet |
ArtificerAtomApiClient.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 |
ArtificerAtomApiClient.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.
|
QueryResultSet |
ArtificerAtomApiClient.queryWithStoredQuery(String queryName)
|
QueryResultSet |
ArtificerAtomApiClient.queryWithStoredQuery(String queryName,
int startIndex,
int count,
String orderBy,
boolean ascending)
|
QueryResultSet |
ArtificerAtomApiClient.reverseRelationships(String uuid) |
void |
ArtificerAtomApiClient.updateArtifactMetaData(org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType artifact)
Called to update the meta-data stored in the s-ramp repository for the given s-ramp
artifact.
|
void |
ArtificerAtomApiClient.updateOntology(String ontologyUuid,
InputStream content)
Uploads a new version of an ontology to the S-RAMP repository.
|
void |
ArtificerAtomApiClient.updateOntology(String ontologyUuid,
org.w3._1999._02._22_rdf_syntax_ns_.RDF ontology)
Uploads a new version of an ontology to the S-RAMP repository.
|
void |
ArtificerAtomApiClient.updateStoredQuery(String queryName,
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.StoredQuery storedQuery)
Uploads a new version of a stored query to 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.
|
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType |
ArtificerAtomApiClient.uploadArtifact(org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType baseArtifactType,
InputStream content)
Creates a new artifact in the repository by uploading a document.
|
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType |
ArtificerAtomApiClient.uploadArtifact(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(String path)
Creates a new artifact in the repository by uploading a document.
|
Map<String,?> |
ArtificerAtomApiClient.uploadBatch(ArtificerArchive archive)
Performs a batch operation by uploading an s-ramp package archive to the s-ramp server
for processing.
|
org.w3._1999._02._22_rdf_syntax_ns_.RDF |
ArtificerAtomApiClient.uploadOntology(InputStream content)
Uploads an ontology to the S-RAMP repository.
|
Constructor and Description |
---|
ArtificerAtomApiClient(String endpoint,
AuthenticationProvider authenticationProvider,
boolean validating)
Constructor.
|
ArtificerAtomApiClient(String endpoint,
boolean validating)
Constructor.
|
ArtificerAtomApiClient(String endpoint,
String username,
String password,
boolean validating)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ArtificerConflictException
Superclass for Exceptions that result in 409/CONFLICT responses.
|
class |
ArtificerNotFoundException |
class |
ArtificerUserException
Exception thrown when the user/client did something they shouldn't have done.
|
class |
ArtificerWrongModelException
Thrown when an artifact is published to the incorrect model.
|
Copyright © 2011–2015 JBoss, a division of Red Hat. All rights reserved.