A C D G M O Q R S T U V

A

addClaim(String, String, String) - Method in class org.myskua.sac.client.QsacSacClientImpl
SAC method to add a new claim to a SAC.
addClaim(String, String, String) - Method in interface org.myskua.sac.client.SacClient
SAC method to add a new claim to a SAC.
addDelegationTo(String, String) - Method in class org.myskua.sac.client.QsacSacClientImpl
SAC administration method to enable query forwarding (delegation) to a given SAC.
addDelegationTo(String, String) - Method in interface org.myskua.sac.client.SacClient
SAC administration method to enable query forwarding (delegation) to a given SAC.
allowDelegationFrom(String, String) - Method in class org.myskua.sac.client.QsacSacClientImpl
SAC administration method to enable query forwarding (delegation) to be accepted from a given SAC.
allowDelegationFrom(String, String) - Method in interface org.myskua.sac.client.SacClient
SAC administration method to enable query forwarding (delegation) to be accepted from a given SAC.

C

CHANGESET_DELEGATE_TO_ADDITION_TEMPLATE - Static variable in class org.myskua.sac.client.QsacSacClientImpl
Text body for RDF/XML Talis delegateTo addition changeset
CHANGESET_DELEGATE_TO_DELETION_TEMPLATE - Static variable in class org.myskua.sac.client.QsacSacClientImpl
Text body for RDF/XML Talis delegateTo deletion changeset
CHANGESET_END - Static variable in class org.myskua.sac.client.QsacSacClientImpl
Text at end of RDF/XML Talis changeset
CHANGESET_START - Static variable in class org.myskua.sac.client.QsacSacClientImpl
Text at beginning of RDF/XML Talis changeset
createSac(String, String, String) - Method in class org.myskua.sac.client.QsacSacClientImpl
MetaSAC method to create a new SAC at the specified MetaSAC.
createSac(String, String, String, String) - Method in class org.myskua.sac.client.QsacSacClientImpl
MetaSAC method to create a new SAC at the specified MetaSAC.
createSac(String, String, String) - Method in interface org.myskua.sac.client.SacClient
MetaSAC method to create a new SAC at the specified MetaSAC.
createSac(String, String, String, String) - Method in interface org.myskua.sac.client.SacClient
MetaSAC method to create a new SAC at the specified MetaSAC.
CSV_CONTENT - Static variable in interface org.myskua.sac.client.SacClient
Mime-type for SPARQL query results as Comma-Separated Values

D

DELEGATE_TO_PLACEHOLDER - Static variable in class org.myskua.sac.client.QsacSacClientImpl
Placeholder string to be substituted by actual delegation URL
deleteClaim(String) - Method in class org.myskua.sac.client.QsacSacClientImpl
SAC method to delete the claim at the specified URL.
deleteClaim(String) - Method in interface org.myskua.sac.client.SacClient
SAC method to delete the claim at the specified URL.
deleteSac(String) - Method in class org.myskua.sac.client.QsacSacClientImpl
MetaSAC method to delete the SAC specified by the supplied SAC endpoint URL.
deleteSac(String) - Method in interface org.myskua.sac.client.SacClient
MetaSAC method to delete the SAC specified by the supplied SAC endpoint URL.
denyDelegationFrom(String, String) - Method in class org.myskua.sac.client.QsacSacClientImpl
SAC administration method to prevent query forwarding (delegation) from being accepted from a given SAC.
denyDelegationFrom(String, String) - Method in interface org.myskua.sac.client.SacClient
SAC administration method to prevent query forwarding (delegation) from being accepted from a given SAC.
dropDelegationTo(String, String) - Method in class org.myskua.sac.client.QsacSacClientImpl
SAC administration method to disable query forwarding (delegation) to a given SAC.
dropDelegationTo(String, String) - Method in interface org.myskua.sac.client.SacClient
SAC administration method to disable query forwarding (delegation) to a given SAC.

G

