Uses of Class
ubiware.rdf2bean.core.RDFResource

Packages that use RDFResource
ubiware.rdf2bean.core   
ubiware.rdf2bean.social   
ubiware.rdf2bean.social.helper   
 

Uses of RDFResource in ubiware.rdf2bean.core
 

Methods in ubiware.rdf2bean.core with type parameters of type RDFResource
<T extends RDFResource>
java.util.Set<T>
Storage.getAllResourcesOfThisType(java.lang.Class<T> cl)
           
<T extends RDFResource>
T
Storage.getResourceOfThisTypeWithThisURI(java.lang.String uri, java.lang.Class<T> cl)
           
<T extends RDFResource>
void
Storage.register(java.lang.Class<T> cl, java.lang.String resourceURI)
           
 

Methods in ubiware.rdf2bean.core with parameters of type RDFResource
 void Storage.addResource(RDFResource res)
          Adds the given RDFResource object to the storage.
 

Method parameters in ubiware.rdf2bean.core with type arguments of type RDFResource
 void Storage.addResources(java.util.Collection<? extends RDFResource> resourcesToBeAdded)
          Adds the given collection of RDFResource objects to the storage.
 

Uses of RDFResource in ubiware.rdf2bean.social
 

Subclasses of RDFResource in ubiware.rdf2bean.social
 class Adapter
           
 class AdapterOAuth1
           
 class AdapterOAuth2
           
 class FacebookProfile
           
 class GeoLocation
           
 class HumanConnection
           
 class LinkedInProfile
           
 class Message
           
 class PersonalUserNetwork
           
 class PhoneBookProfile
           
 class SocialNetworkProfile
           
 class Status
           
 class TwitterProfile
           
 class WorkExperience
           
 

Uses of RDFResource in ubiware.rdf2bean.social.helper
 

Methods in ubiware.rdf2bean.social.helper with type parameters of type RDFResource
static
<T extends RDFResource>
java.util.List<T>
SocialHelper.getMultipleNonStringValues(Storage storage, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> properties, java.lang.String propertyName, java.lang.Class<T> cl)
           
static
<T extends RDFResource>
T
SocialHelper.getSingleNonStringValue(Storage s, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> properties, java.lang.String propertyName, java.lang.Class<T> cl)
           
static
<T extends RDFResource>
void
SocialHelper.setMultipleNonStringValues(Storage storage, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> properties, java.lang.String propertyName, java.util.List<T> list)
           
static
<T extends RDFResource>
void
SocialHelper.setSingleNonStringValue(Storage storage, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> properties, java.lang.String propertyName, T element)