com.frevvo.forms.client
public class TaskFeed extends com.google.gdata.data.media.MediaFeed<TaskFeed,TaskEntry>
This feed contains a list of TaskEntry
's
com.google.gdata.data.BaseFeed.FeedHandler, com.google.gdata.data.BaseFeed.FeedState
com.google.gdata.data.Source.SourceHandler, com.google.gdata.data.Source.SourceState
Modifier and Type | Field and Description |
---|---|
static String |
REL_TASK_LIST |
static String |
REL_TASK_LIST_EMBED |
static String |
TASK_FEED_URL_FORMAT |
Constructor and Description |
---|
TaskFeed()
Constructs a new Feed instance
|
Modifier and Type | Method and Description |
---|---|
static URL |
getFeedURL(URL baseUrl)
Gets an URL for accessing the Task feed
|
TaskFeed |
getNext() |
TaskQuery |
getQuery()
Return the query for this feed
This can be useful when you need to customize the query for an existing feed
|
com.google.gdata.data.Link |
getTaskListEmbedLink(Map<String,Object> linkParams) |
com.google.gdata.data.Link |
getTaskListLink(Map<String,Object> linkParams) |
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
addHtmlLink, addLink, generateInnerAtom, getAuthors, getCategories, getContributors, getHtmlLink, getIcon, getId, getLinks, getLinks, getLogo, getRights, getUpdated, removeLinks, removeLinks, setGenerator, setIcon, setId, setLogo, setRights, setSubtitle, setTitle, setUpdated
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
consumeAttributes, eq, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate
public static final String TASK_FEED_URL_FORMAT
public static final String REL_TASK_LIST
public static final String REL_TASK_LIST_EMBED
public static URL getFeedURL(URL baseUrl) throws MalformedURLException
MalformedURLException
public TaskQuery getQuery() throws com.google.gdata.util.ServiceException
com.google.gdata.util.ServiceException
public TaskFeed getNext() throws com.google.gdata.util.ServiceException
com.google.gdata.util.ServiceException
Copyright © 2006–2015 frevvo Inc. All rights reserved.