getClaim(String) - Method in class org.myskua.sac.client.QsacSacClientImpl
SAC method to retrieve the claim at the specified URL.
getClaim(String, String) - Method in class org.myskua.sac.client.QsacSacClientImpl
SAC method to retrieve the claim at the specified URL.
getClaim(String) - Method in interface org.myskua.sac.client.SacClient
SAC method to retrieve the claim at the specified URL.
getClaim(String, String) - Method in interface org.myskua.sac.client.SacClient
SAC method to retrieve the claim at the specified URL.
getClaimAsResource(String) - Method in class org.myskua.sac.client.QsacSacClientImpl
SAC method to retrieve the claim at the specified URL.
getClaimAsResource(String) - Method in interface org.myskua.sac.client.SacClient
SAC method to retrieve the claim at the specified URL.
getConnection(String) - Method in class org.myskua.sac.client.QsacSacClientImpl
Helper method to open an HTTP connection to a specified endpoint.
getMetaSacInfo(String) - Method in class org.myskua.sac.client.QsacSacClientImpl
MetaSAC method to return some HTML-formatted data about the MetaSAC.
getMetaSacInfo(String) - Method in interface org.myskua.sac.client.SacClient
MetaSAC method to return some HTML-formatted data about the MetaSAC.
getSacContent(String) - Method in class org.myskua.sac.client.QsacSacClientImpl
SAC method to retrieve the content of a SAC.
getSacContent(String, String) - Method in class org.myskua.sac.client.QsacSacClientImpl
SAC method to retrieve the content of a SAC.
getSacContent(String) - Method in interface org.myskua.sac.client.SacClient
SAC method to retrieve the content of a SAC.
getSacContent(String, String) - Method in interface org.myskua.sac.client.SacClient
SAC method to retrieve the content of a SAC.
getSacContentAsResource(String) - Method in class org.myskua.sac.client.QsacSacClientImpl
SAC method to retrieve the content of a SAC.
getSacContentAsResource(String) - Method in interface org.myskua.sac.client.SacClient
SAC method to retrieve the content of a SAC.
getSacEndpoint(String, String) - Method in class org.myskua.sac.client.QsacSacClientImpl
Helper method to construct the RESTful endpoint for a named SAC in a particular QSAC MetaSAC.
getSacListingEndpoint(String) - Method in class org.myskua.sac.client.QsacSacClientImpl
Helper method to construct the RESTful endpoint for viewing QSAC MetaSAC contents.
getSacMetadata(String) - Method in class org.myskua.sac.client.QsacSacClientImpl
SAC method to retrieve any metadata associated with the SAC.
getSacMetadata(String, String) - Method in class org.myskua.sac.client.QsacSacClientImpl
SAC method to retrieve any metadata associated with the SAC.
getSacMetadata(String) - Method in interface org.myskua.sac.client.SacClient
SAC method to retrieve any metadata associated with the SAC.
getSacMetadata(String, String) - Method in interface org.myskua.sac.client.SacClient
SAC method to retrieve any metadata associated with the SAC.
getSacMetadataAsResource(String) - Method in class org.myskua.sac.client.QsacSacClientImpl
SAC method to retrieve any metadata associated with the SAC.
getSacMetadataAsResource(String) - Method in interface org.myskua.sac.client.SacClient
SAC method to retrieve any metadata associated with the SAC.
getValidClaimMimeTypes() - Static method in class org.myskua.sac.client.SacUtils
Returns a comma-separated list of the allowed mime-types for claims, suitable for use in error messages.
getValidResultsMimeTypes() - Static method in class org.myskua.sac.client.SacUtils
Returns a comma-separated list of the allowed mime-types for SPARQL query results, * suitable for use in error messages.

M

METADATA_POST_SUFFIX - Static variable in class org.myskua.sac.client.QsacSacClientImpl
Suffix expected by QSAC interface for metadata posting
METADATA_SUFFIX - Static variable in class org.myskua.sac.client.QsacSacClientImpl
Suffix expected by QSAC interface for metadata retrieves
model - Variable in class org.myskua.sac.client.QsacSacClientImpl
Jena model for constructing Jena RDF Resources.

O

org.myskua.sac.client - package org.myskua.sac.client
 

Q

QsacSacClientImpl - Class in org.myskua.sac.client
SAC client implementation to operate against a Quaestor-based QSAC.
QsacSacClientImpl() - Constructor for class org.myskua.sac.client.QsacSacClientImpl
 

R

RDF_TEXT_CONTENT - Static variable in interface org.myskua.sac.client.SacClient
Mime-type for RDF N3
RDF_XML_CONTENT - Static variable in interface org.myskua.sac.client.SacClient
Mime-type for RDF XML
readConnectionError(HttpURLConnection) - Method in class org.myskua.sac.client.QsacSacClientImpl
Helper method to read any available error stream data from an open HTTP connection.
readConnectionInput(HttpURLConnection) - Method in class org.myskua.sac.client.QsacSacClientImpl
Helper method to read any available input stream from an open HTTP connection.
replaceClaim(String, String, String) - Method in class org.myskua.sac.client.QsacSacClientImpl
SAC method to replace a pre-existing claim.
replaceClaim(String, String, String) - Method in interface org.myskua.sac.client.SacClient
SAC method to replace a pre-existing claim.
runQuery(String, String, String) - Method in class org.myskua.sac.client.QsacSacClientImpl
SAC method to run a SPARQL query against the SAC at the specified URL, and return the results of this query in the specified format.
runQuery(String, String, String) - Method in interface org.myskua.sac.client.SacClient
SAC method to run a SPARQL query against the SAC at the specified URL, and return the results of this query in the specified format.

