The Accessor class holds information about the connection for the RestClient. I.e. the url of the server.
The BasicAuthAccessor class holds information about the connection for the RestClient. I.e. username and api-key for basic authentication.
OAuthAccessor is holding a http client and the necessary OAuth information for the RESTClient to make requests.
Contains constant values of all BibTeX Entry types.
DO NOT CHANGE any constant values after a release
Contains constant values of all resource types.
Contains constant values for the getConceptsQuery status parameter.
DO NOT CHANGE any constant values after a release
DO NOT CHANGE any constant values after a release
LogicInterface – main Interface for RESTClient
Description of Publication
Description of Bookmark
Description of ModelObject
Description of Resource
Description of SubTags
Description of Posts
An abstract query from which all other queries inherit.
Builds URL for DeleteConcept REST-API calls.
Builds URL for DeletePostDocument REST-API calls.
Builds URL for DeletePost API calls.
Builds URL for GetConceptDetails REST-API calls.
Builds URL for GetConcepts REST-API calls.
Builds URL for GetDocument REST-API calls.
Builds URL for GetFriends REST-API calls.
Builds URL for GetGroupDetails REST-API calls.
Builds URL for GetGroupList REST-API calls.
Builds URL for GetPopularPosts REST-API calls.
Builds URL for GetPostDetails REST-API calls.
Builds URL for GetPosts REST-API calls.
Builds URL for GetTagDetails REST-API calls.
Builds URL for GetTagRelation REST-API calls.
Builds URL for GetTags REST-API calls.
Builds URL for GetUserDetails REST-API calls.
Builds URL for GetUserListOfGroup REST-API calls.
Query for request a list of Users
Builds URL for CreateConcept REST-API calls.
Builds URL for CreateDocument REST-API calls.
Builds URL for CreatePost REST-API calls.
Builds URL for CreateUserRelationShip REST-API calls.
Builds URL for ChangeConcept REST-API calls.
Builds URL ChangePost REST-API calls.
PHP REST-client for BibSonomy API and PUMA API.
Converts model object structure into CSL JSON string.
Description of ModelDeserializer
Converts model object structure into XML string
Converts XML representation of the model into model objects
Comparable Interface for Elements as part of an Model\ArrayList (e.g. Post, Tag, Group) that should be comparable and sortable.
Comparator for sort function of Model\Posts
Contains constant values of all resource types.
SimHashUtils contains a set of static methods to serialize and normalize person names and titles. The function getSimHash1 calculates the interhash of a Rousource.
StringUtils contains a set of static methods to operate with strings, needed to serialize/normalize person names, titles, years and so on.
Description of UrlBuilder