From 1c0d05175efb990fc0c5d800d65455da5e57bc26 Mon Sep 17 00:00:00 2001 From: stellamit Date: Thu, 31 May 2012 18:12:38 +0000 Subject: [PATCH] initial javadoc for RDFService --- doc/rdfservice/doc/allclasses-frame.html | 47 ++ doc/rdfservice/doc/allclasses-noframe.html | 47 ++ doc/rdfservice/doc/constant-values.html | 144 +++++ doc/rdfservice/doc/deprecated-list.html | 144 +++++ .../webapp/rdfservice/ChangeListener.html | 254 ++++++++ .../vitro/webapp/rdfservice/ChangeSet.html | 391 ++++++++++++ .../rdfservice/ModelChange.Operation.html | 323 ++++++++++ .../vitro/webapp/rdfservice/ModelChange.html | 374 ++++++++++++ .../RDFService.ModelSerializationFormat.html | 323 ++++++++++ .../rdfservice/RDFService.ResultFormat.html | 355 +++++++++++ .../RDFService.SPARQLQueryType.html | 355 +++++++++++ .../vitro/webapp/rdfservice/RDFService.html | 568 ++++++++++++++++++ .../rdfservice/RDFServiceException.html | 252 ++++++++ .../rdfservice/class-use/ChangeListener.html | 175 ++++++ .../rdfservice/class-use/ChangeSet.html | 182 ++++++ .../class-use/ModelChange.Operation.html | 209 +++++++ .../rdfservice/class-use/ModelChange.html | 192 ++++++ .../RDFService.ModelSerializationFormat.html | 247 ++++++++ .../class-use/RDFService.ResultFormat.html | 191 ++++++ .../class-use/RDFService.SPARQLQueryType.html | 198 ++++++ .../rdfservice/class-use/RDFService.html | 142 +++++ .../class-use/RDFServiceException.html | 266 ++++++++ .../webapp/rdfservice/package-frame.html | 66 ++ .../webapp/rdfservice/package-summary.html | 207 +++++++ .../vitro/webapp/rdfservice/package-tree.html | 168 ++++++ .../vitro/webapp/rdfservice/package-use.html | 197 ++++++ doc/rdfservice/doc/help-doc.html | 215 +++++++ doc/rdfservice/doc/index-files/index-1.html | 149 +++++ doc/rdfservice/doc/index-files/index-10.html | 168 ++++++ doc/rdfservice/doc/index-files/index-2.html | 144 +++++ doc/rdfservice/doc/index-files/index-3.html | 140 +++++ doc/rdfservice/doc/index-files/index-4.html | 170 ++++++ doc/rdfservice/doc/index-files/index-5.html | 149 +++++ doc/rdfservice/doc/index-files/index-6.html | 153 +++++ doc/rdfservice/doc/index-files/index-7.html | 153 +++++ doc/rdfservice/doc/index-files/index-8.html | 170 ++++++ doc/rdfservice/doc/index-files/index-9.html | 144 +++++ doc/rdfservice/doc/index.html | 36 ++ doc/rdfservice/doc/overview-tree.html | 170 ++++++ doc/rdfservice/doc/package-list | 1 + doc/rdfservice/doc/resources/inherit.gif | Bin 0 -> 57 bytes doc/rdfservice/doc/serialized-form.html | 161 +++++ doc/rdfservice/doc/stylesheet.css | 29 + 43 files changed, 8169 insertions(+) create mode 100644 doc/rdfservice/doc/allclasses-frame.html create mode 100644 doc/rdfservice/doc/allclasses-noframe.html create mode 100644 doc/rdfservice/doc/constant-values.html create mode 100644 doc/rdfservice/doc/deprecated-list.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/ChangeListener.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/ChangeSet.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/ModelChange.Operation.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/ModelChange.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFService.ModelSerializationFormat.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFService.ResultFormat.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFService.SPARQLQueryType.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFService.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFServiceException.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/ChangeListener.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/ChangeSet.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/ModelChange.Operation.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/ModelChange.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/RDFService.ModelSerializationFormat.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/RDFService.ResultFormat.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/RDFService.SPARQLQueryType.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/RDFService.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/RDFServiceException.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/package-frame.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/package-summary.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/package-tree.html create mode 100644 doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/package-use.html create mode 100644 doc/rdfservice/doc/help-doc.html create mode 100644 doc/rdfservice/doc/index-files/index-1.html create mode 100644 doc/rdfservice/doc/index-files/index-10.html create mode 100644 doc/rdfservice/doc/index-files/index-2.html create mode 100644 doc/rdfservice/doc/index-files/index-3.html create mode 100644 doc/rdfservice/doc/index-files/index-4.html create mode 100644 doc/rdfservice/doc/index-files/index-5.html create mode 100644 doc/rdfservice/doc/index-files/index-6.html create mode 100644 doc/rdfservice/doc/index-files/index-7.html create mode 100644 doc/rdfservice/doc/index-files/index-8.html create mode 100644 doc/rdfservice/doc/index-files/index-9.html create mode 100644 doc/rdfservice/doc/index.html create mode 100644 doc/rdfservice/doc/overview-tree.html create mode 100644 doc/rdfservice/doc/package-list create mode 100644 doc/rdfservice/doc/resources/inherit.gif create mode 100644 doc/rdfservice/doc/serialized-form.html create mode 100644 doc/rdfservice/doc/stylesheet.css diff --git a/doc/rdfservice/doc/allclasses-frame.html b/doc/rdfservice/doc/allclasses-frame.html new file mode 100644 index 000000000..87e9cc064 --- /dev/null +++ b/doc/rdfservice/doc/allclasses-frame.html @@ -0,0 +1,47 @@ + + + + + + +All Classes + + + + + + + + + + + +All Classes +
+ + + + + +
ChangeListener +
+ChangeSet +
+ModelChange +
+ModelChange.Operation +
+RDFService +
+RDFService.ModelSerializationFormat +
+RDFService.ResultFormat +
+RDFService.SPARQLQueryType +
+RDFServiceException +
+
+ + + diff --git a/doc/rdfservice/doc/allclasses-noframe.html b/doc/rdfservice/doc/allclasses-noframe.html new file mode 100644 index 000000000..0455a39a9 --- /dev/null +++ b/doc/rdfservice/doc/allclasses-noframe.html @@ -0,0 +1,47 @@ + + + + + + +All Classes + + + + + + + + + + + +All Classes +
+ + + + + +
ChangeListener +
+ChangeSet +
+ModelChange +
+ModelChange.Operation +
+RDFService +
+RDFService.ModelSerializationFormat +
+RDFService.ResultFormat +
+RDFService.SPARQLQueryType +
+RDFServiceException +
+
+ + + diff --git a/doc/rdfservice/doc/constant-values.html b/doc/rdfservice/doc/constant-values.html new file mode 100644 index 000000000..ce9caf148 --- /dev/null +++ b/doc/rdfservice/doc/constant-values.html @@ -0,0 +1,144 @@ + + + + + + +Constant Field Values + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Constant Field Values

