|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.jastor.GraphThingImpl
org.openanzo.common.ontology.TrackerImpl
public class TrackerImpl
Implementation of Tracker
Use the org.openanzo.common.ontology.AnzoFactory to create instances of this class.
(URI: http://openanzo.org/types/Tracker)
| Field Summary |
|---|
| Fields inherited from interface org.openanzo.common.ontology.Tracker |
|---|
TYPE |
| 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. |
java.util.Collection<org.openrdf.model.Statement> |
listStatements()
Get set of statements that makeup this THINGS's properties and types |
void |
registerListener(ThingListener listener)
Register a ThingListener for this THING |
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 |
void |
unregisterListener(ThingListener listener)
Unregister a ThingListener for this THING |
| Methods inherited from class org.openanzo.jastor.GraphThingImpl |
|---|
clearCache, equals, getLiteral, getLiteralValue, getProperties, getPropertyValue, getPropertyValue, graph, isRDFType, removeStatements, resource, setPropertyValue, setPropertyValue, toString, uri |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openanzo.jastor.GraphThing |
|---|
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue |
| Methods inherited from interface org.openanzo.jastor.CoreThing |
|---|
clearCache, isRDFType, removeStatements, resource, uri |
| Method Detail |
|---|
public java.util.Collection<org.openrdf.model.Statement> listStatements()
CoreThing
listStatements in interface CoreThinglistStatements in class GraphThingImpl
public java.lang.Boolean getMarkedDeleted()
throws JastorException
Tracker
getMarkedDeleted in interface TrackerBoolean
JastorExceptionTracker.markedDeletedProperty
public void setMarkedDeleted(java.lang.Boolean markedDeleted)
throws JastorException
Tracker
setMarkedDeleted in interface TrackermarkedDeleted - Boolean
JastorExceptionTracker.markedDeletedProperty
public java.lang.Boolean getReplicated()
throws JastorException
Tracker
getReplicated in interface TrackerBoolean
JastorExceptionTracker.replicatedProperty
public void setReplicated(java.lang.Boolean replicated)
throws JastorException
Tracker
setReplicated in interface Trackerreplicated - Boolean
JastorExceptionTracker.replicatedProperty
public java.util.Calendar getTimestamp()
throws JastorException
Tracker
getTimestamp in interface TrackerCalendar
JastorExceptionTracker.timestampProperty
public void setTimestamp(java.util.Calendar timestamp)
throws JastorException
Tracker
setTimestamp in interface Trackertimestamp - Calendar
JastorExceptionTracker.timestampProperty
public info.aduna.collections.iterators.CloseableIterator<GraphThing> getTrackerSet()
throws JastorException
Tracker
getTrackerSet in interface TrackerIterator of GraphThing
JastorExceptionTracker.trackerSetProperty
public void addTrackerSet(GraphThing trackerSet)
throws JastorException
Tracker
addTrackerSet in interface TrackertrackerSet - The GraphThing to add
JastorExceptionTracker.trackerSetProperty
public GraphThing addTrackerSet()
throws JastorException
Tracker
addTrackerSet in interface TrackerGraphThing created
JastorExceptionTracker.trackerSetProperty
public GraphThing addTrackerSet(org.openrdf.model.Resource resource)
throws JastorException
TrackerGraphThing 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.
addTrackerSet in interface Trackerresource - The Resource to add
JastorExceptionTracker.trackerSetProperty
public void removeTrackerSet(GraphThing trackerSet)
throws JastorException
Tracker
removeTrackerSet in interface TrackertrackerSet - The GraphThing to remove
JastorExceptionTracker.trackerSetProperty
public void removeTrackerSet(org.openrdf.model.Resource trackerSet)
throws JastorException
Tracker
removeTrackerSet in interface TrackertrackerSet - GraphThing, the value to remove
JastorExceptionTracker.trackerSetPropertypublic void registerListener(ThingListener listener)
CoreThing
registerListener in interface CoreThingregisterListener in class GraphThingImpllistener - ThingListenerpublic void unregisterListener(ThingListener listener)
CoreThing
unregisterListener in interface CoreThingunregisterListener in class GraphThingImpllistener - ThingListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||