Skip navigation links

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

E20955-01


Uses of Class
waggle.common.modules.document.infos.XVersionInfo

Packages that use XVersionInfo
waggle.client.modules.annotation Classes for receiving and acting on incoming Annotation Module back-channel messages. 
waggle.client.modules.document Classes for receiving and acting on incoming Document Module back-channel messages. 
waggle.common.modules.annotation Annotation Module API. 
waggle.common.modules.annotation.infos Data transfer objects defined by the Annotation Module API. 
waggle.common.modules.chat.infos Data transfer objects defined by the Chat Module API. 
waggle.common.modules.conversation.infos Data transfer objects defined by the Conversation Module API. 
waggle.common.modules.document Document Module API. 
waggle.common.modules.document.infos Data transfer objects defined by the Documents Module API. 

 

Uses of XVersionInfo in waggle.client.modules.annotation

 

Methods in waggle.client.modules.annotation with parameters of type XVersionInfo
 void XAnnotationModuleClientEvents.notifyAnnotationDraftCommitted(XVersionInfo versionInfo)
           
 void XAnnotationModuleClientEvents.notifyAnnotationDraftCreated(XVersionInfo versionInfo)
           
 void XAnnotationModuleClientEvents.notifyAnnotationDraftDeleted(XVersionInfo versionInfo)
           
 void XAnnotationModuleClientEvents.notifyAnnotationDraftUpdated(XVersionInfo versionInfo)
           

 

Uses of XVersionInfo in waggle.client.modules.document

 

Methods in waggle.client.modules.document with parameters of type XVersionInfo
 void XDocumentModuleClientEvents.notifyVersionAdded(XDocumentInfo documentInfo, XVersionInfo versionInfo)
           
 void XDocumentModuleClientEvents.notifyVersionDeleted(XDocumentInfo documentInfo, XVersionInfo versionInfo)
           
 void XDocumentModuleClientEvents.notifyVersionRemoved(XDocumentInfo documentInfo, XVersionInfo versionInfo)
           
 void XDocumentModuleClientEvents.notifyVersionRenditionsReady(XDocumentInfo documentInfo, XVersionInfo versionInfo)
           
 void XDocumentModuleClientEvents.notifyVersionUnremoved(XDocumentInfo documentInfo, XVersionInfo versionInfo)
           
 void XDocumentModuleClientEvents.notifyVersionUpdated(XDocumentInfo documentInfo, XVersionInfo versionInfo)
           

 

Uses of XVersionInfo in waggle.common.modules.annotation

 

Methods in waggle.common.modules.annotation with parameters of type XVersionInfo
 void XAnnotationModule.Client.annotationDraftCommitted(XVersionInfo versionInfo)
          Send when an Annotation Draft was committed.
 void XAnnotationModule.Client.annotationDraftCreated(XVersionInfo versionInfo)
          Send when a new Annotation Draft was created.
 void XAnnotationModule.Client.annotationDraftDeleted(XVersionInfo versionInfo)
          Send when an Annotation Draft was deleted.
 void XAnnotationModule.Client.annotationDraftUpdated(XVersionInfo versionInfo)
          Send when an Annotation Draft was updated.

 

Uses of XVersionInfo in waggle.common.modules.annotation.infos

 

Fields in waggle.common.modules.annotation.infos declared as XVersionInfo
 XVersionInfo XAnnotationDraftInfo.VersionInfo
          Annotation Version.

 

Uses of XVersionInfo in waggle.common.modules.chat.infos

 

Fields in waggle.common.modules.chat.infos declared as XVersionInfo
 XVersionInfo XChatVersionInfo.VersionInfo
          The Version info.

 

Uses of XVersionInfo in waggle.common.modules.conversation.infos

 

Fields in waggle.common.modules.conversation.infos declared as XVersionInfo
 XVersionInfo XConversationDocumentVersionInfo.VersionInfo
          The Version Info.

 

Uses of XVersionInfo in waggle.common.modules.document

 

Methods in waggle.common.modules.document that return XVersionInfo
 XVersionInfo XDocumentModule.Server.getVersion(XObjectID contentID)
          Return an ordered list of a Document's Versions.

 

Methods in waggle.common.modules.document that return types with arguments of type XVersionInfo
 List<XVersionInfo> XDocumentModule.Server.getVersions(XObjectID contentID)
          Return an ordered list of a Document's Versions.

 

Methods in waggle.common.modules.document with parameters of type XVersionInfo
 void XDocumentModule.Client.versionAdded(XDocumentInfo documentInfo, XVersionInfo versionInfo)
          Notification that an Document Version has been added.
 void XDocumentModule.Client.versionDeleted(XDocumentInfo documentInfo, XVersionInfo versionInfo)
          Notification that a Document Version has been deleted.
 void XDocumentModule.Client.versionRemoved(XDocumentInfo documentInfo, XVersionInfo versionInfo)
          Notification that a Document Version has been removed.
 void XDocumentModule.Client.versionRenditionsReady(XDocumentInfo documentInfo, XVersionInfo versionInfo)
          Notification that a Document Version's renditions are ready.
 void XDocumentModule.Client.versionUnremoved(XDocumentInfo documentInfo, XVersionInfo versionInfo)
          Notification that a Document Version has been un-removed.
 void XDocumentModule.Client.versionUpdated(XDocumentInfo documentInfo, XVersionInfo versionInfo)
          Notification that an Document Version has been updated.

 

Uses of XVersionInfo in waggle.common.modules.document.infos

 

Fields in waggle.common.modules.document.infos declared as XVersionInfo
 XVersionInfo XDocumentInfo.HeadVersionInfo
          The Version info of the head Version.

 

Fields in waggle.common.modules.document.infos with type parameters of type XVersionInfo
 List<XVersionInfo> XVersionInfo.AttachmentVersionInfos
          List of all Version attachment Versions.

 


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.