com.frevvo.forms.client
public class SchemaFeed extends com.google.gdata.data.media.MediaFeed<SchemaFeed,SchemaEntry>
This feed contains a list of SchemaEntry
's and can be used to
create new SchemaEntry
'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 |
SCHEMAS_FEED_URL_FORMAT |
Constructor and Description |
---|
SchemaFeed()
Constructs a new Feed instance
|
Modifier and Type | Method and Description |
---|---|
com.google.gdata.data.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.
|
SchemaEntry |
insert(InputStream is)
Insert a new XSD from an input stream
|
<T extends SchemaEntry> |
insert(T arg0) |
addAdaptor, createEntry, 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
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 SCHEMAS_FEED_URL_FORMAT
public static URL getFeedURL(URL baseUrl) throws MalformedURLException
MalformedURLException
public com.google.gdata.data.Link getEntryPostLink()
getEntryPostLink
in interface com.google.gdata.data.IFeed
getEntryPostLink
in class com.google.gdata.data.BaseFeed<SchemaFeed,SchemaEntry>
public String getOwnerId()
Get the application id that owns this feed.
You can use the ownerId to get the ApplicationEntry associated with this SchemaFeed.
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.
com.google.gdata.util.ServiceException
IOException
public <T extends SchemaEntry> T insert(T arg0) throws com.google.gdata.util.ServiceException, IOException
insert
in class com.google.gdata.data.BaseFeed<SchemaFeed,SchemaEntry>
com.google.gdata.util.ServiceException
IOException
public SchemaEntry insert(InputStream is) throws com.google.gdata.util.ServiceException
is
- com.google.gdata.util.ServiceException
Copyright © 2006–2015 frevvo Inc. All rights reserved.