+
+
+Contents + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/deprecated-list.html b/doc/rdfservice/doc/deprecated-list.html new file mode 100644 index 000000000..13f5c7ee7 --- /dev/null +++ b/doc/rdfservice/doc/deprecated-list.html @@ -0,0 +1,144 @@ + + + + + + +Deprecated List + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+Contents + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/ChangeListener.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/ChangeListener.html new file mode 100644 index 000000000..166db2c8a --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/ChangeListener.html @@ -0,0 +1,254 @@ + + + + + + +ChangeListener + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +edu.cornell.mannlib.vitro.webapp.rdfservice +
+Interface ChangeListener

+
+
+
public interface ChangeListener
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddedStatement(java.lang.String serializedTriple, + java.lang.String graphURI) + +
+          Override this to listen to all statements added to the RDF store.
+ voidnotifyEvent(java.lang.String graphURI, + java.lang.Object event) + +
+          Override this to listen to events pertaining to the given graphURI.
+ voidremovedStatement(java.lang.String serializedTriple, + java.lang.String graphURI) + +
+          Override this to listen to all statements removed from the RDF store.
+  +

+ + + + + + + + +
+Method Detail
+ +

+addedStatement

+
+void addedStatement(java.lang.String serializedTriple,
+                    java.lang.String graphURI)
+
+
Override this to listen to all statements added to the RDF store. +

+

+
Parameters:
serializedTriple - - the added statement in n3 format
graphURI - - the graph to which the statement was added
+
+
+
+ +

+removedStatement

+
+void removedStatement(java.lang.String serializedTriple,
+                      java.lang.String graphURI)
+
+
Override this to listen to all statements removed from the RDF store. +

+

+
Parameters:
serializedTriple - - the removed statement in n3 format
graphURI - - the graph from which the statement was removed
+
+
+
+ +

+notifyEvent

+
+void notifyEvent(java.lang.String graphURI,
+                 java.lang.Object event)
+
+
Override this to listen to events pertaining to the given graphURI. +

+

+
Parameters:
graphURI - - the graph to which the event pertains
event - - the event that occurred.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/ChangeSet.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/ChangeSet.html new file mode 100644 index 000000000..e6253f016 --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/ChangeSet.html @@ -0,0 +1,391 @@ + + + + + + +ChangeSet + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +edu.cornell.mannlib.vitro.webapp.rdfservice +
+Interface ChangeSet

+
+
+
public interface ChangeSet
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddAddition(java.io.InputStream model, + RDFService.ModelSerializationFormat serializationFormat, + java.lang.String graphURI) + +
+          Adds one model change representing an addition to the list of model changes
+ voidaddRemoval(java.io.InputStream model, + RDFService.ModelSerializationFormat serializationFormat, + java.lang.String graphURI) + +
+          Adds one model change representing a deletion to the list of model changes
+ java.util.List<ModelChange>getModelChanges() + +
+          Getter for the list of model changes
+ java.lang.StringgetPreconditionQuery() + +
+          Getter for the precondition query
+ RDFService.SPARQLQueryTypegetPreconditionQueryType() + +
+          Getter for the precondition query type
+ ModelChangemanufactureModelChange() + +
+          Creates an instance of the ModelChange class
+ ModelChangemanufactureModelChange(java.io.InputStream serializedModel, + RDFService.ModelSerializationFormat serializationFormat, + ModelChange.Operation operation, + java.lang.String graphURI) + +
+          Creates an instance of the ModelChange class
+ voidsetPreconditionQuery(java.lang.String preconditionQuery) + +
+          Setter for the precondition query
+ voidsetPreconditionQueryType(RDFService.SPARQLQueryType queryType) + +
+          Setter for the precondition query type
+  +

+ + + + + + + + +
+Method Detail
+ +

+getPreconditionQuery

+
+java.lang.String getPreconditionQuery()
+
+
Getter for the precondition query +

+

+ +
Returns:
String - a SPARQL query
+
+
+
+ +

+setPreconditionQuery

+
+void setPreconditionQuery(java.lang.String preconditionQuery)
+
+
Setter for the precondition query +

+

+
Parameters:
preconditionQuery - - a SPARQL query
+
+
+
+ +

+getPreconditionQueryType

+
+RDFService.SPARQLQueryType getPreconditionQueryType()
+
+
Getter for the precondition query type +

+

+ +
Returns:
RDFService.SPARQLQueryType - the precondition query type
+
+
+
+ +

+setPreconditionQueryType

+
+void setPreconditionQueryType(RDFService.SPARQLQueryType queryType)
+
+
Setter for the precondition query type +

+

+
Parameters:
queryType - - the precondition query type
+
+
+
+ +

+getModelChanges

+
+java.util.List<ModelChange> getModelChanges()
+
+
Getter for the list of model changes +

+

+ +
Returns:
List - list of model changes
+
+
+
+ +

+addAddition

+
+void addAddition(java.io.InputStream model,
+                 RDFService.ModelSerializationFormat serializationFormat,
+                 java.lang.String graphURI)
+
+
Adds one model change representing an addition to the list of model changes +

+

+
Parameters:
model - - a serialized RDF model (collection of triples)
serializationFormat - - format of the serialized RDF model
graphURI - - URI of the graph to which the RDF model should be added
+
+
+
+ +

+addRemoval

+
+void addRemoval(java.io.InputStream model,
+                RDFService.ModelSerializationFormat serializationFormat,
+                java.lang.String graphURI)
+
+
Adds one model change representing a deletion to the list of model changes +

+

+
Parameters:
model - - a serialized RDF model (collection of triples)
serializationFormat - - format of the serialized RDF model
graphURI - - URI of the graph from which the RDF model should be removed
+
+
+
+ +

+manufactureModelChange

+
+ModelChange manufactureModelChange()
+
+
Creates an instance of the ModelChange class +

+

+
+
+
+
+ +

+manufactureModelChange

+
+ModelChange manufactureModelChange(java.io.InputStream serializedModel,
+                                   RDFService.ModelSerializationFormat serializationFormat,
+                                   ModelChange.Operation operation,
+                                   java.lang.String graphURI)
+
+
Creates an instance of the ModelChange class +

+

+
Parameters:
serializedModel - - a serialized RDF model (collection of triples)
serializationFormat - - format of the serialized RDF model
operation - - the type of operation to be performed with the serialized RDF model
graphURI - - URI of the graph on which to apply the model change operation
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/ModelChange.Operation.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/ModelChange.Operation.html new file mode 100644 index 000000000..5e2790179 --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/ModelChange.Operation.html @@ -0,0 +1,323 @@ + + + + + + +ModelChange.Operation + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +edu.cornell.mannlib.vitro.webapp.rdfservice +
+Enum ModelChange.Operation

+
+java.lang.Object
+  extended by java.lang.Enum<ModelChange.Operation>
+      extended by edu.cornell.mannlib.vitro.webapp.rdfservice.ModelChange.Operation
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ModelChange.Operation>
+
+
+
Enclosing interface:
ModelChange
+
+
+
+
public static enum ModelChange.Operation
extends java.lang.Enum<ModelChange.Operation>
+ + +

