|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
Storage.getAllResourcesOfThisType(java.lang.Class<T> cl)
|
|
|
Storage.getResourceOfThisTypeWithThisURI(java.lang.String uri,
java.lang.Class<T> cl)
|
|
|
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
|
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
|
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
|
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
|
SocialHelper.setSingleNonStringValue(Storage storage,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> properties,
java.lang.String propertyName,
T element)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||