com.frevvo.forms.client
Class SchemaFeed

java.lang.Object
  extended by com.google.gdata.data.AbstractExtension
      extended by com.google.gdata.data.ExtensionPoint
          extended by com.google.gdata.data.Source
              extended by com.google.gdata.data.BaseFeed<F,E>
                  extended by com.google.gdata.data.media.MediaFeed<SchemaFeed,SchemaEntry>
                      extended by com.frevvo.forms.client.SchemaFeed
All Implemented Interfaces:
Extension, IAtom, IFeed, Kind.Adaptable, Kind.Adaptor

public class SchemaFeed
extends MediaFeed<SchemaFeed,SchemaEntry>

This feed contains a list of SchemaEntry's and can be used to create new SchemaEntry's.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gdata.data.BaseFeed
BaseFeed.FeedHandler, BaseFeed.FeedState
 
Nested classes/interfaces inherited from class com.google.gdata.data.Source
Source.SourceHandler, Source.SourceState
 
Nested classes/interfaces inherited from class com.google.gdata.data.ExtensionPoint
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler
 
Nested classes/interfaces inherited from class com.google.gdata.data.AbstractExtension
AbstractExtension.AttributesHandler
 
Field Summary
static String SCHEMAS_FEED_URL_FORMAT
           
 
Fields inherited from class com.google.gdata.data.BaseFeed
entries, entryClass, feedState
 
Fields inherited from class com.google.gdata.data.Source
srcState
 
Fields inherited from class com.google.gdata.data.ExtensionPoint
xmlBlob
 
Fields inherited from class com.google.gdata.data.AbstractExtension
localName, namespace
 
Constructor Summary
SchemaFeed()
          Constructs a new Feed instance
 
Method Summary
 SchemaEntry createEntry()
           
 SchemaEntry createEntry(ApplicationEntry appEntry)
           Create a new SchemaEntry using the given ApplicationEntry as the owner.
 Link getEntryPostLink()
           
static URL getFeedURL(URL baseUrl)
          Gets an URL for accessing the Schema feed
 ApplicationEntry getOwnerEntry()
           Get the ApplicationEntry that owns this feed.
 String getOwnerId()
           Get the application id that owns this feed.
<T extends SchemaEntry>
T
insert(T arg0)
           
 
Methods inherited from class com.google.gdata.data.media.MediaFeed
insert, insert, setService
 
Methods inherited from class com.google.gdata.data.BaseFeed
addAdaptor, declareExtensions, generate, generateAtom, generateFeedEnd, generateFeedStart, generateRss, getAdaptedFeed, getAdaptor, getAdaptors, getCanPost, getEntries, getEntries, getEtag, getFeedBatchLink, getHandler, getItemsPerPage, getKind, getNextLink, getPreviousLink, getSelf, getSelfLink, getService, getStartIndex, getTotalResults, getVersionId, parseAtom, parseAtom, parseAtom, readFeed, readFeed, setCanPost, setEntries, setEtag, setItemsPerPage, setKind, setStartIndex, setTotalResults, setVersionId, visitChildren
 
Methods inherited from class com.google.gdata.data.Source
addHtmlLink, addLink, generateInnerAtom, getAuthors, getCategories, getContributors, getHtmlLink, getIcon, getId, getLinks, getLinks, getLogo, getRights, getUpdated, removeLinks, removeLinks, setGenerator, setIcon, setId, setLogo, setRights, setSubtitle, setTitle, setUpdated
 
Methods inherited from class com.google.gdata.data.ExtensionPoint
addExtension, addExtension, addRepeatingExtension, addRepeatingExtension, checkRequiredExtensions, createExtensionInstance, generate, generateCumulativeXmlBlob, generateExtensions, generateStartElement, getExtension, getExtensionDescription, getExtensionHandler, getExtensions, getManifest, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, initializeArbitraryXml, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit, visitChild
 
Methods inherited from class com.google.gdata.data.AbstractExtension
consumeAttributes, eq, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.gdata.data.IFeed
getLogo, setLogo
 
Methods inherited from interface com.google.gdata.data.IAtom
getAuthors, getCategories, getId, getLinks, getUpdated, removeLinks, removeLinks, setId, setUpdated
 

Field Detail

SCHEMAS_FEED_URL_FORMAT

public static final String SCHEMAS_FEED_URL_FORMAT
See Also:
Constant Field Values
Constructor Detail

SchemaFeed

public SchemaFeed()
Constructs a new Feed instance

Method Detail

getFeedURL

public static URL getFeedURL(URL baseUrl)
                      throws MalformedURLException
Gets an URL for accessing the Schema feed

Returns:
the feed URL
Throws:
MalformedURLException

getEntryPostLink

public Link getEntryPostLink()
Specified by:
getEntryPostLink in interface IFeed
Overrides:
getEntryPostLink in class BaseFeed<SchemaFeed,SchemaEntry>

getOwnerId

public String getOwnerId()

Get the application id that owns this feed.

You can use the ownerId to get the ApplicationEntry associated with this SchemaFeed.

Returns:
The ownerId

getOwnerEntry

public ApplicationEntry getOwnerEntry()

Get the ApplicationEntry that owns this feed.

This method differs from the getOwnerId() method in that it returns the associated ApplicationEntry as opposed to returning the ownerId.

Returns:
The user entry
Throws:
ServiceException
IOException

createEntry

public SchemaEntry createEntry()
Specified by:
createEntry in interface IFeed
Overrides:
createEntry in class BaseFeed<SchemaFeed,SchemaEntry>

createEntry

public SchemaEntry createEntry(ApplicationEntry appEntry)

Create a new SchemaEntry using the given ApplicationEntry as the owner.

You only need to use this method instead of the createEntry() when inserting a SchemaEntry into a global ApplicationFeed, i.e. a feed without an ownerId.

Parameters:
appEntry - The owner entry
Returns:
The created SchemaEntry with ownerId set

insert

public <T extends SchemaEntry> T insert(T arg0)
                             throws ServiceException,
                                    IOException
Overrides:
insert in class BaseFeed<SchemaFeed,SchemaEntry>
Throws:
ServiceException
IOException


Copyright © 2006-2011 frevvo Inc. All Rights Reserved.