- GDataAuthStrategy - Class in com.rometools.propono.atom.client
-
- GDataAuthStrategy(String, String, String) - Constructor for class com.rometools.propono.atom.client.GDataAuthStrategy
-
Deprecated.
- generate(Module, Element) - Method in class com.rometools.propono.atom.common.rome.AppModuleGenerator
-
Deprecated.
Generate JDOM element for module and add it to parent element
- getAccepts() - Method in class com.rometools.propono.atom.common.Collection
-
Deprecated.
List of content-type ranges accepted by collection.
- getAccepts() - Method in class com.rometools.propono.blogclient.atomprotocol.AtomCollection
-
Deprecated.
Content-types accepted by collection.
- getAccepts() - Method in interface com.rometools.propono.blogclient.Blog.Collection
-
Deprecated.
Content-types accepted by collection.
- getAccepts() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.MetaWeblogBlogCollection
-
Deprecated.
Content-types accepted by collection.
- getAsStream() - Method in class com.rometools.propono.atom.client.ClientMediaEntry
-
Deprecated.
Get media resource as an InputStream, should work regardless of whether you set the media
resource data as an InputStream or as a byte array.
- getAsStream() - Method in class com.rometools.propono.blogclient.atomprotocol.AtomResource
-
Deprecated.
Get resource as stream, using content.src as URL
- getAsStream() - Method in interface com.rometools.propono.blogclient.BlogResource
-
Deprecated.
Get resource as stream, using content.src as URL
- getAsStream() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogResource
-
Deprecated.
Get media resource as input stream.
- getAtomProtocolURL() - Method in class com.rometools.propono.atom.server.impl.FileBasedAtomHandler
-
Deprecated.
Get base URI of Atom protocol implementation.
- getAtomService(String, AuthStrategy) - Static method in class com.rometools.propono.atom.client.AtomClientFactory
-
Deprecated.
Create AtomService by reading service doc from Atom Server.
- getAtomService(AtomRequest) - Method in interface com.rometools.propono.atom.server.AtomHandler
-
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.
- getAtomService(AtomRequest) - Method in class com.rometools.propono.atom.server.impl.FileBasedAtomHandler
-
Deprecated.
Return introspection document
- getAuthenticatedUsername() - Method in interface com.rometools.propono.atom.server.AtomHandler
-
Deprecated.
Get username of authenticated user.
- getAuthenticatedUsername() - Method in class com.rometools.propono.atom.server.impl.FileBasedAtomHandler
-
Deprecated.
Get username of authenticated user
- getAuthor() - Method in class com.rometools.propono.blogclient.BaseBlogEntry
-
Deprecated.
Get author of this entry
- getAuthor() - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Get author of this entry
- getBlog() - Method in class com.rometools.propono.blogclient.atomprotocol.AtomCollection
-
Deprecated.
Get blog that contains this collection.
- getBlog(String) - Method in class com.rometools.propono.blogclient.atomprotocol.AtomConnection
-
Deprecated.
Get blog by token
- getBlog() - Method in class com.rometools.propono.blogclient.BaseBlogEntry
-
Deprecated.
Blog is associated with a blog
- getBlog() - Method in interface com.rometools.propono.blogclient.Blog.Collection
-
Deprecated.
Get blog that contains this collection.
- getBlog(String) - Method in interface com.rometools.propono.blogclient.BlogConnection
-
Deprecated.
Get blog by token
- getBlog() - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Blog is associated with a blog
- getBlog() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.MetaWeblogBlogCollection
-
Deprecated.
Get blog that contains this collection.
- getBlog(String) - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogConnection
-
Deprecated.
Get blog by token
- getBlogConnection(String, String, String, String) - Static method in class com.rometools.propono.blogclient.BlogConnectionFactory
-
Deprecated.
Create a connection to a blog server.
- getBlogs() - Method in class com.rometools.propono.blogclient.atomprotocol.AtomConnection
-
Deprecated.
Returns collection of blogs available from this connection
- getBlogs() - Method in interface com.rometools.propono.blogclient.BlogConnection
-
Deprecated.
Returns collection of blogs available from this connection
- getBlogs() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogConnection
-
Deprecated.
Returns collection of blogs available from this connection
- getBytes() - Method in class com.rometools.propono.atom.client.ClientMediaEntry
-
Deprecated.
Get bytes of media resource associated with entry.
- getBytes() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogResource
-
Deprecated.
Get resource data as byte array.
- getBytesFromFile(File) - Static method in class com.rometools.propono.utils.Utilities
-
Deprecated.
Returns the contents of the file in a byte array (from JavaAlmanac).
- getCategories() - Method in class com.rometools.propono.atom.common.Categories
-
Deprecated.
Iterate over Category objects
- getCategories() - Method in class com.rometools.propono.atom.common.Collection
-
Deprecated.
Get categories allowed by collection.
- getCategories(AtomRequest) - Method in interface com.rometools.propono.atom.server.AtomHandler
-
Deprecated.
Get categories, a list of Categories objects
- getCategories(AtomRequest) - Method in class com.rometools.propono.atom.server.impl.FileBasedAtomHandler
-
Deprecated.
Returns null because we use in-line categories.
- getCategories(boolean) - Method in class com.rometools.propono.atom.server.impl.FileBasedCollection
-
Deprecated.
Get list of one Categories object containing categories allowed by collection.
- getCategories() - Method in class com.rometools.propono.atom.server.impl.FileBasedCollection
-
Deprecated.
Get list of one Categories object containing categories allowed by collection, returns
in-line categories if collection set to use in-line categories.
- getCategories() - Method in class com.rometools.propono.blogclient.atomprotocol.AtomBlog
-
Deprecated.
Returns list of available BlogEntry.Category in primary entries collection.
- getCategories() - Method in class com.rometools.propono.blogclient.atomprotocol.AtomCollection
-
Deprecated.
Return categories allowed by colletion.
- getCategories() - Method in class com.rometools.propono.blogclient.BaseBlogEntry
-
Deprecated.
Get categories, a list of BlogEntry.Category objects
- getCategories() - Method in interface com.rometools.propono.blogclient.Blog.Collection
-
Deprecated.
Return categories allowed by colletion.
- getCategories() - Method in interface com.rometools.propono.blogclient.Blog
-
- getCategories() - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Get categories, a list of BlogEntry.Category objects
- getCategories() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogBlog
-
Deprecated.
Returns list of available BlogEntry.Category in primary entries collection.
- getCategories() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.MetaWeblogBlogCollection
-
Deprecated.
Return categories allowed by colletion.
- getCollection(String, AuthStrategy) - Static method in class com.rometools.propono.atom.client.AtomClientFactory
-
Deprecated.
Create ClientCollection bound to URI.
- getCollection(AtomRequest) - Method in interface com.rometools.propono.atom.server.AtomHandler
-
Deprecated.
Return collection or portion of collection specified by request.
- getCollection(AtomRequest) - Method in class com.rometools.propono.atom.server.impl.FileBasedAtomHandler
-
Deprecated.
Get collection specified by pathinfo.
- getCollection(String) - Method in class com.rometools.propono.blogclient.atomprotocol.AtomBlog
-
Deprecated.
Get collection by token.
- getCollection(String) - Method in interface com.rometools.propono.blogclient.Blog
-
Deprecated.
Get collection by token.
- getCollection(String) - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogBlog
-
Deprecated.
Get collection by token.
- getCollections() - Method in class com.rometools.propono.atom.common.Workspace
-
Deprecated.
Iterate over collections in workspace
- getCollections() - Method in class com.rometools.propono.blogclient.atomprotocol.AtomBlog
-
Deprecated.
Gets listing of entry and resource collections available in the blog, including the primary
collections.
- getCollections() - Method in interface com.rometools.propono.blogclient.Blog
-
Deprecated.
Gets listing of entry and resource collections available in the blog, including the primary
collections.
- getCollections() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogBlog
-
Deprecated.
Gets listing of entry and resource collections available in the blog, including the primary
collections.
- getContent() - Method in class com.rometools.propono.atom.client.ClientEntry
-
Deprecated.
Convenience method to get first content object in content collection.
- getContent() - Method in class com.rometools.propono.blogclient.BaseBlogEntry
-
Deprecated.
Get content of this blog entry
- getContent() - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Get content of this blog entry
- getContentLength() - Method in class com.rometools.propono.atom.server.AtomMediaResource
-
Deprecated.
- getContentLength() - Method in interface com.rometools.propono.atom.server.AtomRequest
-
Deprecated.
Returns the length, in bytes, of the request body and made available by the input stream, or
-1 if the length is not known.
- getContentLength() - Method in class com.rometools.propono.atom.server.AtomRequestImpl
-
Deprecated.
- getContentNamespace() - Method in class com.rometools.propono.atom.common.rome.AppModuleParser
-
Deprecated.
Get namespace of module
- getContentType() - Method in class com.rometools.propono.atom.server.AtomMediaResource
-
Deprecated.
- getContentType() - Method in interface com.rometools.propono.atom.server.AtomRequest
-
Deprecated.
Returns the MIME type of the body of the request, or null if the type is not known.
- getContentType() - Method in class com.rometools.propono.atom.server.AtomRequestImpl
-
Deprecated.
- getContentType() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogResource
-
Deprecated.
Get content-type of associated media resource.
- getContextDirPath() - Static method in class com.rometools.propono.atom.server.AtomServlet
-
Deprecated.
Get absolute path to Servlet context directory.
- getDateHeader(String) - Method in interface com.rometools.propono.atom.server.AtomRequest
-
Deprecated.
Returns the value of the specified request header as a long value that represents a Date
object.
- getDateHeader(String) - Method in class com.rometools.propono.atom.server.AtomRequestImpl
-
Deprecated.
- getDraft() - Method in interface com.rometools.propono.atom.common.rome.AppModule
-
Deprecated.
True if entry is a draft
- getDraft() - Method in class com.rometools.propono.atom.common.rome.AppModuleImpl
-
Deprecated.
True if entry is draft
- getDraft() - Method in class com.rometools.propono.blogclient.BaseBlogEntry
-
Deprecated.
Get draft status of this entry
- getDraft() - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Get draft status of this entry
- getEdited() - Method in interface com.rometools.propono.atom.common.rome.AppModule
-
Deprecated.
Time of last edit
- getEdited() - Method in class com.rometools.propono.atom.common.rome.AppModuleImpl
-
Deprecated.
Time of last edit
- getEditURI() - Method in class com.rometools.propono.atom.client.ClientEntry
-
Deprecated.
Get the URI that can be used to edit the entry via HTTP PUT or DELETE.
- getEmail() - Method in class com.rometools.propono.blogclient.BlogEntry.Person
-
Deprecated.
Get person's email
- getEntries() - Method in class com.rometools.propono.atom.client.ClientCollection
-
Deprecated.
Get iterator over entries in this collection.
- getEntries() - Method in class com.rometools.propono.blogclient.atomprotocol.AtomBlog
-
Deprecated.
Get iterator over entries in primary entries collection (the first collection that accepts
entries).
- getEntries() - Method in class com.rometools.propono.blogclient.atomprotocol.AtomCollection
-
Deprecated.
Get iterator over entries/resources in this collection.
- getEntries() - Method in interface com.rometools.propono.blogclient.Blog.Collection
-
Deprecated.
Get iterator over entries/resources in this collection.
- getEntries() - Method in interface com.rometools.propono.blogclient.Blog
-
- getEntries() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogBlog
-
Deprecated.
Get iterator over entries in primary entries collection (the first collection that accepts
entries).
- getEntries() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.MetaWeblogBlogCollection
-
Deprecated.
Get iterator over entries/resources in this collection.
- getEntry(String) - Method in class com.rometools.propono.atom.client.ClientAtomService
-
Deprecated.
Get full entry from service by entry edit URI.
- getEntry(String) - Method in class com.rometools.propono.atom.client.ClientCollection
-
Deprecated.
Get full entry specified by entry edit URI.
- getEntry(AtomRequest) - Method in interface com.rometools.propono.atom.server.AtomHandler
-
Deprecated.
Get entry specified by request.
- getEntry(AtomRequest) - Method in class com.rometools.propono.atom.server.impl.FileBasedAtomHandler
-
Deprecated.
Get entry specified by pathInfo.
- getEntry(String) - Method in class com.rometools.propono.atom.server.impl.FileBasedCollection
-
Deprecated.
Get an entry from the collection.
- getEntry(String) - Method in class com.rometools.propono.blogclient.atomprotocol.AtomBlog
-
Deprecated.
Get a single BlogEntry (or BlogResource) by token.
- getEntry(String) - Method in interface com.rometools.propono.blogclient.Blog
-
Deprecated.
Get a single BlogEntry (or BlogResource) by token.
- getEntry(String) - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogBlog
-
Deprecated.
Get a single BlogEntry (or BlogResource) by token.
- getException() - Method in error com.rometools.propono.atom.server.FactoryConfigurationError
-
Deprecated.
Return the actual exception (if any) that caused this exception to be raised.
- getFeedDocument() - Method in class com.rometools.propono.atom.server.impl.FileBasedCollection
-
Deprecated.
Get feed document representing collection.
- getHeader(String) - Method in interface com.rometools.propono.atom.server.AtomRequest
-
Deprecated.
Returns the value of the specified request header as a String.
- getHeader(String) - Method in class com.rometools.propono.atom.server.AtomRequestImpl
-
Deprecated.
- getHeaderNames() - Method in interface com.rometools.propono.atom.server.AtomRequest
-
Deprecated.
Returns an enumeration of all the header names this request contains.
- getHeaderNames() - Method in class com.rometools.propono.atom.server.AtomRequestImpl
-
Deprecated.
- getHeaders(String) - Method in interface com.rometools.propono.atom.server.AtomRequest
-
Deprecated.
Returns all the values of the specified request header as an Enumeration of String objects.
- getHeaders(String) - Method in class com.rometools.propono.atom.server.AtomRequestImpl
-
Deprecated.
- getHref() - Method in class com.rometools.propono.atom.common.Categories
-
Deprecated.
URI of out-of-line categories
- getHref() - Method in class com.rometools.propono.atom.common.Collection
-
Deprecated.
The URI of the collection
- getHrefResolved() - Method in class com.rometools.propono.atom.common.Categories
-
Deprecated.
Get unresolved URI of the collection, or null if impossible to determine
- getHrefResolved() - Method in class com.rometools.propono.atom.common.Collection
-
Deprecated.
Get resolved URI of the collection, or null if impossible to determine
- getHrefResolved(String) - Method in class com.rometools.propono.atom.common.Collection
-
Deprecated.
Get resolved URI using collection's baseURI, or null if impossible to determine
- getId() - Method in class com.rometools.propono.blogclient.BaseBlogEntry
-
Deprecated.
Get globally unique ID of this blog entry
- getId() - Method in class com.rometools.propono.blogclient.BlogEntry.Category
-
Deprecated.
Get category id
- getId() - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Get globally unique ID of this blog entry
- getInputStream() - Method in class com.rometools.propono.atom.client.ClientMediaEntry
-
Deprecated.
Get input stream for media resource associated with this entry.
- getInputStream() - Method in class com.rometools.propono.atom.server.AtomMediaResource
-
Deprecated.
- getInputStream() - Method in interface com.rometools.propono.atom.server.AtomRequest
-
Deprecated.
Retrieves the body of the request as binary data using a ServletInputStream.
- getInputStream() - Method in class com.rometools.propono.atom.server.AtomRequestImpl
-
Deprecated.
- getInterface() - Method in class com.rometools.propono.atom.common.rome.AppModuleImpl
-
Deprecated.
Get interface class of module
- getIntHeader(String) - Method in interface com.rometools.propono.atom.server.AtomRequest
-
Deprecated.
Returns the value of the specified request header as an int.
- getIntHeader(String) - Method in class com.rometools.propono.atom.server.AtomRequestImpl
-
Deprecated.
- getLastModified() - Method in class com.rometools.propono.atom.server.AtomMediaResource
-
Deprecated.
- getMediaLinkURI() - Method in class com.rometools.propono.atom.client.ClientMediaEntry
-
Deprecated.
Get media link URI for editing the media resource associated with this entry via HTTP PUT or
DELETE.
- getMediaResource(AtomRequest) - Method in interface com.rometools.propono.atom.server.AtomHandler
-
Deprecated.
Get media resource specified by request.
- getMediaResource(AtomRequest) - Method in class com.rometools.propono.atom.server.impl.FileBasedAtomHandler
-
Deprecated.
- getMediaResource(String) - Method in class com.rometools.propono.atom.server.impl.FileBasedCollection
-
Deprecated.
Get media resource wrapping a file.
- getMessage() - Method in error com.rometools.propono.atom.server.FactoryConfigurationError
-
Deprecated.
Return the message (if any) for this error .
- getModificationDate() - Method in class com.rometools.propono.blogclient.BaseBlogEntry
-
Deprecated.
Get update date of this entry
- getModificationDate() - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Get update date of this entry
- getName() - Method in class com.rometools.propono.blogclient.atomprotocol.AtomBlog
-
Deprecated.
Name of this blog.
- getName() - Method in class com.rometools.propono.blogclient.atomprotocol.AtomResource
-
Deprecated.
Get resource name (name is required)
- getName() - Method in interface com.rometools.propono.blogclient.Blog
-
Deprecated.
Name of this blog.
- getName() - Method in class com.rometools.propono.blogclient.BlogEntry.Category
-
Deprecated.
Get category display name
- getName() - Method in class com.rometools.propono.blogclient.BlogEntry.Person
-
Deprecated.
Get person's name
- getName() - Method in interface com.rometools.propono.blogclient.BlogResource
-
Deprecated.
Get resource name (name is required)
- getName() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogBlog
-
Deprecated.
Name of this blog.
- getName() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogResource
-
Deprecated.
Get resource name (name is required)
- getNamespaces() - Method in class com.rometools.propono.atom.common.rome.AppModuleGenerator
-
Deprecated.
Get namespaces associated with this module
- getNamespaceUri() - Method in class com.rometools.propono.atom.common.rome.AppModuleGenerator
-
Deprecated.
- getNamespaceUri() - Method in class com.rometools.propono.atom.common.rome.AppModuleParser
-
Deprecated.
Get URI of module namespace
- getParameter(String) - Method in interface com.rometools.propono.atom.server.AtomRequest
-
Deprecated.
Returns the value of a request parameter as a String, or null if the parameter does not
exist.
- getParameter(String) - Method in class com.rometools.propono.atom.server.AtomRequestImpl
-
Deprecated.
- getParameterMap() - Method in interface com.rometools.propono.atom.server.AtomRequest
-
Deprecated.
Returns a java.util.Map of the parameters of this request.
- getParameterMap() - Method in class com.rometools.propono.atom.server.AtomRequestImpl
-
Deprecated.
- getParameterNames() - Method in interface com.rometools.propono.atom.server.AtomRequest
-
Deprecated.
Returns an Enumeration of String objects containing the names of the parameters contained in
this request.
- getParameterNames() - Method in class com.rometools.propono.atom.server.AtomRequestImpl
-
Deprecated.
- getParameterValues(String) - Method in interface com.rometools.propono.atom.server.AtomRequest
-
Deprecated.
Returns an array of String objects containing all of the values the given request parameter
has, or null if the parameter does not exist.
- getParameterValues(String) - Method in class com.rometools.propono.atom.server.AtomRequestImpl
-
Deprecated.
- getPathInfo() - Method in interface com.rometools.propono.atom.server.AtomRequest
-
Deprecated.
Returns any extra path information associated with the URL the client sent when it made this
request.
- getPathInfo() - Method in class com.rometools.propono.atom.server.AtomRequestImpl
-
Deprecated.
- getPermalink() - Method in class com.rometools.propono.blogclient.BaseBlogEntry
-
Deprecated.
Permanent link to this entry (assigned by server)
- getPermalink() - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Permanent link to this entry (assigned by server)
- getPublicationDate() - Method in class com.rometools.propono.blogclient.BaseBlogEntry
-
Deprecated.
Set publish date of this entry
- getPublicationDate() - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Set publish date of this entry
- getQueryString() - Method in interface com.rometools.propono.atom.server.AtomRequest
-
Deprecated.
Returns the query string that is contained in the request URL after the path.
- getQueryString() - Method in class com.rometools.propono.atom.server.AtomRequestImpl
-
Deprecated.
- getRemoteUser() - Method in interface com.rometools.propono.atom.server.AtomRequest
-
Deprecated.
Returns the login of the user making this request, if the user has been authenticated, or
null if the user has not been authenticated.
- getRemoteUser() - Method in class com.rometools.propono.atom.server.AtomRequestImpl
-
Deprecated.
- getRequestURI() - Method in interface com.rometools.propono.atom.server.AtomRequest
-
Deprecated.
Returns the part of this request's URL from the protocol name up to the query string in the
first line of the HTTP request.
- getRequestURI() - Method in class com.rometools.propono.atom.server.AtomRequestImpl
-
Deprecated.
- getRequestURL() - Method in interface com.rometools.propono.atom.server.AtomRequest
-
Deprecated.
Reconstructs the URL the client used to make the request.
- getRequestURL() - Method in class com.rometools.propono.atom.server.AtomRequestImpl
-
Deprecated.
- getResources() - Method in class com.rometools.propono.blogclient.atomprotocol.AtomBlog
-
Deprecated.
Get entries in primary resources collection (the first collection that accepts anything other
than entries).
- getResources() - Method in interface com.rometools.propono.blogclient.Blog
-
- getResources() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogBlog
-
Deprecated.
Get entries in primary resources collection (the first collection that accepts anything other
than entries).
- getRootCause() - Method in exception com.rometools.propono.utils.ProponoException
-
Deprecated.
Get root cause object, or null if none.
- getRootCauseMessage() - Method in exception com.rometools.propono.utils.ProponoException
-
Deprecated.
Get root cause message.
- getScheme() - Method in class com.rometools.propono.atom.common.Categories
-
Deprecated.
Category URI scheme to use for Categories without a scheme
- getSlug() - Method in class com.rometools.propono.atom.client.ClientMediaEntry
-
Deprecated.
Set string to be used in file name of new media resource on server.
- getSrc() - Method in class com.rometools.propono.blogclient.BlogEntry.Content
-
Deprecated.
Get URI of content if out-of-line
- getStatus() - Method in exception com.rometools.propono.atom.server.AtomException
-
Deprecated.
Get HTTP status associated with exception.
- getStatus() - Method in exception com.rometools.propono.atom.server.AtomNotAuthorizedException
-
Deprecated.
Get HTTP status code of exception (HTTP 403 unauthorized)
- getStatus() - Method in exception com.rometools.propono.atom.server.AtomNotFoundException
-
Deprecated.
Get HTTP status code associated with exception (404 not found)
- getSummary() - Method in class com.rometools.propono.blogclient.BaseBlogEntry
-
Deprecated.
Get summary of this blog entry
- getSummary() - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Get summary of this blog entry
- getTitle() - Method in class com.rometools.propono.atom.common.Collection
-
Deprecated.
Must have human readable title
- getTitle() - Method in class com.rometools.propono.atom.common.Workspace
-
Deprecated.
DefaultWorkspace must have a human readable title
- getTitle() - Method in class com.rometools.propono.blogclient.atomprotocol.AtomCollection
-
Deprecated.
Title of collection.
- getTitle() - Method in class com.rometools.propono.blogclient.BaseBlogEntry
-
Deprecated.
Get title of this blog entry
- getTitle() - Method in interface com.rometools.propono.blogclient.Blog.Collection
-
Deprecated.
Title of collection.
- getTitle() - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Get title of this blog entry
- getTitle() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.MetaWeblogBlogCollection
-
Deprecated.
Title of collection.
- getTitleType() - Method in class com.rometools.propono.atom.common.Collection
-
Deprecated.
Type of title ("text", "html" or "xhtml")
- getTitleType() - Method in class com.rometools.propono.atom.common.Workspace
-
Deprecated.
Get title type ("text", "html", "xhtml" or MIME content-type)
- getToken() - Method in class com.rometools.propono.blogclient.atomprotocol.AtomBlog
-
Deprecated.
Token can be used to fetch this blog again from getBlog() method.
- getToken() - Method in class com.rometools.propono.blogclient.atomprotocol.AtomCollection
-
Deprecated.
Token that can be used to fetch collection.
- getToken() - Method in class com.rometools.propono.blogclient.atomprotocol.AtomEntry
-
Deprecated.
- getToken() - Method in interface com.rometools.propono.blogclient.Blog.Collection
-
Deprecated.
Token that can be used to fetch collection.
- getToken() - Method in interface com.rometools.propono.blogclient.Blog
-
Deprecated.
Token can be used to fetch this blog again from getBlog() method.
- getToken() - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Get token, which can be used to fetch the blog entry
- getToken() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogBlog
-
Deprecated.
Token can be used to fetch this blog again from getBlog() method.
- getToken() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.MetaWeblogBlogCollection
-
Deprecated.
Token that can be used to fetch collection.
- getToken() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogEntry
-
Deprecated.
Get token, which can be used to fetch the blog entry
- getToken() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogResource
-
Deprecated.
Get token, which can be used to fetch the blog entry
- getType() - Method in class com.rometools.propono.blogclient.BlogEntry.Content
-
Deprecated.
Get type of content, either "text", "html", "xhtml" or a MIME content-type.
- getUrl() - Method in class com.rometools.propono.blogclient.BlogEntry.Category
-
Deprecated.
Get URL of category domain
- getUrl() - Method in class com.rometools.propono.blogclient.BlogEntry.Person
-
Deprecated.
Get person's URL
- getUserPrincipal() - Method in interface com.rometools.propono.atom.server.AtomRequest
-
Deprecated.
Returns a java.security.Principal object containing the name of the current authenticated
user.
- getUserPrincipal() - Method in class com.rometools.propono.atom.server.AtomRequestImpl
-
Deprecated.
- getValue() - Method in class com.rometools.propono.blogclient.BlogEntry.Content
-
Deprecated.
Get value of content if in-line
- getWorkspace() - Method in class com.rometools.propono.atom.client.ClientCollection
-
Deprecated.
Get workspace or null if collection is not associated with a workspace.
- getWorkspaces() - Method in class com.rometools.propono.atom.common.AtomService
-
Deprecated.
Get Workspaces available from service.
- save() - Method in class com.rometools.propono.blogclient.atomprotocol.AtomEntry
-
Deprecated.
- save() - Method in class com.rometools.propono.blogclient.atomprotocol.AtomResource
-
Deprecated.
Save this entry to it's collection.
- save() - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Save this entry to it's collection.
- save() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogEntry
-
Deprecated.
Save this entry to it's collection.
- save() - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogResource
-
Deprecated.
Save this entry to it's collection.
- saveEntry(BlogEntry) - Method in class com.rometools.propono.blogclient.atomprotocol.AtomCollection
-
Deprecated.
Save or update a BlogEntry in this collection by adding it to this collection and then
calling it's entry.save() method.
- saveEntry(BlogEntry) - Method in interface com.rometools.propono.blogclient.Blog.Collection
-
Deprecated.
Save or update a BlogEntry in this collection by adding it to this collection and then
calling it's entry.save() method.
- saveEntry(BlogEntry) - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.MetaWeblogBlogCollection
-
Deprecated.
Save or update a BlogEntry in this collection by adding it to this collection and then
calling it's entry.save() method.
- saveResource(BlogResource) - Method in class com.rometools.propono.blogclient.atomprotocol.AtomCollection
-
Deprecated.
Save or update resource in this collection
- saveResource(BlogResource) - Method in interface com.rometools.propono.blogclient.Blog.Collection
-
Deprecated.
Save or update resource in this collection
- saveResource(BlogResource) - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogBlog.MetaWeblogBlogCollection
-
Deprecated.
Save or update resource in this collection
- serviceToDocument() - Method in class com.rometools.propono.atom.common.AtomService
-
Deprecated.
Serialize an AtomService object into an XML document
- setAccepts(List<String>) - Method in class com.rometools.propono.atom.common.Collection
-
Deprecated.
- setAppkey(String) - Method in class com.rometools.propono.blogclient.atomprotocol.AtomConnection
-
Deprecated.
Set appkey (optional, needed by some blog servers)
- setAppkey(String) - Method in interface com.rometools.propono.blogclient.BlogConnection
-
Deprecated.
Set appkey (optional, needed by some blog servers)
- setAppkey(String) - Method in class com.rometools.propono.blogclient.metaweblog.MetaWeblogConnection
-
Deprecated.
Set appkey (optional, needed by some blog servers)
- setAuthor(BlogEntry.Person) - Method in class com.rometools.propono.blogclient.BaseBlogEntry
-
Deprecated.
Set author of this entry
- setAuthor(BlogEntry.Person) - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Set author of this entry
- setBytes(byte[]) - Method in class com.rometools.propono.atom.client.ClientMediaEntry
-
Deprecated.
Set media resource data as a byte array, don't try this if you have already set the data as
an InputStream.
- setCategories(List<BlogEntry.Category>) - Method in class com.rometools.propono.blogclient.BaseBlogEntry
-
Deprecated.
Set categories, a list of BlogEntry.Category objects
- setCategories(List<BlogEntry.Category>) - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Set categories, a list of BlogEntry.Category objects
- setContent(String, String) - Method in class com.rometools.propono.atom.client.ClientEntry
-
Deprecated.
Set content of entry.
- setContent(Content) - Method in class com.rometools.propono.atom.client.ClientEntry
-
Deprecated.
Convenience method to set first content object in content collection.
- setContent(BlogEntry.Content) - Method in class com.rometools.propono.blogclient.BaseBlogEntry
-
Deprecated.
Set content of this blog entry
- setContent(BlogEntry.Content) - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Set content of this blog entry
- setContentLength(long) - Method in class com.rometools.propono.atom.server.AtomMediaResource
-
Deprecated.
- setContentType(String) - Method in class com.rometools.propono.atom.server.AtomMediaResource
-
Deprecated.
- setCreated(Date) - Method in class com.rometools.propono.atom.client.ClientEntry
-
Deprecated.
- setDraft(Boolean) - Method in interface com.rometools.propono.atom.common.rome.AppModule
-
Deprecated.
Set to true if entry is a draft
- setDraft(Boolean) - Method in class com.rometools.propono.atom.common.rome.AppModuleImpl
-
Deprecated.
Set to true if entry is draft
- setDraft(boolean) - Method in class com.rometools.propono.blogclient.BaseBlogEntry
-
Deprecated.
Set draft status of this entry
- setDraft(boolean) - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Set draft status of this entry
- setEdited(Date) - Method in interface com.rometools.propono.atom.common.rome.AppModule
-
Deprecated.
Set time of last edit
- setEdited(Date) - Method in class com.rometools.propono.atom.common.rome.AppModuleImpl
-
Deprecated.
Set time of last edit
- setEmail(String) - Method in class com.rometools.propono.blogclient.BlogEntry.Person
-
Deprecated.
Set person's email
- setFixed(boolean) - Method in class com.rometools.propono.atom.common.Categories
-
Deprecated.
True if clients MUST use one of the categories specified
- setHref(String) - Method in class com.rometools.propono.atom.common.Categories
-
Deprecated.
URI of out-of-line categories
- setHref(String) - Method in class com.rometools.propono.atom.common.Collection
-
Deprecated.
Set URI of collection
- setId(String) - Method in class com.rometools.propono.blogclient.BlogEntry.Category
-
Deprecated.
Set category id
- setInputStream(InputStream) - Method in class com.rometools.propono.atom.client.ClientMediaEntry
-
Deprecated.
Set media resource data as an input stream, don't try this if you have already set the data
as a byte array.
- setInputStream(InputStream) - Method in class com.rometools.propono.atom.server.AtomMediaResource
-
Deprecated.
- setLastModified(Date) - Method in class com.rometools.propono.atom.server.AtomMediaResource
-
Deprecated.
- setModificationDate(Date) - Method in class com.rometools.propono.blogclient.BaseBlogEntry
-
Deprecated.
Set update date of this entry
- setModificationDate(Date) - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Set update date of this entry
- setName(String) - Method in class com.rometools.propono.blogclient.BlogEntry.Category
-
Deprecated.
Set category display name
- setName(String) - Method in class com.rometools.propono.blogclient.BlogEntry.Person
-
Deprecated.
Set person's name
- setPublicationDate(Date) - Method in class com.rometools.propono.blogclient.BaseBlogEntry
-
Deprecated.
Get publish date of this entry
- setPublicationDate(Date) - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Get publish date of this entry
- setScheme(String) - Method in class com.rometools.propono.atom.common.Categories
-
Deprecated.
Category URI scheme to use for Categories without a scheme
- setSlug(String) - Method in class com.rometools.propono.atom.client.ClientMediaEntry
-
Deprecated.
Get string to be used in file name of new media resource on server.
- setSrc(String) - Method in class com.rometools.propono.blogclient.BlogEntry.Content
-
Deprecated.
Set URI of content if out-of-line
- setSummary(String) - Method in class com.rometools.propono.blogclient.BaseBlogEntry
-
Deprecated.
Set summary of this blog entry
- setSummary(String) - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Set summary of this blog entry
- setTitle(String) - Method in class com.rometools.propono.atom.common.Collection
-
Deprecated.
Set title of collection.
- setTitle(String) - Method in class com.rometools.propono.atom.common.Workspace
-
Deprecated.
Set title of workspace.
- setTitle(String) - Method in class com.rometools.propono.blogclient.BaseBlogEntry
-
Deprecated.
Set title of this blog entry
- setTitle(String) - Method in interface com.rometools.propono.blogclient.BlogEntry
-
Deprecated.
Set title of this blog entry
- setTitleType(String) - Method in class com.rometools.propono.atom.common.Collection
-
Deprecated.
Type of title ("text", "html" or "xhtml")
- setTitleType(String) - Method in class com.rometools.propono.atom.common.Workspace
-
Deprecated.
Set title type ("text", "html", "xhtml" or MIME content-type)
- setType(String) - Method in class com.rometools.propono.blogclient.BlogEntry.Content
-
Deprecated.
Set type of content, either "text", "html", "xhtml" or a MIME content-type.
- setUrl(String) - Method in class com.rometools.propono.blogclient.BlogEntry.Category
-
Deprecated.
Set URL of category domain
- setUrl(String) - Method in class com.rometools.propono.blogclient.BlogEntry.Person
-
Deprecated.
Set person's URL
- setValue(String) - Method in class com.rometools.propono.blogclient.BlogEntry.Content
-
Deprecated.
Set value of content if in-line
- setWorkspaces(List<Workspace>) - Method in class com.rometools.propono.atom.common.AtomService
-
Deprecated.
Set Workspaces of service.
- streamToString(InputStream) - Static method in class com.rometools.propono.utils.Utilities
-
Deprecated.
Read input from stream and into string.
- stringArrayToString(String[], String) - Static method in class com.rometools.propono.utils.Utilities
-
Deprecated.
Convert string array to string.
- stringToStringArray(String, String) - Static method in class com.rometools.propono.utils.Utilities
-
Deprecated.
Convert string to string array.
- summary - Variable in class com.rometools.propono.blogclient.BaseBlogEntry
-
Deprecated.