|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITracker
Used to specify what statements are tracked by DatasetService
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
This is here simply to remind you to implement equals and hashCode when implementing this interface. |
org.openrdf.model.Resource |
getContext()
Get the Context resource for tracker |
org.openrdf.model.Value |
getObject()
Get the Object value for the tracker |
org.openrdf.model.URI |
getPredicate()
Get the Predicate URI for the tracker |
java.lang.String |
getQueryString()
Get the Sparql query used in order to retrieve this queries matching statements from the dataset |
org.openrdf.model.Resource |
getSubject()
Get the Subject resource for the tracker |
int |
hashCode()
This is here simply to remind you to implement equals and hashCode when implementing this interface. |
boolean |
matchNamedGraphUri(org.openrdf.model.URI namedGraphUri)
Determine if a change to the given NamedGraph matches this tracker. |
boolean |
matchStatement(org.openrdf.model.Statement statement)
Determine if the given statement matches this tracker. |
| Methods inherited from interface org.openanzo.services.INotificationSelector |
|---|
getMessageSelector |
| Method Detail |
|---|
java.lang.String getQueryString()
org.openrdf.model.Resource getContext()
org.openrdf.model.Resource getSubject()
org.openrdf.model.URI getPredicate()
org.openrdf.model.Value getObject()
boolean matchNamedGraphUri(org.openrdf.model.URI namedGraphUri)
namedGraphUri - Uri of namedGraph to compare.
boolean matchStatement(org.openrdf.model.Statement statement)
statement - statement to compare
boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - object to determine equality
int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||