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

C

changeStatusTo(int) - Method in class org.filteredpush.message.FPMessageStatus
 
changeStatusTo(int) - Method in interface org.filteredpush.triage.api.Status
 
changeStatusTo(int) - Method in class org.filteredpush.triage.FPJobStatus
 
checkDetail(String) - Method in class org.filteredpush.client.jsf.AnnotationsBean
 
CheckForMessages - Class in org.filteredpush.client.util
Java class for checkForMessages complex type.
CheckForMessages() - Constructor for class org.filteredpush.client.util.CheckForMessages
 
checkForMessages(String, Date, ClientIdentity) - Method in interface org.filteredpush.client.util.FPNetworkAccessPointWebService
 
checkForMessages(String, Date, ClientIdentity) - Method in class org.filteredpush.triage.FPNetworkAccessPoint
Will invoke the messaging system to check for messages that meet the topic supplied as an argument (uuid handle).
checkForMessages(String, Date, ClientIdentity) - Method in interface org.filteredpush.triage.FPNetworkAccessPointRemote
 
checkForMessages(String, Date, ClientIdentity) - Method in class org.filteredpush.triage.FPNetworkAccessPointWebService
Check for messages allows a client to poll for any messages assigned a given UUID (handle).
CheckForMessagesResponse - Class in org.filteredpush.client.util
Java class for checkForMessagesResponse complex type.
CheckForMessagesResponse() - Constructor for class org.filteredpush.client.util.CheckForMessagesResponse
 
children() - Method in class org.filteredpush.client.model.AnnotationReponseNode
 
ChooseRecordRequest - Class in org.filteredpush.client.model
This class models the request to ask the human user choose a record.
ChooseRecordRequest(String, String, Map<String, Object>, Map<String, Map<String, String>>, String) - Constructor for class org.filteredpush.client.model.ChooseRecordRequest
 
ClassDeconstructor - Class in org.filteredpush.rdf.reflection
Starting with a top-level class, works recursively on the tree of related classes (fields, methods, collections and sets) and stores java reflection information about how to access each classes members.
ClassDeconstructor(Class<?>) - Constructor for class org.filteredpush.rdf.reflection.ClassDeconstructor
Constructor will take the top-level class given as an argument and walk the tree recursively to find all classes and all their members.
ClassMemberGenerator - Class in org.filteredpush.rdf.generation
Used by the DescriptorJavaClasses code generation.
ClassMemberGenerator() - Constructor for class org.filteredpush.rdf.generation.ClassMemberGenerator
 
ClassMembers - Class in org.filteredpush.rdf.reflection
Represents the members of a given class as java reflection objects for fields and methods.
ClassMembers(Class<?>) - Constructor for class org.filteredpush.rdf.reflection.ClassMembers
Constructor takes a class as an argument and creates the representation of the methods and fields.
ClassResolveException - Exception in org.filteredpush.mapper.util
An exception modeling failure during class resolving.
ClassResolveException() - Constructor for exception org.filteredpush.mapper.util.ClassResolveException
 
ClassResolveException(String) - Constructor for exception org.filteredpush.mapper.util.ClassResolveException
 
ClassResolveException(Throwable) - Constructor for exception org.filteredpush.mapper.util.ClassResolveException
 
ClassResolveException(String, Throwable) - Constructor for exception org.filteredpush.mapper.util.ClassResolveException
 
ClassResolver - Class in org.filteredpush.mapper.util
Resolve the class by dynamically loading it according to it's name.
ClassResolver() - Constructor for class org.filteredpush.mapper.util.ClassResolver
 
ClassResolver.CurClassNameGetter - Class in org.filteredpush.mapper.util
 
ClassResolver.CurClassNameGetter() - Constructor for class org.filteredpush.mapper.util.ClassResolver.CurClassNameGetter
 
clear() - Method in class org.filteredpush.client.model.AnnotationResponse
 
clear() - Method in class org.filteredpush.rdf.handler.MapOfSets
 
clearFillin() - Method in class org.filteredpush.client.model.FPAnnotation
 
CLIENT - Static variable in class net.oauth.example.consumer.webapp.FPConsumer
 
