|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.abdera.protocol.server.impl.ProviderSupport
org.apache.abdera.protocol.server.impl.AbstractProvider
org.wso2.registry.app.AtomRegistry
public class AtomRegistry
Field Summary | |
---|---|
static java.lang.String |
SECURE_REGISTRY
|
Fields inherited from class org.apache.abdera.protocol.server.impl.AbstractProvider |
---|
defaultpagesize |
Fields inherited from interface org.wso2.registry.app.APPConstants |
---|
COMMENTID_QNAME, COMMENTS_QNAME, IMPORT_MEDIATYPE, NAMESPACE, PARAMETER_AVERAGE_RATINGS, PARAMETER_COMMENTS, PARAMETER_LOGS, PARAMETER_QUERY, PARAMETER_RATINGS, PARAMETER_RENAME, PARAMETER_RESOURCE_EXIST, PARAMETER_RESTORE, PARAMETER_TAG_PATHS, PARAMETER_TAGS, PARAMETER_TAGS_REMOVED, PARAMETER_VERSION, QNAME_AVGRATING |
Constructor Summary | |
---|---|
AtomRegistry()
|
Method Summary | |
---|---|
org.apache.abdera.protocol.server.ResponseContext |
createEntry(org.apache.abdera.protocol.server.RequestContext request)
To post an entry we can use this method , however when it come to jdbcregistry posting means adding new resources , adding comments , adding tags , rating etc.. |
org.apache.abdera.protocol.server.ResponseContext |
deleteEntry(org.apache.abdera.protocol.server.RequestContext request)
|
org.apache.abdera.protocol.server.ResponseContext |
getEntry(org.apache.abdera.protocol.server.RequestContext request)
|
org.apache.abdera.protocol.server.ResponseContext |
getFeed(org.apache.abdera.protocol.server.RequestContext request)
This method used to get an atom feed representing the jdbcregistry and the depending on the URL the format of the feed will differ |
org.apache.abdera.protocol.server.ResponseContext |
getService(org.apache.abdera.protocol.server.RequestContext request)
|
org.apache.abdera.protocol.server.ResponseContext |
updateEntry(org.apache.abdera.protocol.server.RequestContext request)
This method is used for PUT operation and depending on the URL operation will be identify and perform that, not only that depending on the operation the structure of entry may vary |
Methods inherited from class org.apache.abdera.protocol.server.impl.AbstractProvider |
---|
combine, deleteMedia, entryPost, getAllowedMethods, getCategories, getMedia, mediaPost, request, updateMedia |
Methods inherited from class org.apache.abdera.protocol.server.impl.ProviderSupport |
---|
badrequest, beforeOrEqual, checkEntryAddAdditionalNamespaces, checkEntryNamespaces, conflict, createErrorDocument, createErrorResponse, createErrorResponse, forbidden, getDefaultpagesize, getDefaultPageSize, getOffset, getPageSize, isValidEntry, locked, notallowed, notmodified, notsupported, preconditionfailed, resolveBase, returnBase, sanitizeSlug, servererror, setDefaultpagesize, unauthorized, unavailable, unknown |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.abdera.protocol.server.Provider |
---|
deleteMedia, entryPost, getAllowedMethods, getCategories, getMedia, mediaPost, request, updateMedia |
Field Detail |
---|
public static final java.lang.String SECURE_REGISTRY
Constructor Detail |
---|
public AtomRegistry()
Method Detail |
---|
public org.apache.abdera.protocol.server.ResponseContext createEntry(org.apache.abdera.protocol.server.RequestContext request)
createEntry
in interface org.apache.abdera.protocol.server.Provider
request
- : RequestContext
public org.apache.abdera.protocol.server.ResponseContext deleteEntry(org.apache.abdera.protocol.server.RequestContext request)
deleteEntry
in interface org.apache.abdera.protocol.server.Provider
public org.apache.abdera.protocol.server.ResponseContext updateEntry(org.apache.abdera.protocol.server.RequestContext request)
updateEntry
in interface org.apache.abdera.protocol.server.Provider
request
- : RequestContext
public org.apache.abdera.protocol.server.ResponseContext getFeed(org.apache.abdera.protocol.server.RequestContext request)
getFeed
in interface org.apache.abdera.protocol.server.Provider
request
- : RequestContext
public org.apache.abdera.protocol.server.ResponseContext getEntry(org.apache.abdera.protocol.server.RequestContext request)
getEntry
in interface org.apache.abdera.protocol.server.Provider
public org.apache.abdera.protocol.server.ResponseContext getService(org.apache.abdera.protocol.server.RequestContext request)
getService
in interface org.apache.abdera.protocol.server.Provider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |