|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Tracker
Interface for Tracker ontology class
Use the org.openanzo.common.ontology.AnzoFactory to create instances of this interface.
(URI: http://openanzo.org/types/Tracker)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
markedDeletedProperty
The Anzo Property for markedDeleted |
static org.openrdf.model.URI |
replicatedProperty
The Anzo Property for replicated |
static org.openrdf.model.URI |
timestampProperty
The Anzo Property for timestamp |
static org.openrdf.model.URI |
trackerSetProperty
The Anzo Property for trackerSet |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
| Method Summary | |
|---|---|
GraphThing |
addTrackerSet()
Adds an anonymous value for the 'trackerSet' property |
void |
addTrackerSet(GraphThing trackerSet)
Adds a value for the 'trackerSet' property |
GraphThing |
addTrackerSet(org.openrdf.model.Resource resource)
Adds a value for the 'trackerSet' property. |
java.lang.Boolean |
getMarkedDeleted()
Gets the 'markedDeleted' property value |
java.lang.Boolean |
getReplicated()
Gets the 'replicated' property value |
java.util.Calendar |
getTimestamp()
Gets the 'timestamp' property value |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getTrackerSet()
Get an Iterator the 'trackerSet' property values. |
void |
removeTrackerSet(GraphThing trackerSet)
Removes a value for the 'trackerSet' property. |
void |
removeTrackerSet(org.openrdf.model.Resource trackerSet)
Remove a 'trackerSet' property value. |
void |
setMarkedDeleted(java.lang.Boolean markedDeleted)
Sets the 'markedDeleted' property value |
void |
setReplicated(java.lang.Boolean replicated)
Sets the 'replicated' property value |
void |
setTimestamp(java.util.Calendar timestamp)
Sets the 'timestamp' 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 markedDeletedProperty
(URI: http://openanzo.org/predicates/markedDeleted)
static final org.openrdf.model.URI replicatedProperty
(URI: http://openanzo.org/predicates/replicated)
static final org.openrdf.model.URI timestampProperty
(URI: http://openanzo.org/predicates/timestamp)
static final org.openrdf.model.URI trackerSetProperty
(URI: http://openanzo.org/predicates/trackerSet)
| Method Detail |
|---|
java.lang.Boolean getMarkedDeleted()
throws JastorException
Boolean
JastorExceptionmarkedDeletedProperty
void setMarkedDeleted(java.lang.Boolean markedDeleted)
throws JastorException
markedDeleted - Boolean
JastorExceptionmarkedDeletedProperty
java.lang.Boolean getReplicated()
throws JastorException
Boolean
JastorExceptionreplicatedProperty
void setReplicated(java.lang.Boolean replicated)
throws JastorException
replicated - Boolean
JastorExceptionreplicatedProperty
java.util.Calendar getTimestamp()
throws JastorException
Calendar
JastorExceptiontimestampProperty
void setTimestamp(java.util.Calendar timestamp)
throws JastorException
timestamp - Calendar
JastorExceptiontimestampProperty
info.aduna.collections.iterators.CloseableIterator<GraphThing> getTrackerSet()
throws JastorException
Iterator of GraphThing
JastorExceptiontrackerSetProperty
void addTrackerSet(GraphThing trackerSet)
throws JastorException
trackerSet - The GraphThing to add
JastorExceptiontrackerSetProperty
GraphThing addTrackerSet()
throws JastorException
GraphThing created
JastorExceptiontrackerSetProperty
GraphThing addTrackerSet(org.openrdf.model.Resource resource)
throws JastorException
GraphThing with the factory
and calling addTrackerSet(org.openanzo.jastor.GraphThing trackerSet)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - The Resource to add
JastorExceptiontrackerSetProperty
void removeTrackerSet(GraphThing trackerSet)
throws JastorException
trackerSet - The GraphThing to remove
JastorExceptiontrackerSetProperty
void removeTrackerSet(org.openrdf.model.Resource trackerSet)
throws JastorException
trackerSet - GraphThing, the value to remove
JastorExceptiontrackerSetProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||