ClientIdentity - Class in org.filteredpush.identity
The identity of a client that wishes to interact with a filtered push network
ClientIdentity() - Constructor for class org.filteredpush.identity.ClientIdentity
 
clientMessageIDAsUUID() - Method in class org.filteredpush.message.FPMessage
 
clientMessageIDAsUUID(UUID) - Method in class org.filteredpush.message.FPMessage
 
clone() - Method in class org.filteredpush.triage.api.AbstractJob
 
clone() - Method in class org.filteredpush.triage.StoredProcedure
 
CollectionIdentifier - Class in org.filteredpush.annotationprocessor.data
The class representing the group of identifiers used in the annotation to identify the collection/dataset.
CollectionIdentifier(HashMap<String, String>, String) - Constructor for class org.filteredpush.annotationprocessor.data.CollectionIdentifier
 
CollectionObjectIdentifier - Class in org.filteredpush.annotationprocessor.data
The class representing the group of identifiers used to identify the occurrence object in the annotation.
CollectionObjectIdentifier(HashMap<String, String>, String) - Constructor for class org.filteredpush.annotationprocessor.data.CollectionObjectIdentifier
 
CompositeObject - Class in org.filteredpush.annotationprocessor.data
The base class for the annotation concept composed by simple concepts.
CompositeObject(List<String>) - Constructor for class org.filteredpush.annotationprocessor.data.CompositeObject
 
config() - Method in class org.filteredpush.messaging.test.InterestTest
 
config() - Method in class org.filteredpush.triage.test.ApplePieJobsTest
 
config() - Method in class org.filteredpush.triage.test.ApplePieProceduresTest
 
Configuration - Class in org.filteredpush.client.util
Get the configuration from the config file and provide the information to the other classes in the annotation processor.
Configuration() - Constructor for class org.filteredpush.client.util.Configuration
 
Configuration - Class in org.filteredpush.mapper.util
A class provides the configuration to the other class after parsing it from the config file.
Configuration() - Constructor for class org.filteredpush.mapper.util.Configuration
 
construct(String) - Method in interface org.filteredpush.knowledge.Datastore
 
construct(String) - Method in class org.filteredpush.knowledge.sparql.FusekiEndpoint
 
containsKey(Object) - Method in class org.filteredpush.rdf.handler.MapOfSets
 
containsValue(Object) - Method in class org.filteredpush.rdf.handler.MapOfSets
 
Converter - Interface in org.filteredpush.mapper.converter
Interface of the converter which convert data between the UI and the driver.
ConverterException - Exception in org.filteredpush.mapper.exception
The exception when the mapper fails to convert data between the adapter/driver and the webUI.
ConverterException(String) - Constructor for exception org.filteredpush.mapper.exception.ConverterException
 
copyResponse(OAuthMessage, HttpServletResponse) - Static method in class net.oauth.example.consumer.webapp.FPConsumer
 
CorrectParameterRequest - Class in org.filteredpush.client.model
This class models the request to ask the human user to correct the invalid parameter.
CorrectParameterRequest(String, String, List<String>) - Constructor for class org.filteredpush.client.model.CorrectParameterRequest
 
count() - Method in class org.filteredpush.messaging.mysqlbeans.AbstractFacade
 
create(T) - Method in class org.filteredpush.messaging.mysqlbeans.AbstractFacade
 
