|
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 | |||||||||
public static interface XDocumentModule.Client
Client interface for the Documents Module API.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface |
|---|
XAPIInterface.Client, XAPIInterface.Server |
| Method Summary | |
|---|---|
void |
documentDeleted(XDocumentInfo documentInfo)Notification that a Document has been deleted. |
void |
documentLocked(XDocumentInfo documentInfo)Notification that an Document has been locked. |
void |
documentRemoved(XDocumentInfo documentInfo)Notification that a Document has been removed. |
void |
documentUnlocked(XDocumentInfo documentInfo)Notification that an Document has been unlocked. |
void |
documentUnremoved(XDocumentInfo documentInfo)Notification that a Document has been un-removed. |
void |
versionAdded(XDocumentInfo documentInfo, XVersionInfo versionInfo)Notification that an Document Version has been added. |
void |
versionDeleted(XDocumentInfo documentInfo, XVersionInfo versionInfo)Notification that a Document Version has been deleted. |
void |
versionRemoved(XDocumentInfo documentInfo, XVersionInfo versionInfo)Notification that a Document Version has been removed. |
void |
versionRenditionsReady(XDocumentInfo documentInfo, XVersionInfo versionInfo)Notification that a Document Version's renditions are ready. |
void |
versionUnremoved(XDocumentInfo documentInfo, XVersionInfo versionInfo)Notification that a Document Version has been un-removed. |
void |
versionUpdated(XDocumentInfo documentInfo, XVersionInfo versionInfo)Notification that an Document Version has been updated. |
| Method Detail |
|---|
void documentLocked(XDocumentInfo documentInfo)
documentInfo - The DocumentInfo.void documentUnlocked(XDocumentInfo documentInfo)
documentInfo - The DocumentInfo.void documentRemoved(XDocumentInfo documentInfo)
documentInfo - The DocumentInfo.void documentUnremoved(XDocumentInfo documentInfo)
documentInfo - The DocumentInfo.void documentDeleted(XDocumentInfo documentInfo)
documentInfo - The DocumentInfo.
void versionAdded(XDocumentInfo documentInfo,
XVersionInfo versionInfo)
documentInfo - The DocumentInfo.versionInfo - The VersionInfo.
void versionUpdated(XDocumentInfo documentInfo,
XVersionInfo versionInfo)
documentInfo - The DocumentInfo.versionInfo - The VersionInfo.
void versionRenditionsReady(XDocumentInfo documentInfo,
XVersionInfo versionInfo)
documentInfo - The DocumentInfo.versionInfo - The VersionInfo.
void versionRemoved(XDocumentInfo documentInfo,
XVersionInfo versionInfo)
documentInfo - The DocumentInfo.versionInfo - The VersionInfo.
void versionUnremoved(XDocumentInfo documentInfo,
XVersionInfo versionInfo)
documentInfo - The DocumentInfo.versionInfo - The VersionInfo.
void versionDeleted(XDocumentInfo documentInfo,
XVersionInfo versionInfo)
documentInfo - The DocumentInfo.versionInfo - The VersionInfo.
|
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 | |||||||||