Skip navigation links

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

E20955-01


waggle.common.modules.document.infos
Class XDocumentInfo

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.XDocumentInfo

Direct Known Subclasses:
XChatInfo, XMailInfo, XVoiceRecordingInfo

public class XDocumentInfo
extends XContentInfo

Document Information DTO.


Field Summary
 List<XDocumentInfo> AttachmentDocumentInfos
          List of all of attachment Documents.
 XVersionInfo HeadVersionInfo
          The Version info of the head Version.
 XObjectID LockedByUserID
          If locked the User ID of the User who has it locked.
 Date LockedUntil
          If locked the Date until which it is considered locked.
 boolean RenditionsSupported
          True if renditions are supported for this Document.
 String RepositoryData
          Any Repository data associated with this Document.
 XObjectID RepositoryID
          Any Repository associated with this Document.

 

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
XDocumentInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

HeadVersionInfo

public XVersionInfo HeadVersionInfo
The Version info of the head Version. Not sent for Chats.

AttachmentDocumentInfos

public List<XDocumentInfo> AttachmentDocumentInfos
List of all of attachment Documents.

LockedByUserID

public XObjectID LockedByUserID
If locked the User ID of the User who has it locked.

LockedUntil

public Date LockedUntil
If locked the Date until which it is considered locked.

RenditionsSupported

public boolean RenditionsSupported
True if renditions are supported for this Document.

RepositoryID

public XObjectID RepositoryID
Any Repository associated with this Document.

RepositoryData

public String RepositoryData
Any Repository data associated with this Document.

Constructor Detail

XDocumentInfo

public XDocumentInfo()

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.