Classes
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.
Sorting configuration
Contains constant values for the getConceptsQuery status parameter.
DO NOT CHANGE any constant values after a release
Description of InvalidModelObject
Short description
DO NOT CHANGE any constant values after a release
Interface GroupLogicInterface
LogicInterface – main Interface for RESTClient
Interface PostLogicInterface
Interface TagsLogicInterface
Interface UserLogicInterface
Description of Publication
Description of Bookmark
Description of Group
Description of Posts
Description of ModelObject
Description of Post
Description of Posts
Description of Resource
Description of SubTags
Represents a tag.
Description of Posts
Description of User
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.
Short description
Converts model object structure into CSL JSON string.
Short description
Description of Renderer
Description of ModelDeserializer
Converts model object structure into XML string
Converts XML representation of the model into model objects
Class CSLTypeEntytypeMap
Comparable Interface for Elements as part of an
Model\ArrayList
(e.g. Post, Tag, Group) that should be
comparable and sortable.
Short description
Comparator for sort function of
Model\Posts
Short description
Class EndnoteTypeEntytypeMap
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