A B C D E F G H I J K L M N O P Q R S T U V W X

R

RDF_XML - Static variable in class org.filteredpush.applepie.message.ApplePieMessageScheme
 
RdfBean - Interface in org.filteredpush.rdf.handler
RdfBean interface.
RdfBeanHandler - Class in org.filteredpush.rdf.handler
Takes an RdfBean implementation object and creates a jena model from it based on xml configuration that serves as a description for the model.
RdfBeanHandler(Class<?>) - Constructor for class org.filteredpush.rdf.handler.RdfBeanHandler
 
RdfBeanHandler(Class<?>, InputStream) - Constructor for class org.filteredpush.rdf.handler.RdfBeanHandler
The constructor takes the class of the RdfBean implementation and the xml configuration file to use when constructing a model from instances of that class.
RdfBeanHandler(Class<?>, ModelDescriptor) - Constructor for class org.filteredpush.rdf.handler.RdfBeanHandler
 
RdfBeanHandlerWS - Class in org.filteredpush.rdf.handler.ws
The webservice that exposes the RDFHandler classes for use by clients written in languages other than Java.
RdfBeanHandlerWS() - Constructor for class org.filteredpush.rdf.handler.ws.RdfBeanHandlerWS
The constructor preconfigures handlers for different model descriptor xml files from the generator properties file.
RdfBeanValidator - Class in org.filteredpush.rdf.handler
 
RdfBeanValidator() - Constructor for class org.filteredpush.rdf.handler.RdfBeanValidator
 
RDFS_COMMENT - Static variable in interface org.filteredpush.data.definition.FieldDefinition
 
READ - Static variable in class org.filteredpush.client.model.AnnotationStatus
 
RecordDefinition - Interface in org.filteredpush.data.definition
This interface is a stub for defining a simple way to compare records in one schema with those in another (for mapping).
RecordNotFound - Exception in org.filteredpush.mapper.exception
An exception indicating no record is found matching the specified condition.
RecordNotFound(String) - Constructor for exception org.filteredpush.mapper.exception.RecordNotFound
 
REGISTER_INTEREST - Static variable in class org.filteredpush.applepie.message.ApplePieMessageType
 
registerInterest(String) - Method in class org.filteredpush.client.jsf.MessengerBean
Register the interest in FPush network.
registerInterest(String) - Method in interface org.filteredpush.knowledge.KnowledgeService
 
registerInterest(String) - Method in class org.filteredpush.knowledge.sparql.SparqlPushFacade
 
registerInterest(FPMessage) - Method in interface org.filteredpush.messaging.MessagingService
 
RegisterInterest - Interface in org.filteredpush.messaging
 
registerInterest(FPMessage) - Method in interface org.filteredpush.messaging.RegisterInterest
 
registerInterest(FPMessage) - Method in class org.filteredpush.messaging.sparqlpush.SparqlPushMessaging
 
registerInterest(FPMessage) - Method in class org.filteredpush.messaging.sparqlpush.SparqlPushRegisterInterest
 
RegisterInterestLocal - Interface in org.filteredpush.messaging
 
RegisterInterestRemote - Interface in org.filteredpush.messaging
 
registerNewInterest() - Method in class org.filteredpush.client.jsf.UserBean
 
registerUser() - Method in class org.filteredpush.client.jsf.UserBean
 
REJECTED - Static variable in class org.filteredpush.annotationprocessor.data.AnnotationDisposalDef
 
remove(String) - Method in class org.filteredpush.client.model.Folder
 
remove(T) - Method in class org.filteredpush.messaging.mysqlbeans.AbstractFacade
 
remove() - Method in class org.filteredpush.messaging.sparqlpush.FeedParser
 
remove(K, V) - Method in class org.filteredpush.rdf.handler.MapOfSets
 
removeAccessors(CookieMap) - Static method in class net.oauth.example.consumer.webapp.FPConsumer
Remove all the cookies that contain accessors' data.
removeAnnotationMetadataMapping(AnnotationMetadataMapping) - Method in class org.filteredpush.client.dao.UserDao
Remove the annotation metadata mapping
removeAnnotationMetadataMapping(AnnotationMetadataMapping) - Method in class org.filteredpush.client.jsf.UserBean
 
