Uses of Class
org.filteredpush.message.FPAnnotationDigest

Packages that use FPAnnotationDigest
org.filteredpush.client.jsf   
 

Uses of FPAnnotationDigest in org.filteredpush.client.jsf
 

Methods in org.filteredpush.client.jsf that return FPAnnotationDigest
 FPAnnotationDigest AnnotationsBean.getAnnotationDigest(java.lang.String uri)
           
 

Methods in org.filteredpush.client.jsf that return types with arguments of type FPAnnotationDigest
 java.util.List<FPAnnotationDigest> MessengerBean.getAnnotationReponses(java.lang.String uri)
          Get the annotation response for the specific annotation.
 java.util.List<FPAnnotationDigest> MessengerBean.getInterestedAnnotations(java.lang.String interestHandle)
          Get the annotation digests that pertains to the specific interest.
 java.util.List<FPAnnotationDigest> MessengerBean.getNewInterestedAnnotations(java.lang.String interestHandle, java.util.Date lastTime)
          Get the annotation digests that pertains to the specific interest and sent into the FPush network after the specific time stamp.
 java.util.List<FPAnnotationDigest> MessengerBean.searchAnnotations(java.util.List<java.lang.String> interestHandles, java.util.Map<java.lang.String,java.lang.String> paramMap)
          Search annotations in the FPush network that pertaining the specified interests and also the search parameters.