com.frevvo.forms.client
public class DocumentTypeEntry extends com.google.gdata.data.media.MediaEntry<DocumentTypeEntry>
This entry represents a single DocumentType created by a user. It is also always owned/contained by an ApplicationEntry.
This entry does not contain any owned/contained feeds.
com.google.gdata.data.BaseEntry.AtomHandler, com.google.gdata.data.BaseEntry.EntryState
Modifier and Type | Field and Description |
---|---|
static String |
ENTRY_URL_FORMAT |
Constructor and Description |
---|
DocumentTypeEntry()
Constructs a new Entry instance
|
Modifier and Type | Method and Description |
---|---|
void |
declareExtensions(com.google.gdata.data.ExtensionProfile extProfile)
Initializes an ExtensionProfile based upon the extensions expected by an
this entry.
|
static URL |
getEntryURL(URL baseUrl,
String id)
Gets an URL for accessing an DocumentType entry
|
ApplicationEntry |
getOnwerEntry()
Deprecated.
|
ApplicationEntry |
getOwnerEntry()
Get the ApplicationEntry that owns this feed.
|
String |
getOwnerId()
Get the application id that owns this feed.
|
DocumentTypeEntry |
update() |
DocumentTypeEntry |
updateMedia(boolean arg0) |
getContentHandlerInfo, getMediaEditLink, getMediaSource, setMediaSource, setService
addAdaptor, addHtmlLink, addLink, addLink, delete, generate, generateAtom, generateRss, getAdaptedEntry, getAdaptor, getAdaptors, getAuthors, getCanEdit, getCategories, getContent, getContributors, getEdited, getEditLink, getEtag, getHandler, getHtmlLink, getId, getKind, getLink, getLinks, getLinks, getPlainTextContent, getPubControl, getPublished, getRights, getSelf, getSelfLink, getService, getSource, getSummary, getTextContent, getTitle, getUpdated, getVersionId, isDraft, parseAtom, parseAtom, parseAtom, readEntry, readEntry, removeLinks, removeLinks, setCanEdit, setContent, setContent, setDraft, setEdited, setEtag, setId, setKind, setPubControl, setPublished, setRights, setSource, setSummary, setTitle, setUpdated, setVersionId, visitChildren
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String ENTRY_URL_FORMAT
public static URL getEntryURL(URL baseUrl, String id) throws MalformedURLException
id
- the DocumentType entry idMalformedURLException
public void declareExtensions(com.google.gdata.data.ExtensionProfile extProfile)
declareExtensions
in interface com.google.gdata.data.Kind.Adaptor
declareExtensions
in class com.google.gdata.data.ExtensionPoint
public String getOwnerId()
Get the application id that owns this feed.
You can use the ownerId to get the ApplicationEntry associated with this DocumentTypeFeed.
public ApplicationEntry getOwnerEntry() throws com.google.gdata.util.ServiceException, IOException
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 ApplicationEntry getOnwerEntry() throws com.google.gdata.util.ServiceException, IOException
com.google.gdata.util.ServiceException
IOException
public DocumentTypeEntry update() throws IOException, com.google.gdata.util.ServiceException
update
in class com.google.gdata.data.BaseEntry<DocumentTypeEntry>
IOException
com.google.gdata.util.ServiceException
public DocumentTypeEntry updateMedia(boolean arg0) throws IOException, com.google.gdata.util.ServiceException
updateMedia
in class com.google.gdata.data.media.MediaEntry<DocumentTypeEntry>
IOException
com.google.gdata.util.ServiceException
Copyright © 2006–2015 frevvo Inc. All rights reserved.