+


+ +

+ + + + + + + + + + + + + +
+Enum Constant Summary
ADD + +
+           
REMOVE + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static ModelChange.OperationvalueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static ModelChange.Operation[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+ADD

+
+public static final ModelChange.Operation ADD
+
+
+
+
+
+ +

+REMOVE

+
+public static final ModelChange.Operation REMOVE
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static ModelChange.Operation[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (ModelChange.Operation c : ModelChange.Operation.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static ModelChange.Operation valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/ModelChange.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/ModelChange.html new file mode 100644 index 000000000..ca99aff4b --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/ModelChange.html @@ -0,0 +1,374 @@ + + + + + + +ModelChange + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +edu.cornell.mannlib.vitro.webapp.rdfservice +
+Interface ModelChange

+
+
+
public interface ModelChange
+ + +

+


+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static classModelChange.Operation + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetGraphURI() + +
+          Getter for the URI of the graph to which to apply the change
+ ModelChange.OperationgetOperation() + +
+          Getter for the operation type
+ RDFService.ModelSerializationFormatgetSerializationFormat() + +
+          Getter for the serialization format of the model
+ java.io.InputStreamgetSerializedModel() + +
+          Getter for the serialized model
+ voidsetGraphURI(java.lang.String graphURI) + +
+          Setter for the URI of the graph to which to apply the change
+ voidsetOperation(ModelChange.Operation operation) + +
+          Setter for the operation type
+ voidsetSerializationFormat(RDFService.ModelSerializationFormat serializationFormat) + +
+          Setter for the serialization format of the model
+ voidsetSerializedModel(java.io.InputStream serializedModel) + +
+          Setter for the serialized model
+  +

+ + + + + + + + +
+Method Detail
+ +

+getSerializedModel

+
+java.io.InputStream getSerializedModel()
+
+
Getter for the serialized model +

+

+ +
Returns:
InputStream - a serialized model (collection of RDF triples) representing a change to make
+
+
+
+ +

+setSerializedModel

+
+void setSerializedModel(java.io.InputStream serializedModel)
+
+
Setter for the serialized model +

+

+
Parameters:
serializedModel - - a serialized model (collection of RDF triples) representing a change to make
+
+
+
+ +

+getSerializationFormat

+
+RDFService.ModelSerializationFormat getSerializationFormat()
+
+
Getter for the serialization format of the model +

+

+ +
Returns:
RDFService.ModelSerializationFormat - the serialization format of the model
+
+
+
+ +

+setSerializationFormat

+
+void setSerializationFormat(RDFService.ModelSerializationFormat serializationFormat)
+
+
Setter for the serialization format of the model +

+

+
Parameters:
serializationFormat - - the serialization format of the model
+
+
+
+ +

+getOperation

+
+ModelChange.Operation getOperation()
+
+
Getter for the operation type +

+

+ +
Returns:
ModelChange.Operation - the operation to be performed
+
+
+
+ +

+setOperation

+
+void setOperation(ModelChange.Operation operation)
+
+
Setter for the operation type +

+

+
Parameters:
operation - - the operation to be performed
+
+
+
+ +

+getGraphURI

+
+java.lang.String getGraphURI()
+
+
Getter for the URI of the graph to which to apply the change +

+

+ +
Returns:
String - the URI of the graph to which to apply the change
+
+
+
+ +

+setGraphURI

+
+void setGraphURI(java.lang.String graphURI)
+
+
Setter for the URI of the graph to which to apply the change +

+

+
Parameters:
graphURI - - the URI of the graph to which to apply the change
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFService.ModelSerializationFormat.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFService.ModelSerializationFormat.html new file mode 100644 index 000000000..d0038052b --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFService.ModelSerializationFormat.html @@ -0,0 +1,323 @@ + + + + + + +RDFService.ModelSerializationFormat + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +edu.cornell.mannlib.vitro.webapp.rdfservice +
+Enum RDFService.ModelSerializationFormat

+
+java.lang.Object
+  extended by java.lang.Enum<RDFService.ModelSerializationFormat>
+      extended by edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService.ModelSerializationFormat
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<RDFService.ModelSerializationFormat>
+
+
+
Enclosing interface:
RDFService
+
+
+
+
public static enum RDFService.ModelSerializationFormat
extends java.lang.Enum<RDFService.ModelSerializationFormat>
+ + +

+


+ +

+ + + + + + + + + + + + + +
+Enum Constant Summary
N3 + +
+           
RDFXML + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static RDFService.ModelSerializationFormatvalueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static RDFService.ModelSerializationFormat[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+RDFXML

+
+public static final RDFService.ModelSerializationFormat RDFXML
+
+
+
+
+
+ +

+N3

+
+public static final RDFService.ModelSerializationFormat N3
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static RDFService.ModelSerializationFormat[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (RDFService.ModelSerializationFormat c : RDFService.ModelSerializationFormat.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static RDFService.ModelSerializationFormat valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFService.ResultFormat.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFService.ResultFormat.html new file mode 100644 index 000000000..ade5fc894 --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFService.ResultFormat.html @@ -0,0 +1,355 @@ + + + + + + +RDFService.ResultFormat + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +edu.cornell.mannlib.vitro.webapp.rdfservice +
+Enum RDFService.ResultFormat

+
+java.lang.Object
+  extended by java.lang.Enum<RDFService.ResultFormat>
+      extended by edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService.ResultFormat
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<RDFService.ResultFormat>
+
+
+
Enclosing interface:
RDFService
+
+
+
+
public static enum RDFService.ResultFormat
extends java.lang.Enum<RDFService.ResultFormat>
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
CSV + +
+           
JSON + +
+           
TEXT + +
+           
XML + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static RDFService.ResultFormatvalueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static RDFService.ResultFormat[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+JSON

+
+public static final RDFService.ResultFormat JSON
+
+
+
+
+
+ +

+CSV

+
+public static final RDFService.ResultFormat CSV
+
+
+
+
+
+ +

+XML

+
+public static final RDFService.ResultFormat XML
+
+
+
+
+
+ +

+TEXT

+
+public static final RDFService.ResultFormat TEXT
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static RDFService.ResultFormat[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (RDFService.ResultFormat c : RDFService.ResultFormat.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static RDFService.ResultFormat valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFService.SPARQLQueryType.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFService.SPARQLQueryType.html new file mode 100644 index 000000000..a9b5b5f16 --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFService.SPARQLQueryType.html @@ -0,0 +1,355 @@ + + + + + + +RDFService.SPARQLQueryType + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +edu.cornell.mannlib.vitro.webapp.rdfservice +
+Enum RDFService.SPARQLQueryType

+
+java.lang.Object
+  extended by java.lang.Enum<RDFService.SPARQLQueryType>
+      extended by edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService.SPARQLQueryType
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<RDFService.SPARQLQueryType>
+
+
+
Enclosing interface:
RDFService
+
+
+
+
public static enum RDFService.SPARQLQueryType
extends java.lang.Enum<RDFService.SPARQLQueryType>
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
ASK + +
+           
CONSTRUCT + +
+           
DESCRIBE + +
+           
SELECT + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static RDFService.SPARQLQueryTypevalueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static RDFService.SPARQLQueryType[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+SELECT

+
+public static final RDFService.SPARQLQueryType SELECT
+
+
+
+
+
+ +

+CONSTRUCT

+
+public static final RDFService.SPARQLQueryType CONSTRUCT
+
+
+
+
+
+ +

+DESCRIBE

+
+public static final RDFService.SPARQLQueryType DESCRIBE
+
+
+
+
+
+ +

+ASK

+
+public static final RDFService.SPARQLQueryType ASK
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static RDFService.SPARQLQueryType[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (RDFService.SPARQLQueryType c : RDFService.SPARQLQueryType.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static RDFService.SPARQLQueryType valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFService.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFService.html new file mode 100644 index 000000000..578c6f18c --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFService.html @@ -0,0 +1,568 @@ + + + + + + +RDFService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +edu.cornell.mannlib.vitro.webapp.rdfservice +
+Interface RDFService

+
+
+
public interface RDFService
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Nested Class Summary
+static classRDFService.ModelSerializationFormat + +
+           
+static classRDFService.ResultFormat + +
+           
+static classRDFService.SPARQLQueryType + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanchangeSetUpdate(ChangeSet changeSet) + +
+          Perform a series of additions to and or removals from specified graphs + in the RDF store.
+ java.lang.StringgetDefaultWriteGraphURI() + +
+          Get the URI of the default write graph
+ voidgetGraphMetadata() + +
+          TBD - we need to define this method
+ java.util.List<java.lang.String>getGraphURIs() + +
+          Get a list of all the graph URIs in the RDF store.
+ ChangeSetmanufactureChangeSet() + +
+          Create a ChangeSet object
+ voidnewIndividual(java.lang.String individualURI, + java.lang.String individualTypeURI) + +
+          If the given individual already exists in the default graph, throws an + RDFServiceException, otherwise adds one type assertion to the default + graph.
+ voidnewIndividual(java.lang.String individualURI, + java.lang.String individualTypeURI, + java.lang.String graphURI) + +
+          If the given individual already exists in the given graph, throws an + RDFServiceException, otherwise adds one type assertion to the given + graph.
+ voidregisterListener(ChangeListener changeListener) + +
+          Register a listener to listen to changes in any graph in + the RDF store.
+ booleansparqlAskQuery(java.lang.String query) + +
+          Performs a SPARQL ASK query against the knowledge base.
+ java.io.InputStreamsparqlConstructQuery(java.lang.String query, + RDFService.ModelSerializationFormat resultFormat) + +
+          Performs a SPARQL construct query against the knowledge base.
+ java.io.InputStreamsparqlDescribeQuery(java.lang.String query, + RDFService.ModelSerializationFormat resultFormat) + +
+          Performs a SPARQL describe query against the knowledge base.
+ java.io.InputStreamsparqlSelectQuery(java.lang.String query, + RDFService.ResultFormat resultFormat) + +
+          Performs a SPARQL select query against the knowledge base.
+ voidunregisterListener(ChangeListener changeListener) + +
+          Unregister a listener from listening to changes in + the RDF store in any graph.
+  +

+ + + + + + + + +
+Method Detail
+ +

+changeSetUpdate

+
+boolean changeSetUpdate(ChangeSet changeSet)
+                        throws RDFServiceException
+
+
Perform a series of additions to and or removals from specified graphs + in the RDF store. preConditionSparql will be executed against the + union of all the graphs in the knowledge base before any updates are made. + If the precondition query returns a non-empty result, no updates + will be made. +

+

+
Parameters:
changeSet - - a set of changes to be performed on the RDF store. +
Returns:
boolean - indicates whether the precondition was satisfied +
Throws: +
RDFServiceException
+
+
+
+ +

+newIndividual

+
+void newIndividual(java.lang.String individualURI,
+                   java.lang.String individualTypeURI)
+                   throws RDFServiceException
+
+
If the given individual already exists in the default graph, throws an + RDFServiceException, otherwise adds one type assertion to the default + graph. +

+

+
Parameters:
individualURI - - URI of the individual to be added
individualTypeURI - - URI of the type for the individual +
Throws: +
RDFServiceException
+
+
+
+ +

+newIndividual

+
+void newIndividual(java.lang.String individualURI,
+                   java.lang.String individualTypeURI,
+                   java.lang.String graphURI)
+                   throws RDFServiceException
+
+
If the given individual already exists in the given graph, throws an + RDFServiceException, otherwise adds one type assertion to the given + graph. +

+

+
Parameters:
individualURI - - URI of the individual to be added
individualTypeURI - - URI of the type for the individual
graphURI - - URI of the graph to which to add the individual +
Throws: +
RDFServiceException
+
+
+
+ +

+sparqlConstructQuery

+
+java.io.InputStream sparqlConstructQuery(java.lang.String query,
+                                         RDFService.ModelSerializationFormat resultFormat)
+                                         throws RDFServiceException
+
+
Performs a SPARQL construct query against the knowledge base. The query may have + an embedded graph identifier. +

+

+
Parameters:
query - - the SPARQL query to be executed against the RDF store
resultFormat - - type of serialization for RDF result of the SPARQL query +
Returns:
InputStream - the result of the query +
Throws: +
RDFServiceException
+
+
+
+ +

+sparqlDescribeQuery

+
+java.io.InputStream sparqlDescribeQuery(java.lang.String query,
+                                        RDFService.ModelSerializationFormat resultFormat)
+                                        throws RDFServiceException
+
+
Performs a SPARQL describe query against the knowledge base. The query may have + an embedded graph identifier. +

+

+
Parameters:
query - - the SPARQL query to be executed against the RDF store
resultFormat - - type of serialization for RDF result of the SPARQL query +
Returns:
InputStream - the result of the query +
Throws: +
RDFServiceException
+
+
+
+ +

+sparqlSelectQuery

+
+java.io.InputStream sparqlSelectQuery(java.lang.String query,
+                                      RDFService.ResultFormat resultFormat)
+                                      throws RDFServiceException
+
+
Performs a SPARQL select query against the knowledge base. The query may have + an embedded graph identifier. +

+

+
Parameters:
query - - the SPARQL query to be executed against the RDF store
resultFormat - - format for the result of the Select query +
Returns:
InputStream - the result of the query +
Throws: +
RDFServiceException
+
+
+
+ +

+sparqlAskQuery

+
+boolean sparqlAskQuery(java.lang.String query)
+                       throws RDFServiceException
+
+
Performs a SPARQL ASK query against the knowledge base. The query may have + an embedded graph identifier. +

+

+
Parameters:
query - - the SPARQL query to be executed against the RDF store +
Returns:
boolean - the result of the SPARQL query +
Throws: +
RDFServiceException
+
+
+
+ +

+getGraphURIs

+
+java.util.List<java.lang.String> getGraphURIs()
+                                              throws RDFServiceException
+
+
Get a list of all the graph URIs in the RDF store. +

+

+ +
Returns:
List - list of all the graph URIs in the RDF store +
Throws: +
RDFServiceException
+
+
+
+ +

+getGraphMetadata

+
+void getGraphMetadata()
+                      throws RDFServiceException
+
+
TBD - we need to define this method +

+

+ +
Throws: +
RDFServiceException
+
+
+
+ +

+getDefaultWriteGraphURI

+
+java.lang.String getDefaultWriteGraphURI()
+                                         throws RDFServiceException
+
+
Get the URI of the default write graph +

+

+ +
Returns:
String URI of default write graph +
Throws: +
RDFServiceException
+
+
+
+ +

+registerListener

+
+void registerListener(ChangeListener changeListener)
+                      throws RDFServiceException
+
+
Register a listener to listen to changes in any graph in + the RDF store. +

+

+
Parameters:
changeListener - - the change listener +
Throws: +
RDFServiceException
+
+
+
+ +

+unregisterListener

+
+void unregisterListener(ChangeListener changeListener)
+                        throws RDFServiceException
+
+
Unregister a listener from listening to changes in + the RDF store in any graph. +

+

+
Parameters:
changeListener - - the change listener +
Throws: +
RDFServiceException
+
+
+
+ +

+manufactureChangeSet

+
+ChangeSet manufactureChangeSet()
+
+
Create a ChangeSet object +

+

+ +
Returns:
ChangeSet an empty ChangeSet object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFServiceException.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFServiceException.html new file mode 100644 index 000000000..faceaf9d8 --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/RDFServiceException.html @@ -0,0 +1,252 @@ + + + + + + +RDFServiceException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +edu.cornell.mannlib.vitro.webapp.rdfservice +
+Class RDFServiceException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by edu.cornell.mannlib.vitro.webapp.rdfservice.RDFServiceException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class RDFServiceException
extends java.lang.Exception
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
RDFServiceException() + +
+           
RDFServiceException(java.lang.String message) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+RDFServiceException

+
+public RDFServiceException()
+
+
+
+ +

+RDFServiceException

+
+public RDFServiceException(java.lang.String message)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/ChangeListener.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/ChangeListener.html new file mode 100644 index 000000000..131314010 --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/ChangeListener.html @@ -0,0 +1,175 @@ + + + + + + +Uses of Interface edu.cornell.mannlib.vitro.webapp.rdfservice.ChangeListener + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
edu.cornell.mannlib.vitro.webapp.rdfservice.ChangeListener

+
+ + + + + +
+Uses of ChangeListener in edu.cornell.mannlib.vitro.webapp.rdfservice
+  +

+ + + + + + + + + + + + + +
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice with parameters of type ChangeListener
+ voidRDFService.registerListener(ChangeListener changeListener) + +
+          Register a listener to listen to changes in any graph in + the RDF store.
+ voidRDFService.unregisterListener(ChangeListener changeListener) + +
+          Unregister a listener from listening to changes in + the RDF store in any graph.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/ChangeSet.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/ChangeSet.html new file mode 100644 index 000000000..75dd4d46b --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/ChangeSet.html @@ -0,0 +1,182 @@ + + + + + + +Uses of Interface edu.cornell.mannlib.vitro.webapp.rdfservice.ChangeSet + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
edu.cornell.mannlib.vitro.webapp.rdfservice.ChangeSet

+
+ + + + + +
+Uses of ChangeSet in edu.cornell.mannlib.vitro.webapp.rdfservice
+  +

+ + + + + + + + + +
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice that return ChangeSet
+ ChangeSetRDFService.manufactureChangeSet() + +
+          Create a ChangeSet object
+  +

+ + + + + + + + + +
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice with parameters of type ChangeSet
+ booleanRDFService.changeSetUpdate(ChangeSet changeSet) + +
+          Perform a series of additions to and or removals from specified graphs + in the RDF store.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/ModelChange.Operation.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/ModelChange.Operation.html new file mode 100644 index 000000000..909bb7595 --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/ModelChange.Operation.html @@ -0,0 +1,209 @@ + + + + + + +Uses of Class edu.cornell.mannlib.vitro.webapp.rdfservice.ModelChange.Operation + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
edu.cornell.mannlib.vitro.webapp.rdfservice.ModelChange.Operation

+
+ + + + + +
+Uses of ModelChange.Operation in edu.cornell.mannlib.vitro.webapp.rdfservice
+  +

+ + + + + + + + + + + + + + + + + +
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice that return ModelChange.Operation
+ ModelChange.OperationModelChange.getOperation() + +
+          Getter for the operation type
+static ModelChange.OperationModelChange.Operation.valueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static ModelChange.Operation[]ModelChange.Operation.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + + + + + +
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice with parameters of type ModelChange.Operation
+ ModelChangeChangeSet.manufactureModelChange(java.io.InputStream serializedModel, + RDFService.ModelSerializationFormat serializationFormat, + ModelChange.Operation operation, + java.lang.String graphURI) + +
+          Creates an instance of the ModelChange class
+ voidModelChange.setOperation(ModelChange.Operation operation) + +
+          Setter for the operation type
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/ModelChange.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/ModelChange.html new file mode 100644 index 000000000..186b30efc --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/ModelChange.html @@ -0,0 +1,192 @@ + + + + + + +Uses of Interface edu.cornell.mannlib.vitro.webapp.rdfservice.ModelChange + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
edu.cornell.mannlib.vitro.webapp.rdfservice.ModelChange

+
+ + + + + +
+Uses of ModelChange in edu.cornell.mannlib.vitro.webapp.rdfservice
+  +

+ + + + + + + + + + + + + +
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice that return ModelChange
+ ModelChangeChangeSet.manufactureModelChange() + +
+          Creates an instance of the ModelChange class
+ ModelChangeChangeSet.manufactureModelChange(java.io.InputStream serializedModel, + RDFService.ModelSerializationFormat serializationFormat, + ModelChange.Operation operation, + java.lang.String graphURI) + +
+          Creates an instance of the ModelChange class
+  +

+ + + + + + + + + +
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice that return types with arguments of type ModelChange
+ java.util.List<ModelChange>ChangeSet.getModelChanges() + +
+          Getter for the list of model changes
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/RDFService.ModelSerializationFormat.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/RDFService.ModelSerializationFormat.html new file mode 100644 index 000000000..8659180bc --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/RDFService.ModelSerializationFormat.html @@ -0,0 +1,247 @@ + + + + + + +Uses of Class edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService.ModelSerializationFormat + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService.ModelSerializationFormat

+
+ + + + + +
+Uses of RDFService.ModelSerializationFormat in edu.cornell.mannlib.vitro.webapp.rdfservice
+  +

+ + + + + + + + + + + + + + + + + +
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice that return RDFService.ModelSerializationFormat
+ RDFService.ModelSerializationFormatModelChange.getSerializationFormat() + +
+          Getter for the serialization format of the model
+static RDFService.ModelSerializationFormatRDFService.ModelSerializationFormat.valueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static RDFService.ModelSerializationFormat[]RDFService.ModelSerializationFormat.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice with parameters of type RDFService.ModelSerializationFormat
+ voidChangeSet.addAddition(java.io.InputStream model, + RDFService.ModelSerializationFormat serializationFormat, + java.lang.String graphURI) + +
+          Adds one model change representing an addition to the list of model changes
+ voidChangeSet.addRemoval(java.io.InputStream model, + RDFService.ModelSerializationFormat serializationFormat, + java.lang.String graphURI) + +
+          Adds one model change representing a deletion to the list of model changes
+ ModelChangeChangeSet.manufactureModelChange(java.io.InputStream serializedModel, + RDFService.ModelSerializationFormat serializationFormat, + ModelChange.Operation operation, + java.lang.String graphURI) + +
+          Creates an instance of the ModelChange class
+ voidModelChange.setSerializationFormat(RDFService.ModelSerializationFormat serializationFormat) + +
+          Setter for the serialization format of the model
+ java.io.InputStreamRDFService.sparqlConstructQuery(java.lang.String query, + RDFService.ModelSerializationFormat resultFormat) + +
+          Performs a SPARQL construct query against the knowledge base.
+ java.io.InputStreamRDFService.sparqlDescribeQuery(java.lang.String query, + RDFService.ModelSerializationFormat resultFormat) + +
+          Performs a SPARQL describe query against the knowledge base.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/RDFService.ResultFormat.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/RDFService.ResultFormat.html new file mode 100644 index 000000000..bba06f3da --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/RDFService.ResultFormat.html @@ -0,0 +1,191 @@ + + + + + + +Uses of Class edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService.ResultFormat + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService.ResultFormat

+
+ + + + + +
+Uses of RDFService.ResultFormat in edu.cornell.mannlib.vitro.webapp.rdfservice
+  +

+ + + + + + + + + + + + + +
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice that return RDFService.ResultFormat
+static RDFService.ResultFormatRDFService.ResultFormat.valueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static RDFService.ResultFormat[]RDFService.ResultFormat.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + +
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice with parameters of type RDFService.ResultFormat
+ java.io.InputStreamRDFService.sparqlSelectQuery(java.lang.String query, + RDFService.ResultFormat resultFormat) + +
+          Performs a SPARQL select query against the knowledge base.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/RDFService.SPARQLQueryType.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/RDFService.SPARQLQueryType.html new file mode 100644 index 000000000..274bf20f0 --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/RDFService.SPARQLQueryType.html @@ -0,0 +1,198 @@ + + + + + + +Uses of Class edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService.SPARQLQueryType + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService.SPARQLQueryType

+
+ + + + + +
+Uses of RDFService.SPARQLQueryType in edu.cornell.mannlib.vitro.webapp.rdfservice
+  +

+ + + + + + + + + + + + + + + + + +
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice that return RDFService.SPARQLQueryType
+ RDFService.SPARQLQueryTypeChangeSet.getPreconditionQueryType() + +
+          Getter for the precondition query type
+static RDFService.SPARQLQueryTypeRDFService.SPARQLQueryType.valueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static RDFService.SPARQLQueryType[]RDFService.SPARQLQueryType.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + +
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice with parameters of type RDFService.SPARQLQueryType
+ voidChangeSet.setPreconditionQueryType(RDFService.SPARQLQueryType queryType) + +
+          Setter for the precondition query type
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/RDFService.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/RDFService.html new file mode 100644 index 000000000..68e7f2658 --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/RDFService.html @@ -0,0 +1,142 @@ + + + + + + +Uses of Interface edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService

+
+No usage of edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/RDFServiceException.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/RDFServiceException.html new file mode 100644 index 000000000..c4599885d --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/class-use/RDFServiceException.html @@ -0,0 +1,266 @@ + + + + + + +Uses of Class edu.cornell.mannlib.vitro.webapp.rdfservice.RDFServiceException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
edu.cornell.mannlib.vitro.webapp.rdfservice.RDFServiceException

+
+ + + + + +
+Uses of RDFServiceException in edu.cornell.mannlib.vitro.webapp.rdfservice
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice that throw RDFServiceException
+ booleanRDFService.changeSetUpdate(ChangeSet changeSet) + +
+          Perform a series of additions to and or removals from specified graphs + in the RDF store.
+ java.lang.StringRDFService.getDefaultWriteGraphURI() + +
+          Get the URI of the default write graph
+ voidRDFService.getGraphMetadata() + +
+          TBD - we need to define this method
+ java.util.List<java.lang.String>RDFService.getGraphURIs() + +
+          Get a list of all the graph URIs in the RDF store.
+ voidRDFService.newIndividual(java.lang.String individualURI, + java.lang.String individualTypeURI) + +
+          If the given individual already exists in the default graph, throws an + RDFServiceException, otherwise adds one type assertion to the default + graph.
+ voidRDFService.newIndividual(java.lang.String individualURI, + java.lang.String individualTypeURI, + java.lang.String graphURI) + +
+          If the given individual already exists in the given graph, throws an + RDFServiceException, otherwise adds one type assertion to the given + graph.
+ voidRDFService.registerListener(ChangeListener changeListener) + +
+          Register a listener to listen to changes in any graph in + the RDF store.
+ booleanRDFService.sparqlAskQuery(java.lang.String query) + +
+          Performs a SPARQL ASK query against the knowledge base.
+ java.io.InputStreamRDFService.sparqlConstructQuery(java.lang.String query, + RDFService.ModelSerializationFormat resultFormat) + +
+          Performs a SPARQL construct query against the knowledge base.
+ java.io.InputStreamRDFService.sparqlDescribeQuery(java.lang.String query, + RDFService.ModelSerializationFormat resultFormat) + +
+          Performs a SPARQL describe query against the knowledge base.
+ java.io.InputStreamRDFService.sparqlSelectQuery(java.lang.String query, + RDFService.ResultFormat resultFormat) + +
+          Performs a SPARQL select query against the knowledge base.
+ voidRDFService.unregisterListener(ChangeListener changeListener) + +
+          Unregister a listener from listening to changes in + the RDF store in any graph.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/package-frame.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/package-frame.html new file mode 100644 index 000000000..88d3920d9 --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/package-frame.html @@ -0,0 +1,66 @@ + + + + + + +edu.cornell.mannlib.vitro.webapp.rdfservice + + + + + + + + + + + +edu.cornell.mannlib.vitro.webapp.rdfservice + + + + +
+Interfaces  + +
+ChangeListener +
+ChangeSet +
+ModelChange +
+RDFService
+ + + + + + +
+Enums  + +
+ModelChange.Operation +
+RDFService.ModelSerializationFormat +
+RDFService.ResultFormat +
+RDFService.SPARQLQueryType
+ + + + + + +
+Exceptions  + +
+RDFServiceException
+ + + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/package-summary.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/package-summary.html new file mode 100644 index 000000000..da2059877 --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/package-summary.html @@ -0,0 +1,207 @@ + + + + + + +edu.cornell.mannlib.vitro.webapp.rdfservice + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package edu.cornell.mannlib.vitro.webapp.rdfservice +

+ + + + + + + + + + + + + + + + + + + + + +
+Interface Summary
ChangeListener 
ChangeSet 
ModelChange 
RDFService 
+  + +

+ + + + + + + + + + + + + + + + + + + + + +
+Enum Summary
ModelChange.Operation 
RDFService.ModelSerializationFormat 
RDFService.ResultFormat 
RDFService.SPARQLQueryType 
+  + +

+ + + + + + + + + +
+Exception Summary
RDFServiceException 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/package-tree.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/package-tree.html new file mode 100644 index 000000000..2c7e2fd7b --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/package-tree.html @@ -0,0 +1,168 @@ + + + + + + +edu.cornell.mannlib.vitro.webapp.rdfservice Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package edu.cornell.mannlib.vitro.webapp.rdfservice +

+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/package-use.html b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/package-use.html new file mode 100644 index 000000000..89bd67032 --- /dev/null +++ b/doc/rdfservice/doc/edu/cornell/mannlib/vitro/webapp/rdfservice/package-use.html @@ -0,0 +1,197 @@ + + + + + + +Uses of Package edu.cornell.mannlib.vitro.webapp.rdfservice + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
edu.cornell.mannlib.vitro.webapp.rdfservice

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Classes in edu.cornell.mannlib.vitro.webapp.rdfservice used by edu.cornell.mannlib.vitro.webapp.rdfservice
ChangeListener + +
+           
ChangeSet + +
+           
ModelChange + +
+           
ModelChange.Operation + +
+           
RDFService.ModelSerializationFormat + +
+           
RDFService.ResultFormat + +
+           
RDFService.SPARQLQueryType + +
+           
RDFServiceException + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/help-doc.html b/doc/rdfservice/doc/help-doc.html new file mode 100644 index 000000000..d773383c3 --- /dev/null +++ b/doc/rdfservice/doc/help-doc.html @@ -0,0 +1,215 @@ + + + + + + +API Help + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+How This API Document Is Organized

+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

+Package

+
+ +

+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

+
+

+Class/Interface

+
+ +

+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+ +

+Annotation Type

+
+ +

+Each annotation type has its own separate page with the following sections:

+
+ +

+Enum

+
+ +

+Each enum has its own separate page with the following sections:

+
+

+Use

+
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+

+Tree (Class Hierarchy)

+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object. +
+

+Deprecated API

+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+

+Constant Field Values

+The Constant Field Values page lists the static final fields and their values. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/index-files/index-1.html b/doc/rdfservice/doc/index-files/index-1.html new file mode 100644 index 000000000..f71528d71 --- /dev/null +++ b/doc/rdfservice/doc/index-files/index-1.html @@ -0,0 +1,149 @@ + + + + + + +A-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C E G M N R S U V
+

+A

+
+
addAddition(InputStream, RDFService.ModelSerializationFormat, String) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.ChangeSet +
Adds one model change representing an addition to the list of model changes +
addedStatement(String, String) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.ChangeListener +
Override this to listen to all statements added to the RDF store. +
addRemoval(InputStream, RDFService.ModelSerializationFormat, String) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.ChangeSet +
Adds one model change representing a deletion to the list of model changes +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C E G M N R S U V
+ + + diff --git a/doc/rdfservice/doc/index-files/index-10.html b/doc/rdfservice/doc/index-files/index-10.html new file mode 100644 index 000000000..9dc7029d6 --- /dev/null +++ b/doc/rdfservice/doc/index-files/index-10.html @@ -0,0 +1,168 @@ + + + + + + +V-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C E G M N R S U V
+

+V

+
+
valueOf(String) - +Static method in enum edu.cornell.mannlib.vitro.webapp.rdfservice.ModelChange.Operation +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService.ModelSerializationFormat +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService.ResultFormat +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService.SPARQLQueryType +
Returns the enum constant of this type with the specified name. +
values() - +Static method in enum edu.cornell.mannlib.vitro.webapp.rdfservice.ModelChange.Operation +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService.ModelSerializationFormat +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService.ResultFormat +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService.SPARQLQueryType +
Returns an array containing the constants of this enum type, in +the order they are declared. +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C E G M N R S U V
+ + + diff --git a/doc/rdfservice/doc/index-files/index-2.html b/doc/rdfservice/doc/index-files/index-2.html new file mode 100644 index 000000000..5c8b8423f --- /dev/null +++ b/doc/rdfservice/doc/index-files/index-2.html @@ -0,0 +1,144 @@ + + + + + + +C-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C E G M N R S U V
+

+C

+
+
ChangeListener - Interface in edu.cornell.mannlib.vitro.webapp.rdfservice
 
ChangeSet - Interface in edu.cornell.mannlib.vitro.webapp.rdfservice
 
changeSetUpdate(ChangeSet) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService +
Perform a series of additions to and or removals from specified graphs + in the RDF store. +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C E G M N R S U V
+ + + diff --git a/doc/rdfservice/doc/index-files/index-3.html b/doc/rdfservice/doc/index-files/index-3.html new file mode 100644 index 000000000..43c9bbdee --- /dev/null +++ b/doc/rdfservice/doc/index-files/index-3.html @@ -0,0 +1,140 @@ + + + + + + +E-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C E G M N R S U V
+

+E

+
+
edu.cornell.mannlib.vitro.webapp.rdfservice - package edu.cornell.mannlib.vitro.webapp.rdfservice
 
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C E G M N R S U V
+ + + diff --git a/doc/rdfservice/doc/index-files/index-4.html b/doc/rdfservice/doc/index-files/index-4.html new file mode 100644 index 000000000..0be8982d0 --- /dev/null +++ b/doc/rdfservice/doc/index-files/index-4.html @@ -0,0 +1,170 @@ + + + + + + +G-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C E G M N R S U V
+

+G

+
+
getDefaultWriteGraphURI() - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService +
Get the URI of the default write graph +
getGraphMetadata() - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService +
TBD - we need to define this method +
getGraphURI() - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.ModelChange +
Getter for the URI of the graph to which to apply the change +
getGraphURIs() - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService +
Get a list of all the graph URIs in the RDF store. +
getModelChanges() - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.ChangeSet +
Getter for the list of model changes +
getOperation() - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.ModelChange +
Getter for the operation type +
getPreconditionQuery() - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.ChangeSet +
Getter for the precondition query +
getPreconditionQueryType() - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.ChangeSet +
Getter for the precondition query type +
getSerializationFormat() - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.ModelChange +
Getter for the serialization format of the model +
getSerializedModel() - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.ModelChange +
Getter for the serialized model +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C E G M N R S U V
+ + + diff --git a/doc/rdfservice/doc/index-files/index-5.html b/doc/rdfservice/doc/index-files/index-5.html new file mode 100644 index 000000000..93543c14e --- /dev/null +++ b/doc/rdfservice/doc/index-files/index-5.html @@ -0,0 +1,149 @@ + + + + + + +M-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C E G M N R S U V
+

+M

+
+
manufactureChangeSet() - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService +
Create a ChangeSet object +
manufactureModelChange() - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.ChangeSet +
Creates an instance of the ModelChange class +
manufactureModelChange(InputStream, RDFService.ModelSerializationFormat, ModelChange.Operation, String) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.ChangeSet +
Creates an instance of the ModelChange class +
ModelChange - Interface in edu.cornell.mannlib.vitro.webapp.rdfservice
 
ModelChange.Operation - Enum in edu.cornell.mannlib.vitro.webapp.rdfservice
 
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C E G M N R S U V
+ + + diff --git a/doc/rdfservice/doc/index-files/index-6.html b/doc/rdfservice/doc/index-files/index-6.html new file mode 100644 index 000000000..dad3eed7b --- /dev/null +++ b/doc/rdfservice/doc/index-files/index-6.html @@ -0,0 +1,153 @@ + + + + + + +N-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C E G M N R S U V
+

+N

+
+
newIndividual(String, String) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService +
If the given individual already exists in the default graph, throws an + RDFServiceException, otherwise adds one type assertion to the default + graph. +
newIndividual(String, String, String) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService +
If the given individual already exists in the given graph, throws an + RDFServiceException, otherwise adds one type assertion to the given + graph. +
notifyEvent(String, Object) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.ChangeListener +
Override this to listen to events pertaining to the given graphURI. +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C E G M N R S U V
+ + + diff --git a/doc/rdfservice/doc/index-files/index-7.html b/doc/rdfservice/doc/index-files/index-7.html new file mode 100644 index 000000000..e832fa11c --- /dev/null +++ b/doc/rdfservice/doc/index-files/index-7.html @@ -0,0 +1,153 @@ + + + + + + +R-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C E G M N R S U V
+

+R

+
+
RDFService - Interface in edu.cornell.mannlib.vitro.webapp.rdfservice
 
RDFService.ModelSerializationFormat - Enum in edu.cornell.mannlib.vitro.webapp.rdfservice
 
RDFService.ResultFormat - Enum in edu.cornell.mannlib.vitro.webapp.rdfservice
 
RDFService.SPARQLQueryType - Enum in edu.cornell.mannlib.vitro.webapp.rdfservice
 
RDFServiceException - Exception in edu.cornell.mannlib.vitro.webapp.rdfservice
 
RDFServiceException() - +Constructor for exception edu.cornell.mannlib.vitro.webapp.rdfservice.RDFServiceException +
  +
RDFServiceException(String) - +Constructor for exception edu.cornell.mannlib.vitro.webapp.rdfservice.RDFServiceException +
  +
registerListener(ChangeListener) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService +
Register a listener to listen to changes in any graph in + the RDF store. +
removedStatement(String, String) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.ChangeListener +
Override this to listen to all statements removed from the RDF store. +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C E G M N R S U V
+ + + diff --git a/doc/rdfservice/doc/index-files/index-8.html b/doc/rdfservice/doc/index-files/index-8.html new file mode 100644 index 000000000..47704fddb --- /dev/null +++ b/doc/rdfservice/doc/index-files/index-8.html @@ -0,0 +1,170 @@ + + + + + + +S-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C E G M N R S U V
+

+S

+
+
setGraphURI(String) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.ModelChange +
Setter for the URI of the graph to which to apply the change +
setOperation(ModelChange.Operation) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.ModelChange +
Setter for the operation type +
setPreconditionQuery(String) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.ChangeSet +
Setter for the precondition query +
setPreconditionQueryType(RDFService.SPARQLQueryType) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.ChangeSet +
Setter for the precondition query type +
setSerializationFormat(RDFService.ModelSerializationFormat) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.ModelChange +
Setter for the serialization format of the model +
setSerializedModel(InputStream) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.ModelChange +
Setter for the serialized model +
sparqlAskQuery(String) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService +
Performs a SPARQL ASK query against the knowledge base. +
sparqlConstructQuery(String, RDFService.ModelSerializationFormat) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService +
Performs a SPARQL construct query against the knowledge base. +
sparqlDescribeQuery(String, RDFService.ModelSerializationFormat) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService +
Performs a SPARQL describe query against the knowledge base. +
sparqlSelectQuery(String, RDFService.ResultFormat) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService +
Performs a SPARQL select query against the knowledge base. +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C E G M N R S U V
+ + + diff --git a/doc/rdfservice/doc/index-files/index-9.html b/doc/rdfservice/doc/index-files/index-9.html new file mode 100644 index 000000000..c00edc195 --- /dev/null +++ b/doc/rdfservice/doc/index-files/index-9.html @@ -0,0 +1,144 @@ + + + + + + +U-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C E G M N R S U V
+

+U

+
+
unregisterListener(ChangeListener) - +Method in interface edu.cornell.mannlib.vitro.webapp.rdfservice.RDFService +
Unregister a listener from listening to changes in + the RDF store in any graph. +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C E G M N R S U V
+ + + diff --git a/doc/rdfservice/doc/index.html b/doc/rdfservice/doc/index.html new file mode 100644 index 000000000..fb8a9ddc2 --- /dev/null +++ b/doc/rdfservice/doc/index.html @@ -0,0 +1,36 @@ + + + + + + +Generated Documentation (Untitled) + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to<A HREF="edu/cornell/mannlib/vitro/webapp/rdfservice/package-summary.html">Non-frame version.</A> + + + diff --git a/doc/rdfservice/doc/overview-tree.html b/doc/rdfservice/doc/overview-tree.html new file mode 100644 index 000000000..3ae2b215c --- /dev/null +++ b/doc/rdfservice/doc/overview-tree.html @@ -0,0 +1,170 @@ + + + + + + +Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
edu.cornell.mannlib.vitro.webapp.rdfservice
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/package-list b/doc/rdfservice/doc/package-list new file mode 100644 index 000000000..eca5affca --- /dev/null +++ b/doc/rdfservice/doc/package-list @@ -0,0 +1 @@ +edu.cornell.mannlib.vitro.webapp.rdfservice diff --git a/doc/rdfservice/doc/resources/inherit.gif b/doc/rdfservice/doc/resources/inherit.gif new file mode 100644 index 0000000000000000000000000000000000000000..c814867a13deb0ca7ea2156c6ca1d5a03372af7e GIT binary patch literal 57 zcmZ?wbhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X literal 0 HcmV?d00001 diff --git a/doc/rdfservice/doc/serialized-form.html b/doc/rdfservice/doc/serialized-form.html new file mode 100644 index 000000000..b647d910b --- /dev/null +++ b/doc/rdfservice/doc/serialized-form.html @@ -0,0 +1,161 @@ + + + + + + +Serialized Form + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Serialized Form

+
+
+ + + + + +
+Package edu.cornell.mannlib.vitro.webapp.rdfservice
+ +

+ + + + + +
+Class edu.cornell.mannlib.vitro.webapp.rdfservice.RDFServiceException extends java.lang.Exception implements Serializable
+ +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/rdfservice/doc/stylesheet.css b/doc/rdfservice/doc/stylesheet.css new file mode 100644 index 000000000..6ea9e5161 --- /dev/null +++ b/doc/rdfservice/doc/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +