|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
waggle.core.info.XDTO
waggle.common.modules.object.infos.XObjectInfo
waggle.common.modules.tag.infos.XTagableInfo
waggle.common.modules.artifact.infos.XArtifactInfo
waggle.common.modules.document.infos.XContentInfo
waggle.common.modules.document.infos.XVersionInfo
public class XVersionInfo
Version Information DTO.
Field Summary | |
---|---|
List<XVersionInfo> |
AttachmentVersionInfos List of all Version attachment Versions. |
boolean |
HasRendition True if this Version has a PDF rendition. |
boolean |
HasThumbnail True if this Version has a thumbnail image. |
int |
NumberOfPages Number of page images for this Version. |
XRenditionState |
PageImagesState State of the page images rendition. |
XRenditionState |
PDFRenditionState State of the PDF Rendition. |
boolean |
RenditionsSupported True if renditions are supported for this Version. |
XRenditionState |
ThumbnailState State of the Thumbnail. |
int |
VersionNumber The Version Number of this Version. |
Fields inherited from class waggle.common.modules.document.infos.XContentInfo |
---|
ContentLength, ContentMimeType, ContentURL |
Fields inherited from class waggle.common.modules.artifact.infos.XArtifactInfo |
---|
AnnotatedByChatIDs, AssociatedWithChatID, fLockStatus, GroupID, State |
Fields inherited from class waggle.common.modules.tag.infos.XTagableInfo |
---|
TagInfos |
Fields inherited from class waggle.common.modules.object.infos.XObjectInfo |
---|
ConversationID, CreatedByScaledPictureID, CreatedByUserID, CreatedByUserName, CreatedOnBehalfOfUserID, CreatedOnBehalfOfUserName, CreatedTimestamp, ID, Latitude, Longitude, ModifiedByScaledPictureID, ModifiedByUserID, ModifiedByUserName, ModifiedOnBehalfOfUserID, ModifiedOnBehalfOfUserName, ModifiedTimestamp, Name, ObjectType, ParentID, Removed, RemovedByUserID, RemovedTimestamp, TrackID |
Constructor Summary | |
---|---|
XVersionInfo() |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int VersionNumber
public List<XVersionInfo> AttachmentVersionInfos
public boolean RenditionsSupported
public XRenditionState PDFRenditionState
public XRenditionState ThumbnailState
public XRenditionState PageImagesState
public boolean HasThumbnail
public boolean HasRendition
public int NumberOfPages
Constructor Detail |
---|
public XVersionInfo()
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |