- pollAndProcessChanges() - Method in class org.eclipse.lyo.oslc4j.trs.client.handlers.ConcurrentTrsProviderHandler
 
-  
 
- pollAndProcessChanges() - Method in class org.eclipse.lyo.oslc4j.trs.client.handlers.TrsProviderHandler
 
- 
The main method for a TRS provider.
 
- processChangeEvent(ChangeEvent) - Method in class org.eclipse.lyo.oslc4j.trs.client.handlers.TrsProviderHandler
 
- 
Create the necessary sparql update for processing the change events and
 send it to the sparql update service
 
- processChangeEvent(ChangeEvent, Model, String) - Static method in class org.eclipse.lyo.oslc4j.trs.client.util.SparqlUtil
 
- 
create a spaql update reflecting the given change event and send it to
 the sparql update endpoint
 
- processQuery(String, String) - Static method in class org.eclipse.lyo.oslc4j.trs.client.util.SparqlUtil
 
- 
Send the given sparql update to the sparql update service using the jena
 arq libraries
 
- processQuery_sesame(String, String, String, String) - Static method in class org.eclipse.lyo.oslc4j.trs.client.util.SparqlUtil
 
- 
Send the given sparql update to the sparql update service using the
 sesame libraries
 
- processQuery_sesame(String, RepositoryConnection) - Static method in class org.eclipse.lyo.oslc4j.trs.client.util.SparqlUtil
 
- 
Send the given sparql update to the sparql update service using the
 sesame libraries
 
- processTripleAdditionQuery(RepositoryConnection, String, String) - Method in class org.eclipse.lyo.oslc4j.trs.client.util.SparqlUtil
 
- 
Create a sparql update ading the triples to the named graph with the
 specified name and send it to the sparql update endpoint specified using
 the given repo connection object.
 
- processTRSTask() - Method in class org.eclipse.lyo.oslc4j.trs.client.handlers.BaseMemberHandler
 
-  
 
- processTRSTask() - Method in class org.eclipse.lyo.oslc4j.trs.client.handlers.ChangeEventHandler
 
-  
 
- processTRSTask() - Method in class org.eclipse.lyo.oslc4j.trs.client.handlers.TrsProviderHandler
 
- 
Implementation of the method inherited from the TRSTaskHandler class.
 
- processTRSTask() - Method in class org.eclipse.lyo.oslc4j.trs.client.handlers.TRSTaskHandler
 
- 
Method to be overridden by the implementing class providing the task
 behaviour