|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Entry
Interface for Entry ontology class
Use the org.openanzo.atom.jastor.queso.QuesoFactory to create instances of this interface.
(URI: http://boca.adtech.ibm.com/schemas/queso#Entry)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
authorProperty
The Jena Property for author |
static org.openrdf.model.URI |
categoryProperty
The Jena Property for category |
static org.openrdf.model.URI |
collectionProperty
The Jena Property for collection |
static org.openrdf.model.URI |
contentProperty
The Jena Property for content |
static org.openrdf.model.URI |
contributorProperty
The Jena Property for contributor |
static org.openrdf.model.URI |
descriptionProperty
The Jena Property for description |
static org.openrdf.model.URI |
extensionProperty
The Jena Property for extension |
static org.openrdf.model.URI |
linkProperty
The Jena Property for link |
static org.openrdf.model.URI |
publishedProperty
The Jena Property for published |
static org.openrdf.model.URI |
titleProperty
The Jena Property for title |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
static org.openrdf.model.URI |
updatedProperty
The Jena Property for updated |
| Method Summary | |
|---|---|
Person |
addAuthor()
Adds an anonymous value for the 'author' property |
void |
addAuthor(Person author)
Adds a value for the 'author' property |
Person |
addAuthor(org.openrdf.model.Resource resource)
Adds a value for the 'author' property. |
Category |
addCategory()
Adds an anonymous value for the 'category' property |
void |
addCategory(Category category)
Adds a value for the 'category' property |
Category |
addCategory(org.openrdf.model.Resource resource)
Adds a value for the 'category' property. |
Person |
addContributor()
Adds an anonymous value for the 'contributor' property |
void |
addContributor(Person contributor)
Adds a value for the 'contributor' property |
Person |
addContributor(org.openrdf.model.Resource resource)
Adds a value for the 'contributor' property. |
void |
addExtension(java.lang.String extension)
Add a 'extension' property value |
Link |
addLink()
Adds an anonymous value for the 'link' property |
void |
addLink(Link link)
Adds a value for the 'link' property |
Link |
addLink(org.openrdf.model.Resource resource)
Adds a value for the 'link' property. |
info.aduna.collections.iterators.CloseableIterator<Person> |
getAuthor()
Get an Iterator the 'author' property values. |
info.aduna.collections.iterators.CloseableIterator<Category> |
getCategory()
Get an Iterator the 'category' property values. |
Collection |
getCollection()
Gets the 'collection' property value |
Content |
getContent()
Gets the 'content' property value |
info.aduna.collections.iterators.CloseableIterator<Person> |
getContributor()
Get an Iterator the 'contributor' property values. |
java.lang.String |
getDescription()
Gets the 'description' property value |
info.aduna.collections.iterators.CloseableIterator<java.lang.String> |
getExtension()
Iterates through the 'extension' property values. |
info.aduna.collections.iterators.CloseableIterator<Link> |
getLink()
Get an Iterator the 'link' property values. |
java.util.Date |
getPublished()
Gets the 'published' property value |
java.lang.String |
getTitle()
Gets the 'title' property value |
java.util.Date |
getUpdated()
Gets the 'updated' property value |
void |
removeAuthor(Person author)
Removes a value for the 'author' property. |
void |
removeCategory(Category category)
Removes a value for the 'category' property. |
void |
removeContributor(Person contributor)
Removes a value for the 'contributor' property. |
void |
removeExtension(java.lang.String extension)
Remove a 'extension' property value. |
void |
removeLink(Link link)
Removes a value for the 'link' property. |
Collection |
setCollection()
Sets the 'collection' property value to an anonymous node |
void |
setCollection(Collection collection)
Sets the 'collection' property value |
Collection |
setCollection(org.openrdf.model.Resource resource)
Sets the 'collection' property value to the given resource, and add's rdf:type properties. |
Content |
setContent()
Sets the 'content' property value to an anonymous node |
void |
setContent(Content content)
Sets the 'content' property value |
Content |
setContent(org.openrdf.model.Resource resource)
Sets the 'content' property value to the given resource, and add's rdf:type properties. |
void |
setDescription(java.lang.String description)
Sets the 'description' property value |
void |
setPublished(java.util.Date published)
Sets the 'published' property value |
void |
setTitle(java.lang.String title)
Sets the 'title' property value |
void |
setUpdated(java.util.Date updated)
Sets the 'updated' property value |
| Methods inherited from interface org.openanzo.jastor.GraphThing |
|---|
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue |
| Methods inherited from interface org.openanzo.jastor.CoreThing |
|---|
clearCache, isRDFType, listStatements, registerListener, removeStatements, resource, unregisterListener, uri |
| Field Detail |
|---|
static final org.openrdf.model.URI TYPE
static final org.openrdf.model.URI updatedProperty
(URI: http://boca.adtech.ibm.com/schemas/queso#updated)
static final org.openrdf.model.URI descriptionProperty
(URI: http://purl.org/dc/elements/1.1/description)
static final org.openrdf.model.URI titleProperty
(URI: http://purl.org/dc/elements/1.1/title)
static final org.openrdf.model.URI contributorProperty
(URI: http://boca.adtech.ibm.com/schemas/queso#contributor)
static final org.openrdf.model.URI publishedProperty
(URI: http://boca.adtech.ibm.com/schemas/queso#published)
static final org.openrdf.model.URI collectionProperty
(URI: http://boca.adtech.ibm.com/schemas/queso#collection)
static final org.openrdf.model.URI extensionProperty
(URI: http://boca.adtech.ibm.com/schemas/queso#extension)
static final org.openrdf.model.URI contentProperty
(URI: http://boca.adtech.ibm.com/schemas/queso#content)
static final org.openrdf.model.URI linkProperty
(URI: http://boca.adtech.ibm.com/schemas/queso#link)
static final org.openrdf.model.URI categoryProperty
(URI: http://boca.adtech.ibm.com/schemas/queso#category)
static final org.openrdf.model.URI authorProperty
(URI: http://boca.adtech.ibm.com/schemas/queso#author)
| Method Detail |
|---|
java.util.Date getUpdated()
throws JastorException
Date
JastorExceptionupdatedProperty
void setUpdated(java.util.Date updated)
throws JastorException
{@link - java.util.Date}
JastorExceptionupdatedProperty
java.lang.String getDescription()
throws JastorException
String
JastorExceptiondescriptionProperty
void setDescription(java.lang.String description)
throws JastorException
{@link - java.lang.String}
JastorExceptiondescriptionProperty
java.lang.String getTitle()
throws JastorException
String
JastorExceptiontitleProperty
void setTitle(java.lang.String title)
throws JastorException
{@link - java.lang.String}
JastorExceptiontitleProperty
info.aduna.collections.iterators.CloseableIterator<Person> getContributor()
throws JastorException
Iterator of Person
JastorExceptioncontributorProperty
void addContributor(Person contributor)
throws JastorException
The - Person to add
JastorExceptioncontributorProperty
Person addContributor()
throws JastorException
Person created
JastorExceptioncontributorProperty
Person addContributor(org.openrdf.model.Resource resource)
throws JastorException
Person with the factory
and calling addContributor(org.openanzo.atom.jastor.foaf.Person contributor)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#Person. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptioncontributorProperty
void removeContributor(Person contributor)
throws JastorException
The - Person to remove
JastorExceptioncontributorProperty
java.util.Date getPublished()
throws JastorException
Date
JastorExceptionpublishedProperty
void setPublished(java.util.Date published)
throws JastorException
{@link - java.util.Date}
JastorExceptionpublishedProperty
Collection getCollection()
throws JastorException
Collection
JastorExceptioncollectionProperty
void setCollection(Collection collection)
throws JastorException
{@link - org.openanzo.atom.jastor.queso.Collection}
JastorExceptioncollectionProperty
Collection setCollection()
throws JastorException
Collection, the created value
JastorExceptioncollectionProperty
Collection setCollection(org.openrdf.model.Resource resource)
throws JastorException
Collection with the factory.
and calling setCollection(org.openanzo.atom.jastor.queso.Collection collection)
The resource argument have rdf:type http://boca.adtech.ibm.com/schemas/queso#Collection. That is, this method
should not be used as a shortcut for creating new objects in the model.
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Collection, the newly created value
JastorExceptioncollectionProperty
info.aduna.collections.iterators.CloseableIterator<java.lang.String> getExtension()
throws JastorException
Iterator of String
JastorExceptionextensionProperty
void addExtension(java.lang.String extension)
throws JastorException
{@link - java.lang.String}, the value to add
JastorExceptionextensionProperty
void removeExtension(java.lang.String extension)
throws JastorException
{@link - java.lang.String}, the value to remove
JastorExceptionextensionProperty
Content getContent()
throws JastorException
Content
JastorExceptioncontentProperty
void setContent(Content content)
throws JastorException
{@link - org.openanzo.atom.jastor.queso.Content}
JastorExceptioncontentProperty
Content setContent()
throws JastorException
Content, the created value
JastorExceptioncontentProperty
Content setContent(org.openrdf.model.Resource resource)
throws JastorException
Content with the factory.
and calling setContent(org.openanzo.atom.jastor.queso.Content content)
The resource argument have rdf:type http://boca.adtech.ibm.com/schemas/queso#Content. That is, this method
should not be used as a shortcut for creating new objects in the model.
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Content, the newly created value
JastorExceptioncontentProperty
info.aduna.collections.iterators.CloseableIterator<Link> getLink()
throws JastorException
Iterator of Link
JastorExceptionlinkProperty
void addLink(Link link)
throws JastorException
The - Link to add
JastorExceptionlinkProperty
Link addLink()
throws JastorException
Link created
JastorExceptionlinkProperty
Link addLink(org.openrdf.model.Resource resource)
throws JastorException
Link with the factory
and calling addLink(org.openanzo.atom.jastor.atomowl.Link link)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#Link. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionlinkProperty
void removeLink(Link link)
throws JastorException
The - Link to remove
JastorExceptionlinkProperty
info.aduna.collections.iterators.CloseableIterator<Category> getCategory()
throws JastorException
Iterator of Category
JastorExceptioncategoryProperty
void addCategory(Category category)
throws JastorException
The - Category to add
JastorExceptioncategoryProperty
Category addCategory()
throws JastorException
Category created
JastorExceptioncategoryProperty
Category addCategory(org.openrdf.model.Resource resource)
throws JastorException
Category with the factory
and calling addCategory(org.openanzo.atom.jastor.atomowl.Category category)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#Category. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptioncategoryProperty
void removeCategory(Category category)
throws JastorException
The - Category to remove
JastorExceptioncategoryProperty
info.aduna.collections.iterators.CloseableIterator<Person> getAuthor()
throws JastorException
Iterator of Person
JastorExceptionauthorProperty
void addAuthor(Person author)
throws JastorException
The - Person to add
JastorExceptionauthorProperty
Person addAuthor()
throws JastorException
Person created
JastorExceptionauthorProperty
Person addAuthor(org.openrdf.model.Resource resource)
throws JastorException
Person with the factory
and calling addAuthor(org.openanzo.atom.jastor.foaf.Person author)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#Person. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionauthorProperty
void removeAuthor(Person author)
throws JastorException
The - Person to remove
JastorExceptionauthorProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||