Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.document.infos
Class XVersionInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.object.infos.XObjectInfo
          extended by waggle.common.modules.tag.infos.XTagableInfo
              extended by waggle.common.modules.artifact.infos.XArtifactInfo
                  extended by waggle.common.modules.document.infos.XContentInfo
                      extended by waggle.common.modules.document.infos.XVersionInfo


public class XVersionInfo
extends XContentInfo

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

VersionNumber

public int VersionNumber
The Version Number of this Version.

AttachmentVersionInfos

public List<XVersionInfo> AttachmentVersionInfos
List of all Version attachment Versions. Used for compound Document Versions.

RenditionsSupported

public boolean RenditionsSupported
True if renditions are supported for this Version. This means the server will attempt to generate renditions. However, it is possible for the generation of renditions to fail even if this field is true.

PDFRenditionState

public XRenditionState PDFRenditionState
State of the PDF Rendition.

ThumbnailState

public XRenditionState ThumbnailState
State of the Thumbnail.

PageImagesState

public XRenditionState PageImagesState
State of the page images rendition.

HasThumbnail

public boolean HasThumbnail
True if this Version has a thumbnail image.

HasRendition

public boolean HasRendition
True if this Version has a PDF rendition.

NumberOfPages

public int NumberOfPages
Number of page images for this Version. Will be zero if no page images are available.

Constructor Detail

XVersionInfo

public XVersionInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.