Package | Description |
---|---|
com.rometools.propono.atom.server | |
com.rometools.propono.atom.server.impl |
Modifier and Type | Class and Description |
---|---|
class |
AtomRequestImpl
Deprecated.
Propono will be removed in Rome 2.
|
Modifier and Type | Method and Description |
---|---|
void |
AtomHandler.deleteEntry(AtomRequest req)
Deprecated.
Delete entry specified by request.
|
AtomService |
AtomHandler.getAtomService(AtomRequest req)
Deprecated.
Return
com.rometools.rome.propono.atom.common.AtomService object that contains the
com.rometools.rome.propono.atom.common.Workspace objects available to the currently
authenticated user and within those the
com.rometools.rome.propono.atom.common.Collection avalaible. |
Categories |
AtomHandler.getCategories(AtomRequest req)
Deprecated.
Get categories, a list of Categories objects
|
Feed |
AtomHandler.getCollection(AtomRequest req)
Deprecated.
Return collection or portion of collection specified by request.
|
Entry |
AtomHandler.getEntry(AtomRequest req)
Deprecated.
Get entry specified by request.
|
AtomMediaResource |
AtomHandler.getMediaResource(AtomRequest req)
Deprecated.
Get media resource specified by request.
|
boolean |
AtomHandler.isAtomServiceURI(AtomRequest req)
Deprecated.
Return true if specified request represents URI of a Service Document.
|
boolean |
AtomHandler.isCategoriesURI(AtomRequest req)
Deprecated.
Return true if specified request represents URI of a Categories Document.
|
boolean |
AtomHandler.isCollectionURI(AtomRequest req)
Deprecated.
Return true if specified request represents URI of a collection.
|
boolean |
AtomHandler.isEntryURI(AtomRequest req)
Deprecated.
Return true if specified request represents URI of an Atom entry.
|
boolean |
AtomHandler.isMediaEditURI(AtomRequest req)
Deprecated.
Return true if specified patrequesthinfo represents media-edit URI.
|
Entry |
AtomHandler.postEntry(AtomRequest req,
Entry entry)
Deprecated.
Store new entry in collection specified by request and return representation of entry as it
is stored on server.
|
Entry |
AtomHandler.postMedia(AtomRequest req,
Entry entry)
Deprecated.
Store media data in collection specified by request, create an Atom media-link entry to store
metadata for the new media file and return that entry to the caller.
|
void |
AtomHandler.putEntry(AtomRequest req,
Entry entry)
Deprecated.
Update entry specified by request and return new entry as represented on the server.
|
void |
AtomHandler.putMedia(AtomRequest req)
Deprecated.
Update the media file part of a media-link entry.
|
Modifier and Type | Method and Description |
---|---|
void |
FileBasedAtomHandler.deleteEntry(AtomRequest areq)
Deprecated.
Delete entry specified by pathInfo.
|
AtomService |
FileBasedAtomHandler.getAtomService(AtomRequest areq)
Deprecated.
Return introspection document
|
Categories |
FileBasedAtomHandler.getCategories(AtomRequest areq)
Deprecated.
Returns null because we use in-line categories.
|
Feed |
FileBasedAtomHandler.getCollection(AtomRequest areq)
Deprecated.
Get collection specified by pathinfo.
|
Entry |
FileBasedAtomHandler.getEntry(AtomRequest areq)
Deprecated.
Get entry specified by pathInfo.
|
AtomMediaResource |
FileBasedAtomHandler.getMediaResource(AtomRequest areq)
Deprecated.
|
boolean |
FileBasedAtomHandler.isAtomServiceURI(AtomRequest areq)
Deprecated.
Return true if specified pathinfo represents URI of service doc.
|
boolean |
FileBasedAtomHandler.isCategoriesURI(AtomRequest areq)
Deprecated.
Return true if specified pathinfo represents URI of category doc.
|
boolean |
FileBasedAtomHandler.isCollectionURI(AtomRequest areq)
Deprecated.
Return true if specified pathinfo represents URI of a collection.
|
boolean |
FileBasedAtomHandler.isEntryURI(AtomRequest areq)
Deprecated.
Return true if specified pathinfo represents URI of an Atom entry.
|
boolean |
FileBasedAtomHandler.isMediaEditURI(AtomRequest areq)
Deprecated.
Return true if specified pathinfo represents media-edit URI.
|
Entry |
FileBasedAtomHandler.postEntry(AtomRequest areq,
Entry entry)
Deprecated.
Create a new entry specified by pathInfo and posted entry.
|
Entry |
FileBasedAtomHandler.postMedia(AtomRequest areq,
Entry entry)
Deprecated.
Store media data in collection specified by pathInfo, create an Atom media-link entry to
store metadata for the new media file and return that entry to the caller.
|
void |
FileBasedAtomHandler.putEntry(AtomRequest areq,
Entry entry)
Deprecated.
Update entry specified by pathInfo and posted entry.
|
void |
FileBasedAtomHandler.putMedia(AtomRequest areq)
Deprecated.
Update the media file part of a media-link entry.
|
Copyright © 2021. All rights reserved.