Skip navigation links

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

E20955-01


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

Packages that use XDocumentInfo
waggle.client.modules.document Classes for receiving and acting on incoming Document Module back-channel messages. 
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. 
waggle.common.modules.mail.infos Data transfer objects defined by the Mail Module API. 
waggle.common.modules.opensocial OpenSocial Module API. 
waggle.common.modules.voice.infos Data transfer objects defined by the Voice Module API. 

 

Uses of XDocumentInfo in waggle.client.modules.document

 

Methods in waggle.client.modules.document with parameters of type XDocumentInfo
 void XDocumentModuleClientEvents.notifyDocumentDeleted(XDocumentInfo documentInfo)
           
 void XDocumentModuleClientEvents.notifyDocumentLocked(XDocumentInfo documentInfo)
           
 void XDocumentModuleClientEvents.notifyDocumentRemoved(XDocumentInfo documentInfo)
           
 void XDocumentModuleClientEvents.notifyDocumentUnlocked(XDocumentInfo documentInfo)
           
 void XDocumentModuleClientEvents.notifyDocumentUnremoved(XDocumentInfo documentInfo)
           
 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 XDocumentInfo in waggle.common.modules.annotation.infos

 

Fields in waggle.common.modules.annotation.infos declared as XDocumentInfo
 XDocumentInfo XAnnotationDraftInfo.DocumentInfo
          Annotation Document.

 

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

 

Subclasses of XDocumentInfo in waggle.common.modules.chat.infos
 class XChatInfo
          Chat Information DTO.

 

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

 

Fields in waggle.common.modules.conversation.infos declared as XDocumentInfo
 XDocumentInfo XConversationDocumentInfo.DocumentInfo
          The Document Info.

 

Uses of XDocumentInfo in waggle.common.modules.document

 

Methods in waggle.common.modules.document that return XDocumentInfo
 XDocumentInfo XDocumentModule.Server.createDocument(XObjectID conversationID, String name, XAPIInputStream inputStream, String mimeType, long length)
          Create a new Document from an InputStream.
 XDocumentInfo XDocumentModule.Server.createDocumentAttachment(XObjectID documentID, String name, XAPIInputStream inputStream, String mimeType, long length)
          Create a new Document attachment from an InputStream.
 XDocumentInfo XDocumentModule.Server.createDocumentAttachmentString(XObjectID documentID, String name, String contentString, String mimeType)
          Create a new Document attachment from an InputStream.
 XDocumentInfo XDocumentModule.Server.createDocumentString(XObjectID conversationID, String name, String contentString, String mimeType)
          Create a new Document from a String.
 XDocumentInfo XDocumentModule.Server.getDocument(XObjectID contentID)
          Get a Document information.

 

Methods in waggle.common.modules.document with parameters of type XDocumentInfo
 void XDocumentModule.Client.documentDeleted(XDocumentInfo documentInfo)
          Notification that a Document has been deleted.
 void XDocumentModule.Client.documentLocked(XDocumentInfo documentInfo)
          Notification that an Document has been locked.
 void XDocumentModule.Client.documentRemoved(XDocumentInfo documentInfo)
          Notification that a Document has been removed.
 void XDocumentModule.Client.documentUnlocked(XDocumentInfo documentInfo)
          Notification that an Document has been unlocked.
 void XDocumentModule.Client.documentUnremoved(XDocumentInfo documentInfo)
          Notification that a Document has been un-removed.
 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 XDocumentInfo in waggle.common.modules.document.infos

 

Fields in waggle.common.modules.document.infos with type parameters of type XDocumentInfo
 List<XDocumentInfo> XDocumentInfo.AttachmentDocumentInfos
          List of all of attachment Documents.

 

Uses of XDocumentInfo in waggle.common.modules.mail.infos

 

Subclasses of XDocumentInfo in waggle.common.modules.mail.infos
 class XMailInfo
          Mail Information DTO.

 

Uses of XDocumentInfo in waggle.common.modules.opensocial

 

Methods in waggle.common.modules.opensocial that return types with arguments of type XDocumentInfo
 List<XDocumentInfo> XOSModule.Server.getAllFeatureFiles(XObjectID featureID)
          Get all Feature Files in order for a Feature.

 

Uses of XDocumentInfo in waggle.common.modules.voice.infos

 

Subclasses of XDocumentInfo in waggle.common.modules.voice.infos
 class XVoiceRecordingInfo
          Voice Recording Information DTO.

 


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.