removeAnnotationMetadataMapping(AnnotationMetadataMapping) - Method in class org.filteredpush.client.service.UserAccessService
 
removeAnnotationStatus(AnnotationStatus) - Method in class org.filteredpush.client.dao.UserDao
Remove the annotation status.
removeFolder(String) - Method in class org.filteredpush.client.jsf.AnnotationsBean
 
removeInterest(Interest) - Method in class org.filteredpush.client.dao.UserDao
Remove the interest
removeInterest(int) - Method in class org.filteredpush.client.jsf.UserBean
 
removeInterest(Interest) - Method in class org.filteredpush.client.service.UserAccessService
 
removeNewInterestCriteria(int) - Method in class org.filteredpush.client.jsf.UserBean
 
repoVersion - Static variable in interface org.filteredpush.identity.Identity
 
reset() - Method in class org.filteredpush.client.model.Folder
 
resetUpdateTimestamp() - Method in class org.filteredpush.client.jsf.MessengerBean
 
Resolution - Class in org.filteredpush.client.model
 
Resolution() - Constructor for class org.filteredpush.client.model.Resolution
 
resolve(String, String) - Static method in class org.filteredpush.mapper.util.ClassResolver
 
ResourceBundleLocalizer - Class in org.filteredpush.client.jsf
The resource bundle localizer.
ResourceBundleLocalizer() - Constructor for class org.filteredpush.client.jsf.ResourceBundleLocalizer
 
ResourceBundleLocalizer(String) - Constructor for class org.filteredpush.client.jsf.ResourceBundleLocalizer
 
ResourceDescriptor - Class in org.filteredpush.rdf.processing
Describes a Resource.
ResourceDescriptor() - Constructor for class org.filteredpush.rdf.processing.ResourceDescriptor
 
RESPONDED - Static variable in class org.filteredpush.client.model.AnnotationStatus
 
Response - Class in org.filteredpush.annotationprocessor.data
The class modeling annotation response.
Response(HashMap<String, String>) - Constructor for class org.filteredpush.annotationprocessor.data.Response
 
RESPONSE_ANNOTATION - Static variable in class org.filteredpush.annotationprocessor.data.AnnotationType
 
restore() - Method in class org.filteredpush.client.jsf.AnnotationsBean
 
restore() - Method in class org.filteredpush.client.jsf.MapperBean
 
restore() - Method in class org.filteredpush.client.model.LocalDataRecord
 
restoreAnnotation(FPUser, String) - Method in class org.filteredpush.client.service.UserAccessService
 
retrieveAnnotations(String) - Method in class org.filteredpush.client.jsf.AnnotationsBean
get user's interest retrieve messages pertaining interest from the network, and de-duplicate the messages parse the annotation, initialize the annotation object, and get the annotation list
retrieveMessages(MessageIdentity, Date, ClientIdentity) - Method in interface org.filteredpush.messaging.MessagingService
 
retrieveMessages(MessageIdentity, Date, ClientIdentity) - Method in class org.filteredpush.messaging.sparqlpush.SparqlPushMessaging
 
RulesetTest - Class in org.filteredpush.test
 
RulesetTest(String, String, String) - Constructor for class org.filteredpush.test.RulesetTest
 
run() - Method in class org.filteredpush.applepie.procedures.ApplePieAnnotationProcedure
 
run() - Method in class org.filteredpush.applepie.procedures.ApplePieAnnotationSearchProcedure
 
run() - Method in class org.filteredpush.applepie.procedures.ApplePieResponsesProcedure
 
run() - Method in interface org.filteredpush.triage.StoredProcedureLocal
 
RUN_ANALYSIS - Static variable in class org.filteredpush.applepie.message.ApplePieMessageType
 
runJob(AbstractJob) - Method in interface org.filteredpush.triage.api.JobRunner
 
runJob(AbstractJob) - Method in class org.filteredpush.triage.FPJobRunner
Adds the job to a queue and executes the next job in line.

A B C D E F G H I J K L M N O P Q R S T U V W X