S

SAC_ERROR_END - Static variable in class org.myskua.sac.client.QsacSacClientImpl
Text at end of QSAC HTML-formatted error message
SAC_ERROR_START - Static variable in class org.myskua.sac.client.QsacSacClientImpl
Text at start of QSAC HTML-formatted error message
SacClient - Interface in org.myskua.sac.client
Public interface for the (Meta-)SAC client.
SacClientConnectionException - Exception in org.myskua.sac.client
An exception to be thrown when an underlying communication problem occurs while attempting a SAC or MetaSAC operation.
SacClientConnectionException(String, Throwable) - Constructor for exception org.myskua.sac.client.SacClientConnectionException
Constructor taking the cause of the error (an exception/error) and a message describing the context.
SacClientConnectionException(Throwable) - Constructor for exception org.myskua.sac.client.SacClientConnectionException
Convenience constructor that just takes the cause of the error.
SacClientConnectionException(String) - Constructor for exception org.myskua.sac.client.SacClientConnectionException
This constructor should not be used when catching and rethrowing exceptions, only when generating fresh exceptions.
SacClientException - Exception in org.myskua.sac.client
An exception for when things go wrong communicating with a SAC or MetaSAC.
SacClientException(String, Throwable) - Constructor for exception org.myskua.sac.client.SacClientException
Constructor taking the cause of the error (an exception/error) and a message describing the context
SacClientException(Throwable) - Constructor for exception org.myskua.sac.client.SacClientException
Convenience constructor that just takes the cause of the error
SacClientException(String) - Constructor for exception org.myskua.sac.client.SacClientException
This constructor should not be used when catching and rethrowing exceptions, only when generating fresh exceptions.
SacClientTargetException - Exception in org.myskua.sac.client
An exception to be thrown when a SAC or MetaSAC operation is attempted on an entity that doesn't exist (for example, deleting a non-existent SAC).
SacClientTargetException(String, Throwable) - Constructor for exception org.myskua.sac.client.SacClientTargetException
Constructor taking the cause of the error (an exception/error) and a message describing the context.
SacClientTargetException(Throwable) - Constructor for exception org.myskua.sac.client.SacClientTargetException
Convenience constructor that just takes the cause of the error.
SacClientTargetException(String) - Constructor for exception org.myskua.sac.client.SacClientTargetException
This constructor should not be used when catching and rethrowing exceptions, only when generating fresh exceptions.
SacUtils - Class in org.myskua.sac.client
Class implementing static utility methods that might be useful to a variety of SacClient implementations.
SacUtils() - Constructor for class org.myskua.sac.client.SacUtils
 
SPARQL_CONTENT - Static variable in interface org.myskua.sac.client.SacClient
Mime-type for SPARQL queries
SPARQL_RESULTS_CONTENT - Static variable in interface org.myskua.sac.client.SacClient
Mime-type for SPARQL query results as XML

T

TALIS_CHANGESET_CONTENT - Static variable in interface org.myskua.sac.client.SacClient
Mime-type for SPARQL query results as plaintext
TEXT_CONTENT - Static variable in interface org.myskua.sac.client.SacClient
Mime-type for SPARQL query results as plaintext
tryForErrorMessage(HttpURLConnection) - Method in class org.myskua.sac.client.QsacSacClientImpl
Helper method to read any available information from an open HTTP connection when an error has occurred.
TSV_CONTENT - Static variable in interface org.myskua.sac.client.SacClient
Mime-type for SPARQL query results as Tab-Separated Values
TURTLE_CONTENT - Static variable in interface org.myskua.sac.client.SacClient
Mime-type for Turtle

U

updateSacMetadata(String, String) - Method in class org.myskua.sac.client.QsacSacClientImpl
Helper method to submit changed SAC metadata.

V

validClaimMimeType(String) - Static method in class org.myskua.sac.client.SacUtils
Checks that the supplied mime-type is an allowed one for claims.
validResultsMimeType(String) - Static method in class org.myskua.sac.client.SacUtils
Checks that the supplied mime-type is an allowed one for SPARQL query results.

A C D G M O Q R S T U V