com.frevvo.forms.client
Class TaskFeed
java.lang.Object
com.google.gdata.data.AbstractExtension
com.google.gdata.data.ExtensionPoint
com.google.gdata.data.Source
com.google.gdata.data.BaseFeed<F,E>
com.google.gdata.data.media.MediaFeed<TaskFeed,TaskEntry>
com.frevvo.forms.client.TaskFeed
- All Implemented Interfaces:
- Extension, IAtom, IFeed, Kind.Adaptable, Kind.Adaptor
public class TaskFeed
- extends MediaFeed<TaskFeed,TaskEntry>
This feed contains a list of TaskEntry's
|
Constructor Summary |
TaskFeed()
Constructs a new Feed instance |
| Methods inherited from class com.google.gdata.data.BaseFeed |
addAdaptor, createEntry, declareExtensions, generate, generateAtom, generateFeedEnd, generateFeedStart, generateRss, getAdaptedFeed, getAdaptor, getAdaptors, getCanPost, getEntries, getEntries, getEntryPostLink, getEtag, getFeedBatchLink, getHandler, getItemsPerPage, getKind, getNextLink, getPreviousLink, getSelf, getSelfLink, getService, getStartIndex, getTotalResults, getVersionId, insert, 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 |
TASK_FEED_URL_FORMAT
public static final String TASK_FEED_URL_FORMAT
- See Also:
- Constant Field Values
REL_TASK_LIST
public static final String REL_TASK_LIST
- See Also:
- Constant Field Values
REL_TASK_LIST_EMBED
public static final String REL_TASK_LIST_EMBED
- See Also:
- Constant Field Values
TaskFeed
public TaskFeed()
- Constructs a new Feed instance
getFeedURL
public static URL getFeedURL(URL baseUrl)
throws MalformedURLException
- Gets an URL for accessing the Task feed
- Returns:
- the feed URL
- Throws:
MalformedURLException
getQuery
public TaskQuery getQuery()
throws ServiceException
- Return the query for this feed
This can be useful when you need to customize the query for an existing feed
- Returns:
-
- Throws:
ServiceException
getNext
public TaskFeed getNext()
throws ServiceException
- Throws:
ServiceException
getTaskListLink
public Link getTaskListLink(Map<String,Object> linkParams)
getTaskListEmbedLink
public Link getTaskListEmbedLink(Map<String,Object> linkParams)
Copyright © 2006-2011 frevvo Inc. All Rights Reserved.