Package com.saperion.ngc.events
Class EventChildHandlerImpl
java.lang.Object
com.saperion.ngc.events.EventChildHandlerImpl
- All Implemented Interfaces:
EventChild,EventChildHandler,LogEventChildHandler,Serializable
Implementation of
EventChildHandler.- See Also:
-
Field Summary
Fields inherited from interface com.saperion.ngc.events.EventChild
ALL_EVENTS, ON_ADD_LINK, ON_ADD_LOOKUP, ON_ADD_TO_FAVORITES, ON_AFTER_QUERY, ON_BUTTON, ON_BUTTON_QUERY, ON_CANCEL, ON_CANCEL_AND, ON_CANCEL_EDIT, ON_CHANGE_DOCUMENT_SECURITY, ON_CHANGE_FOLDER_SECURITY, ON_CLEAR, ON_DELETE_SELECTED, ON_DISPLAY_POPUP, ON_DISPLAY_RESULTITEM, ON_DISPLAY_TEMPORARY_DOCUMENT, ON_DOCUMENT_ADDED, ON_DOCUMENT_CHECK, ON_DOCUMENT_FILING, ON_DOCUMENT_LOCKED, ON_DOCUMENT_PROLONG_RETENTION, ON_DOCUMENT_REDUCE_DISPOSITION, ON_DOCUMENT_RELEASE, ON_DOWNLOAD_RESULTITEM, ON_EDIT_CONTENT, ON_EDIT_FOLDER, ON_EDIT_ITEM, ON_EDIT_ITEM_SELECTED, ON_EDIT_LOOKUP, ON_EDIT_SELECTED, ON_EDIT_STRUCTURE, ON_EXPORT, ON_EXTERNAL_STORAGE_UPLOAD, ON_EXTERNAL_STORAGE_UPLOAD_STATUS, ON_FAST_ACCESS_DRAG_OVER, ON_FIELD_CHANGE, ON_FILE_ACTION, ON_FILE_PREVIEW, ON_FILE_SEARCH, ON_FORM_CREATED, ON_FORM_RENDER_ERROR, ON_FORWARD, ON_IGNORE, ON_INDEX, ON_INDEX_CLEAR, ON_INDEX_RESULTITEM, ON_ITEM_DOUBLECLICK, ON_LAUNCH_WORKFLOW, ON_LOG, ON_LOGON, ON_MACRO, ON_NAVIGATION, ON_NAVIGATION_FOLDER, ON_NAVIGATION_FORM, ON_NAVIGATION_WEBPART, ON_NEW_ITEM, ON_NEW_SELECTED, ON_OK, ON_ONEDRIVE_LOGIN, ON_OPEN_INDEX_MASK, ON_OPEN_MASK, ON_OPEN_QUERY_MASK, ON_PASSWORD_EXPIRED, ON_PRINT_DOCUMENTS, ON_QUERY, ON_QUERY_FAVORITE, ON_REFRESH, ON_REFRESH_FOLDER, ON_RESET_GUI, ON_REVISION_CREATED, ON_SAVE_AND, ON_SAVE_DOC, ON_SAVE_FOLDER, ON_SCROLL_NODE, ON_SELECT_TREE_ITEM, ON_SELECTDDC, ON_SEND_MAIL_RESULTITEM, ON_SET_LITIGATION_HOLD, ON_SHAREBASE_DOCUMENT_CHECK, ON_SHAREBASE_LOGIN, ON_START_WORKFLOW, ON_TAB_SELECTED, ON_UNDELETE_SELECTED, ON_UPLOAD_DOCUMENT, ON_UPLOAD_EXTERNAL_STORAGE_DOCUMENT, ON_UPLOAD_SUCCESS, ON_VARIABLES_AVAILABLE, ON_WF, ON_WF_COMMENT_DIALOG_CANCEL, ON_WF_COMMENT_DIALOG_OK, ON_WFCOMMENTS, ON_WFDELEGATE, ON_WFFORWARD, ON_WFFORWARD1, ON_WFFORWARD2, ON_WFFORWARD3, ON_WFFORWARD4, ON_WFFORWARD5, ON_WFHISTORY, ON_WFPUTBACK, ON_WFREMINDER, ON_WFTAKE, ON_WORKFLOW_ACTION, ON_WORKFLOW_COMMENT, ON_WORKFLOW_DISPLAY_COMMENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<org.zkoss.zk.ui.Component>getEventtarget(String eventName) Reads the event target for the given event name, if set or the root element.voidpostAddLinkEvent(String name, NavigationNode parentNode, FolderId destination) Post a AddLinkEvent.voidpostAddToFavoritesEvent(FavoriteQueryInformation favoriteQueryInformation) Posts an add to favorites event.voidpostCancelSelectedEvent(com.saperion.ngc.iform.xml.SaveActionType action) Cancel event.voidpostChangeDocumentSecurityEvent(Set<DocumentId> documentIs, Set<String> acls) Posts a ChangeDocumentSecurityEvent.voidpostChangeFolderSecurityEvent(FolderId folderId, Set<String> aclNames) Posts a ChangeFolderSecurityEvent.voidDelete selected.voidpostDisplayPopupEvent(DocumentId docId, boolean withCtrl, boolean editMode) voidpostDisplayPopupEvent(DocumentId docId, boolean currentRevision, boolean withCtrl, boolean editMode) voidpostDisplayPopupEvent(DocumentId docId, boolean withCtrl, boolean editMode, ResultSetViewImpl view) voidpostDisplayResultItemEvent(int maskRights, DocumentId selectedDocId) voidpostDisplayResultItemEvent(DocumentId selectedDocId) CallsEventChildHandler.postDisplayResultItemEvent(int, DocumentId)with all rights enabled.voidpostDocumentCheckEvent(CheckDataBean.CheckType checkout, DocumentId id) Checkin / checkout selected document.voidpostDocumentCheckWithShareBaseEvent(ShareBaseCheckDataBean.ShareBaseCheckType checkType, DocumentId id, boolean isShareBaseLoggedIn) Checkin / checkout selected document from/to ShareBase.voidpostDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action, Set<DocumentId> documentIDs, String folderName) Posts a DocumentFilingEvent.voidpostDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action, Set<DocumentId> documentIDs, Set<FolderId> folderSysRowIds) Posts a DocumentFilingEvent.voidRelease selected document.voidvoidpostEditContentEvent(EditContentEvent.EditContentAction action, DocumentId documentId) Post edit content event.voidpostEditItemSelectedEvent(EditItemSelectedEvent.EditItemEventOrigin origin, String maskName, String ddcName, ResultProperties properties) Edit item event.voidEdit event.voidpostEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin, boolean readonly) Edit event.voidpostEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin, String mask, ResultProperties properties) Edit event.voidpostEditStructureEvent(DocumentId documentId) Posts an edit structure event.voidpostErrorLogEvent(LogMessage message) Posts an event that will create a log-entry at error-level.voidpostErrorLogEvent(LogMessage message, org.zkoss.zk.ui.event.EventListener eventListener) Posts an event that will create a log-entry at error-level.voidpostExternalStorageUploadEvent(DocumentId documentId, com.saperion.externalstorage.client.ExternalStorageClient client, com.saperion.externalstorage.ExternalStorageType storageType) Post a External Storage Upload eventvoidpostExternalStorageUploadStatusEvent(Boolean uploadStatus, com.saperion.externalstorage.library.Document uploadedDocument, com.saperion.externalstorage.client.ExternalStorageClient storageClient, com.saperion.externalstorage.ExternalStorageType storageType) Post a External Storage Upload status eventvoidpostFieldChangeEvent(ResultProperty property) voidpostFileActionEvent(Map<FolderId, String> folders, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.voidpostFileActionEvent(Map<FolderId, String> folders, Map<FolderId, String> masks, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.voidvoidpostIndexResultItemEvent(ResultProperties properties, String componentId) voidpostInfoLogEvent(LogMessage message) Posts an event that will create a log-entry at info-level.voidpostInfoLogEvent(LogMessage message, org.zkoss.zk.ui.event.EventListener eventListener) Posts an event that will create a log-entry at info-level.voidpostLaunchWorkflowEvent(List<String> documentIds, String workflowName, String commentString, List<com.saperion.intf.wf.WorkflowMember> users) voidpostLockDocumentEvent(boolean lock) voidpostLogonEvent(LogonEvent.LogonResult result, String userName) voidpostLogonEvent(LogonEvent.LogonResult result, String userName, boolean bIsSSOUser) voidpostNavigationFolderEvent(FolderNode node, boolean close) voidpostNavigationFormEvent(MaskInfoBean infoBean, boolean close) voidpostNavigationFormEvent(MaskInfoBean infoBean, FolderSearchInfos infos, boolean close) voidpostNavigationWebpartEvent(String adress, String name, boolean close) voidpostNewSelectedEvent(NewSelectedEvent.NewEventOrigin origin, String maskName, String ddcName, FormMode mode) New event.voidpostOpenMaskEvent(String formName, String sysRowId) Post open mask event.voidPosts a print-document-event.voidpostProlongRetentionEvent(ResultProperties row, Date retentionDate) Post a prolong retention eventvoidpostQueryFavoriteEvent(com.saperion.ngc.favorites.xml.Favorites favorites, boolean close) Posts an on query favorite event.voidpostReduceDispositionEvent(ResultProperties row, Date dispositionDate) Post a reduce disposition eventvoidPosts a refresh event.voidPost reset GUI event.voidvoidvoidpostSaveDocumentEvent(ResultFieldEventBean bean, Set<String> acls, String comment, Map<String, DocumentVariable> variables) voidpostSelectTreeItemEvent(FolderId folderId, SelectTreeItemEvent.Destination type) voidpostSendMailResultItemEvent(MailSendType mailSendType, ResultProperties item, MailContentType mailContentType) voidpostSetLitigationHoldEvent(DocumentId documentId, boolean activate) Post a litigation hold value change eventvoidpostShareBaseLoginEvent(DocumentId documentId) Post a ShareBase Login eventvoidpostStartWorkflowEvent(List<String> documentIds) voidpostTabSelectedEvent(FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView) Posts a tab selected event.voidUndelete selected.voidpostUploadDocumentEvent(FolderUploadInfos uploadInfos) Posts an upload document event.voidpostUploadeExternalStorageDocumentEvent(FolderUploadInfos uploadInfos, com.saperion.externalstorage.ExternalStorageType storageType) Posts an upload Sharebase document event.voidpostUploadSuccessEvent(FolderId folderId) Posts an upload success event.voidpostWarningLogEvent(LogMessage message) Posts an event that will create a log-entry at warning-level.voidpostWarningLogEvent(LogMessage message, org.zkoss.zk.ui.event.EventListener eventListener) Posts an event that will create a log-entry at warning-level.voidpostWorkflowActionEvent(List<DocumentId> tasks, com.saperion.intf.wf.CommandInfo info, List<String> actors, String commentString, Date actionDate) voidpostWorkflowCommentEvent(List<DocumentId> tasks) voidvoidsetEventtarget(org.zkoss.zk.ui.Component comp, String eventName) Set the event target.
-
Constructor Details
-
EventChildHandlerImpl
public EventChildHandlerImpl(org.zkoss.zk.ui.Component main) - Parameters:
main- Parent component
-
-
Method Details
-
getEventtarget
Reads the event target for the given event name, if set or the root element.- Specified by:
getEventtargetin interfaceEventChild- Parameters:
eventName- Event name or null for main target- Returns:
- Set of event targets
- See Also:
-
setEventtarget
Set the event target.- Specified by:
setEventtargetin interfaceEventChild- Parameters:
comp- Event targeteventName- Event name or null for main target- See Also:
-
postWorkflowActionEvent
public void postWorkflowActionEvent(List<DocumentId> tasks, com.saperion.intf.wf.CommandInfo info, List<String> actors, String commentString, Date actionDate) - Specified by:
postWorkflowActionEventin interfaceEventChildHandler- Parameters:
tasks- Task infoinfo- Command infoactors- ActorcommentString- CommentactionDate- Action date- See Also:
-
postWorkflowCommentEvent
- Specified by:
postWorkflowCommentEventin interfaceEventChildHandler- Parameters:
tasks- Task info- See Also:
-
postWorkflowDisplayCommentEvent
- Specified by:
postWorkflowDisplayCommentEventin interfaceEventChildHandler- Parameters:
task- Task info- See Also:
-
postDisplayPopupEvent
- Specified by:
postDisplayPopupEventin interfaceEventChildHandler- Parameters:
docId- Document idwithCtrl- With CTRLeditMode- edit mode- See Also:
-
postDisplayPopupEvent
public void postDisplayPopupEvent(DocumentId docId, boolean currentRevision, boolean withCtrl, boolean editMode) - Specified by:
postDisplayPopupEventin interfaceEventChildHandler- Parameters:
docId- Document idcurrentRevision- currentRevisionwithCtrl- With CTRLeditMode- edit mode- See Also:
-
postDisplayPopupEvent
public void postDisplayPopupEvent(DocumentId docId, boolean withCtrl, boolean editMode, ResultSetViewImpl view) - Specified by:
postDisplayPopupEventin interfaceEventChildHandler- Parameters:
docId- Document idwithCtrl- With CTRLeditMode- edit modeview- ResultSetViewImpl- See Also:
-
postDisplayResultItemEvent
- Specified by:
postDisplayResultItemEventin interfaceEventChildHandler- Parameters:
maskRights- rights enabled in the maskselectedDocId- selected item's id- See Also:
-
postDisplayResultItemEvent
CallsEventChildHandler.postDisplayResultItemEvent(int, DocumentId)with all rights enabled.- Specified by:
postDisplayResultItemEventin interfaceEventChildHandler- Parameters:
selectedDocId- selected item's ID- See Also:
-
postIndexResultItemEvent
- Specified by:
postIndexResultItemEventin interfaceEventChildHandler- Parameters:
properties- PropertiescomponentId- id of the component firing this event- See Also:
-
postLockDocumentEvent
public void postLockDocumentEvent(boolean lock) - Specified by:
postLockDocumentEventin interfaceEventChildHandler- Parameters:
lock- Lock- See Also:
-
postLaunchWorkflowEvent
public void postLaunchWorkflowEvent(List<String> documentIds, String workflowName, String commentString, List<com.saperion.intf.wf.WorkflowMember> users) - Specified by:
postLaunchWorkflowEventin interfaceEventChildHandler- Parameters:
documentIds- Document id'sworkflowName- Workflow namecommentString- Comment stringusers- Users- See Also:
-
postNewSelectedEvent
public void postNewSelectedEvent(NewSelectedEvent.NewEventOrigin origin, String maskName, String ddcName, FormMode mode) New event.- Specified by:
postNewSelectedEventin interfaceEventChildHandler- Parameters:
origin- event originmaskName- Mask nameddcName- DDC namemode- Form mode- See Also:
-
postEditItemSelectedEvent
public void postEditItemSelectedEvent(EditItemSelectedEvent.EditItemEventOrigin origin, String maskName, String ddcName, ResultProperties properties) Edit item event.- Specified by:
postEditItemSelectedEventin interfaceEventChildHandler- Parameters:
origin- event originmaskName- Mask nameddcName- DDC nameproperties- Properties- See Also:
-
postEditSelectedEvent
Edit event.- Specified by:
postEditSelectedEventin interfaceEventChildHandler- Parameters:
origin- event origin- See Also:
-
postEditSelectedEvent
Edit event.- Specified by:
postEditSelectedEventin interfaceEventChildHandler- Parameters:
origin- event originreadonly- if true index data will be shown but cannot be edited- See Also:
-
postEditSelectedEvent
public void postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin, String mask, ResultProperties properties) Edit event.- Specified by:
postEditSelectedEventin interfaceEventChildHandler- Parameters:
origin- event originmask- name of the mask to useproperties- properties of the document to edit- See Also:
-
postCancelSelectedEvent
public void postCancelSelectedEvent(com.saperion.ngc.iform.xml.SaveActionType action) Cancel event.- Specified by:
postCancelSelectedEventin interfaceEventChildHandler- Parameters:
action- save action- See Also:
-
postResultFieldEvent
- Specified by:
postResultFieldEventin interfaceEventChildHandler- Parameters:
bean- Result field bean- See Also:
-
postSaveDocumentEvent
- Specified by:
postSaveDocumentEventin interfaceEventChildHandler- Parameters:
bean- Result field bean- See Also:
-
postSaveDocumentEvent
public void postSaveDocumentEvent(ResultFieldEventBean bean, Set<String> acls, String comment, Map<String, DocumentVariable> variables) - Specified by:
postSaveDocumentEventin interfaceEventChildHandler- Parameters:
bean- Result field beanacls- ACLs to use when saving (comma-separated string)comment- the comment for the new revisionwvariables- the variables to add to the document- See Also:
-
postDeleteSelectedEvent
public void postDeleteSelectedEvent()Delete selected.- Specified by:
postDeleteSelectedEventin interfaceEventChildHandler- See Also:
-
postUnDeleteSelectedEvent
public void postUnDeleteSelectedEvent()Undelete selected.- Specified by:
postUnDeleteSelectedEventin interfaceEventChildHandler- See Also:
-
postDocumentCheckEvent
Checkin / checkout selected document.- Specified by:
postDocumentCheckEventin interfaceEventChildHandler- Parameters:
checkout- Checkout / checkin typeid- Document id- See Also:
-
postDocumentReleaseEvent
Release selected document.- Specified by:
postDocumentReleaseEventin interfaceEventChildHandler- Parameters:
id- Document id to release- See Also:
-
postFormButtonEvent
- Specified by:
postFormButtonEventin interfaceEventChildHandler- Parameters:
info- Button info- See Also:
-
postDownloadResultItemEvent
- Specified by:
postDownloadResultItemEventin interfaceEventChildHandler- Parameters:
items- items to download- See Also:
-
postSendMailResultItemEvent
public void postSendMailResultItemEvent(MailSendType mailSendType, ResultProperties item, MailContentType mailContentType) - Specified by:
postSendMailResultItemEventin interfaceEventChildHandler- Parameters:
mailSendType- mail send typeitem- item to send per mailmailContentType- mail content type- See Also:
-
postStartWorkflowEvent
- Specified by:
postStartWorkflowEventin interfaceEventChildHandler- Parameters:
documentIds- Document IDs- See Also:
-
postFieldChangeEvent
- Specified by:
postFieldChangeEventin interfaceEventChildHandler- Parameters:
property- Property- See Also:
-
postLogonEvent
- Specified by:
postLogonEventin interfaceEventChildHandler- Parameters:
result- Logon resultuserName- User name- See Also:
-
postLogonEvent
- Specified by:
postLogonEventin interfaceEventChildHandler- Parameters:
result- Logon resultuserName- User namebIsSSOUser- indicate SSOUser
-
postResetGuiEvent
public void postResetGuiEvent()Post reset GUI event.- Specified by:
postResetGuiEventin interfaceEventChildHandler- See Also:
-
postEditContentEvent
Post edit content event.- Specified by:
postEditContentEventin interfaceEventChildHandler- Parameters:
action- edit actiondocumentId- document id- See Also:
-
postAddToFavoritesEvent
Posts an add to favorites event.- Specified by:
postAddToFavoritesEventin interfaceEventChildHandler- Parameters:
favoriteQueryInformation-FavoriteQueryInformation- See Also:
-
postQueryFavoriteEvent
public void postQueryFavoriteEvent(com.saperion.ngc.favorites.xml.Favorites favorites, boolean close) Posts an on query favorite event.- Specified by:
postQueryFavoriteEventin interfaceEventChildHandler- Parameters:
favorites-Favoritesclose- Close tab- See Also:
-
postChangeDocumentSecurityEvent
Posts a ChangeDocumentSecurityEvent.- Specified by:
postChangeDocumentSecurityEventin interfaceEventChildHandler- Parameters:
documentIs- document idsacls- set of acl names- See Also:
-
postChangeFolderSecurityEvent
Posts a ChangeFolderSecurityEvent.- Specified by:
postChangeFolderSecurityEventin interfaceEventChildHandler- Parameters:
folderId- folder idaclNames- set of ACL names- See Also:
-
postRefreshEvent
public void postRefreshEvent()Posts a refresh event.- Specified by:
postRefreshEventin interfaceEventChildHandler- See Also:
-
postErrorLogEvent
Posts an event that will create a log-entry at error-level. A messagebox with the provided log-message will be shown.- Specified by:
postErrorLogEventin interfaceLogEventChildHandler- Parameters:
message- error message- See Also:
-
postErrorLogEvent
public void postErrorLogEvent(LogMessage message, org.zkoss.zk.ui.event.EventListener eventListener) Posts an event that will create a log-entry at error-level. A messagebox with the provided log-message will be shown.- Specified by:
postErrorLogEventin interfaceLogEventChildHandler- Parameters:
message- error messageeventListener- listener that will be called when the messagebox caused by this event is closed- See Also:
-
postInfoLogEvent
Posts an event that will create a log-entry at info-level. A messagebox with the provided log-message will be shown only when forced by the log-message.- Specified by:
postInfoLogEventin interfaceLogEventChildHandler- Parameters:
message- info message- See Also:
-
postInfoLogEvent
Posts an event that will create a log-entry at info-level. A messagebox with the provided log-message will be shown only when forced by the log-message.- Specified by:
postInfoLogEventin interfaceLogEventChildHandler- Parameters:
message- info messageeventListener- listener that will be called when the messagebox caused by this event is closed- See Also:
-
postWarningLogEvent
Posts an event that will create a log-entry at warning-level. A messagebox with the provided log-message will be shown only when forced by the log-message.- Specified by:
postWarningLogEventin interfaceLogEventChildHandler- Parameters:
message- warning message- See Also:
-
postWarningLogEvent
public void postWarningLogEvent(LogMessage message, org.zkoss.zk.ui.event.EventListener eventListener) Posts an event that will create a log-entry at warning-level. A messagebox with the provided log-message will be shown only when forced by the log-message.- Specified by:
postWarningLogEventin interfaceLogEventChildHandler- Parameters:
message- warning messageeventListener- listener that will be called when the messagebox caused by this event is closed- See Also:
-
postUploadSuccessEvent
Posts an upload success event.- Specified by:
postUploadSuccessEventin interfaceEventChildHandler- Parameters:
folderId- id of the folder the document was filed in- See Also:
-
postOpenMaskEvent
Post open mask event.- Specified by:
postOpenMaskEventin interfaceEventChildHandler- Parameters:
formName- Form namesysRowId- SysRowId for selection- See Also:
-
postFileActionEvent
public void postFileActionEvent(Map<FolderId, String> folders, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.- Specified by:
postFileActionEventin interfaceEventChildHandler- Parameters:
folders- map with ids and class names of the selected foldersaction- file item actionfileParent- id of the parent node for the file- See Also:
-
postFileActionEvent
public void postFileActionEvent(Map<FolderId, String> folders, Map<FolderId, String> masks, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.- Specified by:
postFileActionEventin interfaceEventChildHandler- Parameters:
folders- map with ids and class names of the selected foldersmasks- map with ids and query mask names of the selected folders. Query mask names will override the query masks set in the classes.action- file item actionfileParent- id of the parent node for the file- See Also:
-
postTabSelectedEvent
public void postTabSelectedEvent(FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView) Posts a tab selected event.- Specified by:
postTabSelectedEventin interfaceEventChildHandler- Parameters:
folderId- folder idtabType- tab typeformView- The intelligent form contained in the selected tab.- See Also:
-
postPrintDocumentEvent
Posts a print-document-event.- Specified by:
postPrintDocumentEventin interfaceEventChildHandler- Parameters:
rows- rows selected for printing- See Also:
-
postEditStructureEvent
Posts an edit structure event.- Specified by:
postEditStructureEventin interfaceEventChildHandler- Parameters:
documentId- ID of the document to edit- See Also:
-
postExternalStorageUploadEvent
public void postExternalStorageUploadEvent(DocumentId documentId, com.saperion.externalstorage.client.ExternalStorageClient client, com.saperion.externalstorage.ExternalStorageType storageType) Description copied from interface:EventChildHandlerPost a External Storage Upload event- Specified by:
postExternalStorageUploadEventin interfaceEventChildHandler
-
postExternalStorageUploadStatusEvent
public void postExternalStorageUploadStatusEvent(Boolean uploadStatus, com.saperion.externalstorage.library.Document uploadedDocument, com.saperion.externalstorage.client.ExternalStorageClient storageClient, com.saperion.externalstorage.ExternalStorageType storageType) Description copied from interface:EventChildHandlerPost a External Storage Upload status event- Specified by:
postExternalStorageUploadStatusEventin interfaceEventChildHandler
-
postProlongRetentionEvent
Description copied from interface:EventChildHandlerPost a prolong retention event- Specified by:
postProlongRetentionEventin interfaceEventChildHandler
-
postReduceDispositionEvent
Description copied from interface:EventChildHandlerPost a reduce disposition event- Specified by:
postReduceDispositionEventin interfaceEventChildHandler
-
postSetLitigationHoldEvent
Description copied from interface:EventChildHandlerPost a litigation hold value change event- Specified by:
postSetLitigationHoldEventin interfaceEventChildHandler
-