|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.jastor.GraphThingFactory
org.openanzo.atom.jastor.queso.QuesoFactory
public class QuesoFactory
Factory for instantiating objects for ontology classes in the Queso ontology. The get methods leave the graph unchanged and return a Java view of the object in the graph. The create methods may add certain baseline properties to the graph such as rdf:type and any properties with hasValue restrictions.
(URI: http://boca.adtech.ibm.com/schemas/queso#Queso)
| Field Summary |
|---|
| Fields inherited from class org.openanzo.jastor.GraphThingFactory |
|---|
valueFactory |
| Constructor Summary | |
|---|---|
QuesoFactory()
|
|
| Method Summary | |
|---|---|
static BinaryContent |
createBinaryContent(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of BinaryContent. |
static BinaryContent |
createBinaryContent(java.lang.String uri,
INamedGraph graph)
Create a new instance of BinaryContent. |
static Collection |
createCollection(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of Collection. |
static Collection |
createCollection(java.lang.String uri,
INamedGraph graph)
Create a new instance of Collection. |
static Content |
createContent(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of Content. |
static Content |
createContent(java.lang.String uri,
INamedGraph graph)
Create a new instance of Content. |
static DeletedEntry |
createDeletedEntry(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of DeletedEntry. |
static DeletedEntry |
createDeletedEntry(java.lang.String uri,
INamedGraph graph)
Create a new instance of DeletedEntry. |
static Entry |
createEntry(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of Entry. |
static Entry |
createEntry(java.lang.String uri,
INamedGraph graph)
Create a new instance of Entry. |
static IntrospectionGraph |
createIntrospectionGraph(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of IntrospectionGraph. |
static IntrospectionGraph |
createIntrospectionGraph(java.lang.String uri,
INamedGraph graph)
Create a new instance of IntrospectionGraph. |
static PurgedEntry |
createPurgedEntry(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of PurgedEntry. |
static PurgedEntry |
createPurgedEntry(java.lang.String uri,
INamedGraph graph)
Create a new instance of PurgedEntry. |
static RDFContent |
createRDFContent(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of RDFContent. |
static RDFContent |
createRDFContent(java.lang.String uri,
INamedGraph graph)
Create a new instance of RDFContent. |
static TextContent |
createTextContent(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of TextContent. |
static TextContent |
createTextContent(java.lang.String uri,
INamedGraph graph)
Create a new instance of TextContent. |
static TypedContent |
createTypedContent(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of TypedContent. |
static TypedContent |
createTypedContent(java.lang.String uri,
INamedGraph graph)
Create a new instance of TypedContent. |
static java.util.List<BinaryContent> |
getAllBinaryContent(INamedGraph graph)
Return an instance of BinaryContent for every resource in the model with rdf:Type http://boca.adtech.ibm.com/schemas/queso#BinaryContent |
static java.util.List<Collection> |
getAllCollection(INamedGraph graph)
Return an instance of Collection for every resource in the model with rdf:Type http://boca.adtech.ibm.com/schemas/queso#Collection |
static java.util.List<Content> |
getAllContent(INamedGraph graph)
Return an instance of Content for every resource in the model with rdf:Type http://boca.adtech.ibm.com/schemas/queso#Content |
static java.util.List<DeletedEntry> |
getAllDeletedEntry(INamedGraph graph)
Return an instance of DeletedEntry for every resource in the model with rdf:Type http://boca.adtech.ibm.com/schemas/queso#DeletedEntry |
static java.util.List<Entry> |
getAllEntry(INamedGraph graph)
Return an instance of Entry for every resource in the model with rdf:Type http://boca.adtech.ibm.com/schemas/queso#Entry |
static java.util.List<IntrospectionGraph> |
getAllIntrospectionGraph(INamedGraph graph)
Return an instance of IntrospectionGraph for every resource in the model with rdf:Type http://boca.adtech.ibm.com/schemas/queso#IntrospectionGraph |
static java.util.List<PurgedEntry> |
getAllPurgedEntry(INamedGraph graph)
Return an instance of PurgedEntry for every resource in the model with rdf:Type http://boca.adtech.ibm.com/schemas/queso#PurgedEntry |
static java.util.List<RDFContent> |
getAllRDFContent(INamedGraph graph)
Return an instance of RDFContent for every resource in the model with rdf:Type http://boca.adtech.ibm.com/schemas/queso#RDFContent |
static java.util.List<TextContent> |
getAllTextContent(INamedGraph graph)
Return an instance of TextContent for every resource in the model with rdf:Type http://boca.adtech.ibm.com/schemas/queso#TextContent |
static java.util.List<TypedContent> |
getAllTypedContent(INamedGraph graph)
Return an instance of TypedContent for every resource in the model with rdf:Type http://boca.adtech.ibm.com/schemas/queso#TypedContent |
static BinaryContent |
getBinaryContent(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of BinaryContent. |
static BinaryContent |
getBinaryContent(java.lang.String uri,
INamedGraph graph)
Create a new instance of BinaryContent. |
static Collection |
getCollection(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of Collection. |
static Collection |
getCollection(java.lang.String uri,
INamedGraph graph)
Create a new instance of Collection. |
static Content |
getContent(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of Content. |
static Content |
getContent(java.lang.String uri,
INamedGraph graph)
Create a new instance of Content. |
static DeletedEntry |
getDeletedEntry(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of DeletedEntry. |
static DeletedEntry |
getDeletedEntry(java.lang.String uri,
INamedGraph graph)
Create a new instance of DeletedEntry. |
static Entry |
getEntry(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of Entry. |
static Entry |
getEntry(java.lang.String uri,
INamedGraph graph)
Create a new instance of Entry. |
static IntrospectionGraph |
getIntrospectionGraph(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of IntrospectionGraph. |
static IntrospectionGraph |
getIntrospectionGraph(java.lang.String uri,
INamedGraph graph)
Create a new instance of IntrospectionGraph. |
static PurgedEntry |
getPurgedEntry(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of PurgedEntry. |
static PurgedEntry |
getPurgedEntry(java.lang.String uri,
INamedGraph graph)
Create a new instance of PurgedEntry. |
static RDFContent |
getRDFContent(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of RDFContent. |
static RDFContent |
getRDFContent(java.lang.String uri,
INamedGraph graph)
Create a new instance of RDFContent. |
static TextContent |
getTextContent(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of TextContent. |
static TextContent |
getTextContent(java.lang.String uri,
INamedGraph graph)
Create a new instance of TextContent. |
static TypedContent |
getTypedContent(org.openrdf.model.Resource resource,
INamedGraph graph)
Create a new instance of TypedContent. |
static TypedContent |
getTypedContent(java.lang.String uri,
INamedGraph graph)
Create a new instance of TypedContent. |
static java.util.List |
listCompatibleInterfaces(org.openrdf.model.Resource type)
Return a list of compatible interfaces for the given type. |
| Methods inherited from class org.openanzo.jastor.GraphThingFactory |
|---|
clearCache, clearCaches, createGraphThing, createGraphThing, getGraphThing, getGraphThing |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuesoFactory()
| Method Detail |
|---|
public static IntrospectionGraph createIntrospectionGraph(org.openrdf.model.Resource resource,
INamedGraph graph)
throws JastorException
resource - The resource of the IntrospectionGraphgraph - the Jena graph.
JastorException
public static IntrospectionGraph createIntrospectionGraph(java.lang.String uri,
INamedGraph graph)
throws JastorException
uri - The uri of the IntrospectionGraphgraph - the Jena graph.
JastorException
public static IntrospectionGraph getIntrospectionGraph(java.lang.String uri,
INamedGraph graph)
throws JastorException
uri - The uri of the IntrospectionGraphgraph - the Jena graph.
JastorException
public static IntrospectionGraph getIntrospectionGraph(org.openrdf.model.Resource resource,
INamedGraph graph)
throws JastorException
resource - The resource of the IntrospectionGraphgraph - the Jena graph.
JastorException
public static java.util.List<IntrospectionGraph> getAllIntrospectionGraph(INamedGraph graph)
throws JastorException
model - the Jena Model
JastorException
public static Content createContent(org.openrdf.model.Resource resource,
INamedGraph graph)
throws JastorException
resource - The resource of the Contentgraph - the Jena graph.
JastorException
public static Content createContent(java.lang.String uri,
INamedGraph graph)
throws JastorException
uri - The uri of the Contentgraph - the Jena graph.
JastorException
public static Content getContent(java.lang.String uri,
INamedGraph graph)
throws JastorException
uri - The uri of the Contentgraph - the Jena graph.
JastorException
public static Content getContent(org.openrdf.model.Resource resource,
INamedGraph graph)
throws JastorException
resource - The resource of the Contentgraph - the Jena graph.
JastorException
public static java.util.List<Content> getAllContent(INamedGraph graph)
throws JastorException
model - the Jena Model
JastorException
public static RDFContent createRDFContent(org.openrdf.model.Resource resource,
INamedGraph graph)
throws JastorException
resource - The resource of the RDFContentgraph - the Jena graph.
JastorException
public static RDFContent createRDFContent(java.lang.String uri,
INamedGraph graph)
throws JastorException
uri - The uri of the RDFContentgraph - the Jena graph.
JastorException
public static RDFContent getRDFContent(java.lang.String uri,
INamedGraph graph)
throws JastorException
uri - The uri of the RDFContentgraph - the Jena graph.
JastorException
public static RDFContent getRDFContent(org.openrdf.model.Resource resource,
INamedGraph graph)
throws JastorException
resource - The resource of the RDFContentgraph - the Jena graph.
JastorException
public static java.util.List<RDFContent> getAllRDFContent(INamedGraph graph)
throws JastorException
model - the Jena Model
JastorException
public static BinaryContent createBinaryContent(org.openrdf.model.Resource resource,
INamedGraph graph)
throws JastorException
resource - The resource of the BinaryContentgraph - the Jena graph.
JastorException
public static BinaryContent createBinaryContent(java.lang.String uri,
INamedGraph graph)
throws JastorException
uri - The uri of the BinaryContentgraph - the Jena graph.
JastorException
public static BinaryContent getBinaryContent(java.lang.String uri,
INamedGraph graph)
throws JastorException
uri - The uri of the BinaryContentgraph - the Jena graph.
JastorException
public static BinaryContent getBinaryContent(org.openrdf.model.Resource resource,
INamedGraph graph)
throws JastorException
resource - The resource of the BinaryContentgraph - the Jena graph.
JastorException
public static java.util.List<BinaryContent> getAllBinaryContent(INamedGraph graph)
throws JastorException
model - the Jena Model
JastorException
public static TextContent createTextContent(org.openrdf.model.Resource resource,
INamedGraph graph)
throws JastorException
resource - The resource of the TextContentgraph - the Jena graph.
JastorException
public static TextContent createTextContent(java.lang.String uri,
INamedGraph graph)
throws JastorException
uri - The uri of the TextContentgraph - the Jena graph.
JastorException
public static TextContent getTextContent(java.lang.String uri,
INamedGraph graph)
throws JastorException
uri - The uri of the TextContentgraph - the Jena graph.
JastorException
public static TextContent getTextContent(org.openrdf.model.Resource resource,
INamedGraph graph)
throws JastorException
resource - The resource of the TextContentgraph - the Jena graph.
JastorException
public static java.util.List<TextContent> getAllTextContent(INamedGraph graph)
throws JastorException
model - the Jena Model
JastorException
public static PurgedEntry createPurgedEntry(org.openrdf.model.Resource resource,
INamedGraph graph)
throws JastorException
resource - The resource of the PurgedEntrygraph - the Jena graph.
JastorException
public static PurgedEntry createPurgedEntry(java.lang.String uri,
INamedGraph graph)
throws JastorException
uri - The uri of the PurgedEntrygraph - the Jena graph.
JastorException
public static PurgedEntry getPurgedEntry(java.lang.String uri,
INamedGraph graph)
throws JastorException
uri - The uri of the PurgedEntrygraph - the Jena graph.
JastorException
public static PurgedEntry getPurgedEntry(org.openrdf.model.Resource resource,
INamedGraph graph)
throws JastorException
resource - The resource of the PurgedEntrygraph - the Jena graph.
JastorException
public static java.util.List<PurgedEntry> getAllPurgedEntry(INamedGraph graph)
throws JastorException
model - the Jena Model
JastorException
public static DeletedEntry createDeletedEntry(org.openrdf.model.Resource resource,
INamedGraph graph)
throws JastorException
resource - The resource of the DeletedEntrygraph - the Jena graph.
JastorException
public static DeletedEntry createDeletedEntry(java.lang.String uri,
INamedGraph graph)
throws JastorException
uri - The uri of the DeletedEntrygraph - the Jena graph.
JastorException
public static DeletedEntry getDeletedEntry(java.lang.String uri,
INamedGraph graph)
throws JastorException
uri - The uri of the DeletedEntrygraph - the Jena graph.
JastorException
public static DeletedEntry getDeletedEntry(org.openrdf.model.Resource resource,
INamedGraph graph)
throws JastorException
resource - The resource of the DeletedEntrygraph - the Jena graph.
JastorException
public static java.util.List<DeletedEntry> getAllDeletedEntry(INamedGraph graph)
throws JastorException
model - the Jena Model
JastorException
public static Collection createCollection(org.openrdf.model.Resource resource,
INamedGraph graph)
throws JastorException
resource - The resource of the Collectiongraph - the Jena graph.
JastorException
public static Collection createCollection(java.lang.String uri,
INamedGraph graph)
throws JastorException
uri - The uri of the Collectiongraph - the Jena graph.
JastorException
public static Collection getCollection(java.lang.String uri,
INamedGraph graph)
throws JastorException
uri - The uri of the Collectiongraph - the Jena graph.
JastorException
public static Collection getCollection(org.openrdf.model.Resource resource,
INamedGraph graph)
throws JastorException
resource - The resource of the Collectiongraph - the Jena graph.
JastorException
public static java.util.List<Collection> getAllCollection(INamedGraph graph)
throws JastorException
model - the Jena Model
JastorException
public static Entry createEntry(org.openrdf.model.Resource resource,
INamedGraph graph)
throws JastorException
resource - The resource of the Entrygraph - the Jena graph.
JastorException
public static Entry createEntry(java.lang.String uri,
INamedGraph graph)
throws JastorException
uri - The uri of the Entrygraph - the Jena graph.
JastorException
public static Entry getEntry(java.lang.String uri,
INamedGraph graph)
throws JastorException
uri - The uri of the Entrygraph - the Jena graph.
JastorException
public static Entry getEntry(org.openrdf.model.Resource resource,
INamedGraph graph)
throws JastorException
resource - The resource of the Entrygraph - the Jena graph.
JastorException
public static java.util.List<Entry> getAllEntry(INamedGraph graph)
throws JastorException
model - the Jena Model
JastorException
public static TypedContent createTypedContent(org.openrdf.model.Resource resource,
INamedGraph graph)
throws JastorException
resource - The resource of the TypedContentgraph - the Jena graph.
JastorException
public static TypedContent createTypedContent(java.lang.String uri,
INamedGraph graph)
throws JastorException
uri - The uri of the TypedContentgraph - the Jena graph.
JastorException
public static TypedContent getTypedContent(java.lang.String uri,
INamedGraph graph)
throws JastorException
uri - The uri of the TypedContentgraph - the Jena graph.
JastorException
public static TypedContent getTypedContent(org.openrdf.model.Resource resource,
INamedGraph graph)
throws JastorException
resource - The resource of the TypedContentgraph - the Jena graph.
JastorException
public static java.util.List<TypedContent> getAllTypedContent(INamedGraph graph)
throws JastorException
model - the Jena Model
JastorExceptionpublic static java.util.List listCompatibleInterfaces(org.openrdf.model.Resource type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||