createAcceptMessage() - Method in class org.filteredpush.client.util.ObjectFactory
Create an instance of AcceptMessage
createAcceptMessage(AcceptMessage) - Method in class org.filteredpush.client.util.ObjectFactory
Create an instance of JAXBElement<AcceptMessage>}
createAcceptMessageResponse() - Method in class org.filteredpush.client.util.ObjectFactory
Create an instance of AcceptMessageResponse
createAcceptMessageResponse(AcceptMessageResponse) - Method in class org.filteredpush.client.util.ObjectFactory
Create an instance of JAXBElement<AcceptMessageResponse>}
createAgent() - Method in class org.filteredpush.client.model.ObjectFactory
Create an instance of Agent
createAnnotation() - Method in class org.filteredpush.client.model.ObjectFactory
Create an instance of Annotation
createAnnotation(Annotation) - Method in class org.filteredpush.client.model.ObjectFactory
Create an instance of JAXBElement<Annotation>}
createAnnotationJSON(String, String) - Method in class org.filteredpush.rdf.handler.ws.RdfBeanHandlerWS
This web method will take model objects serialized as json and hands them off to the handler (given by path param handlerName) defined in the generator.properties file.
createAnnotationXML(String, String) - Method in class org.filteredpush.rdf.handler.ws.RdfBeanHandlerWS
When invoked with a handlerName that corresponds to one definied in the configuration, RdfBeanHandler is invoked with the appropriate descriptor xml to generate an rdf/xml serialization of the incoming xml (unmarshaled using JaxB).
createAnnotator() - Method in class org.filteredpush.client.model.ObjectFactory
Create an instance of Annotator
createBody() - Method in class org.filteredpush.client.model.ObjectFactory
Create an instance of Body
createCheckForMessages() - Method in class org.filteredpush.client.util.ObjectFactory
Create an instance of CheckForMessages
createCheckForMessages(CheckForMessages) - Method in class org.filteredpush.client.util.ObjectFactory
Create an instance of JAXBElement<CheckForMessages>}
createCheckForMessagesResponse() - Method in class org.filteredpush.client.util.ObjectFactory
Create an instance of CheckForMessagesResponse
createCheckForMessagesResponse(CheckForMessagesResponse) - Method in class org.filteredpush.client.util.ObjectFactory
Create an instance of JAXBElement<CheckForMessagesResponse>}
createClientIdentity() - Method in class org.filteredpush.client.util.ObjectFactory
Create an instance of ClientIdentity
createEvidence() - Method in class org.filteredpush.client.model.ObjectFactory
Create an instance of Evidence
createExpectation() - Method in class org.filteredpush.client.model.ObjectFactory
Create an instance of Expectation
createFpMessage() - Method in class org.filteredpush.client.util.ObjectFactory
Create an instance of FpMessage
createGenerator() - Method in class org.filteredpush.client.model.ObjectFactory
Create an instance of Generator
createHandlerBindable() - Method in class org.filteredpush.rdf.binding.ObjectFactory
Create an instance of HandlerBindable
createHandlerModel() - Method in class org.filteredpush.rdf.binding.ObjectFactory
Create an instance of HandlerModel
createHandlerObject() - Method in class org.filteredpush.rdf.binding.ObjectFactory
Create an instance of HandlerObject
createHandlerOntologies() - Method in class org.filteredpush.rdf.binding.ObjectFactory
Create an instance of HandlerOntologies
createHandlerOntology() - Method in class org.filteredpush.rdf.binding.ObjectFactory
Create an instance of HandlerOntology
createHandlerProperties() - Method in class org.filteredpush.rdf.binding.ObjectFactory
Create an instance of HandlerProperties
createHandlerProperty() - Method in class org.filteredpush.rdf.binding.ObjectFactory
Create an instance of HandlerProperty
createHandlerResource() - Method in class org.filteredpush.rdf.binding.ObjectFactory
Create an instance of HandlerResource
createHandlerResources() - Method in class org.filteredpush.rdf.binding.ObjectFactory
Create an instance of HandlerResources
createJenaModel(RdfBean, String) - Method in class org.filteredpush.rdf.handler.RdfBeanHandler
Creates a jena model from the top level object provided as an argument and uses the base uri as the identifier common to all local resources.
createMotivation() - Method in class org.filteredpush.client.model.ObjectFactory
Create an instance of Motivation
createPolarity() - Method in class org.filteredpush.client.model.ObjectFactory
Create an instance of Polarity
createResolution() - Method in class org.filteredpush.client.model.ObjectFactory
Create an instance of Resolution
createSelector() - Method in class org.filteredpush.client.model.ObjectFactory
Create an instance of Selector
createSource() - Method in class org.filteredpush.client.model.ObjectFactory
Create an instance of Source
createTarget() - Method in class org.filteredpush.client.model.ObjectFactory
Create an instance of Target

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