Package com.saperion.ngc.events
Class EventChildHandlerImpl
- java.lang.Object
- 
- com.saperion.ngc.events.EventChildHandlerImpl
 
- 
- All Implemented Interfaces:
- EventChild,- EventChildHandler,- LogEventChildHandler,- java.io.Serializable
 
 public class EventChildHandlerImpl extends java.lang.Object implements EventChildHandler Implementation ofEventChildHandler.- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from interface com.saperion.ngc.events.EventChildALL_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 SummaryConstructors Constructor Description EventChildHandlerImpl(org.zkoss.zk.ui.Component main)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<org.zkoss.zk.ui.Component>getEventtarget(java.lang.String eventName)Reads the event target for the given event name, if set or the root element.voidpostAddLinkEvent(java.lang.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(java.util.Set<DocumentId> documentIs, java.util.Set<java.lang.String> acls)Posts a ChangeDocumentSecurityEvent.voidpostChangeFolderSecurityEvent(FolderId folderId, java.util.Set<java.lang.String> aclNames)Posts a ChangeFolderSecurityEvent.voidpostDeleteSelectedEvent()Delete 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, java.util.Set<DocumentId> documentIDs, java.lang.String folderName)Posts a DocumentFilingEvent.voidpostDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action, java.util.Set<DocumentId> documentIDs, java.util.Set<FolderId> folderSysRowIds)Posts a DocumentFilingEvent.voidpostDocumentReleaseEvent(DocumentId id)Release selected document.voidpostDownloadResultItemEvent(java.util.List<ResultProperties> items)voidpostEditContentEvent(EditContentEvent.EditContentAction action, DocumentId documentId)Post edit content event.voidpostEditItemSelectedEvent(EditItemSelectedEvent.EditItemEventOrigin origin, java.lang.String maskName, java.lang.String ddcName, ResultProperties properties)Edit item event.voidpostEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin)Edit event.voidpostEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin, boolean readonly)Edit event.voidpostEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin, java.lang.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(java.lang.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(java.util.Map<FolderId,java.lang.String> folders, FileActionEvent.FileAction action, FolderId fileParent)Posts a file action event.voidpostFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, java.util.Map<FolderId,java.lang.String> masks, FileActionEvent.FileAction action, FolderId fileParent)Posts a file action event.voidpostFormButtonEvent(ButtonInfo info)voidpostIndexResultItemEvent(ResultProperties properties, java.lang.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(java.util.List<java.lang.String> documentIds, java.lang.String workflowName, java.lang.String commentString, java.util.List<com.saperion.intf.wf.WorkflowMember> users)voidpostLockDocumentEvent(boolean lock)voidpostLogonEvent(LogonEvent.LogonResult result, java.lang.String userName)voidpostLogonEvent(LogonEvent.LogonResult result, java.lang.String userName, boolean bIsSSOUser)voidpostNavigationFolderEvent(FolderNode node, boolean close)voidpostNavigationFormEvent(MaskInfoBean infoBean, boolean close)voidpostNavigationFormEvent(MaskInfoBean infoBean, FolderSearchInfos infos, boolean close)voidpostNavigationWebpartEvent(java.lang.String adress, java.lang.String name, boolean close)voidpostNewSelectedEvent(NewSelectedEvent.NewEventOrigin origin, java.lang.String maskName, java.lang.String ddcName, FormMode mode)New event.voidpostOpenMaskEvent(java.lang.String formName, java.lang.String sysRowId)Post open mask event.voidpostPrintDocumentEvent(java.util.List<ResultProperties> rows)Posts a print-document-event.voidpostProlongRetentionEvent(ResultProperties row, java.util.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, java.util.Date dispositionDate)Post a reduce disposition eventvoidpostRefreshEvent()Posts a refresh event.voidpostResetGuiEvent()Post reset GUI event.voidpostResultFieldEvent(ResultFieldEventBean bean)voidpostSaveDocumentEvent(ResultFieldEventBean bean)voidpostSaveDocumentEvent(ResultFieldEventBean bean, java.util.Set<java.lang.String> acls, java.lang.String comment, java.util.Map<java.lang.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(java.util.List<java.lang.String> documentIds)voidpostTabSelectedEvent(FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView)Posts a tab selected event.voidpostUnDeleteSelectedEvent()Undelete 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(java.util.List<DocumentId> tasks, com.saperion.intf.wf.CommandInfo info, java.util.List<java.lang.String> actors, java.lang.String commentString, java.util.Date actionDate)voidpostWorkflowCommentEvent(java.util.List<DocumentId> tasks)voidpostWorkflowDisplayCommentEvent(DocumentId task)voidsetEventtarget(org.zkoss.zk.ui.Component comp, java.lang.String eventName)Set the event target.
 
- 
- 
- 
Method Detail- 
getEventtargetpublic java.util.Set<org.zkoss.zk.ui.Component> getEventtarget(java.lang.String eventName) Reads the event target for the given event name, if set or the root element.- Specified by:
- getEventtargetin interface- EventChild
- Parameters:
- eventName- Event name or null for main target
- Returns:
- Set of event targets
- See Also:
- EventChild.getEventtarget(java.lang.String)
 
 - 
setEventtargetpublic void setEventtarget(org.zkoss.zk.ui.Component comp, java.lang.String eventName)Set the event target.- Specified by:
- setEventtargetin interface- EventChild
- Parameters:
- comp- Event target
- eventName- Event name or null for main target
- See Also:
- EventChild.setEventtarget(org.zkoss.zk.ui.Component, java.lang.String)
 
 - 
postWorkflowActionEventpublic void postWorkflowActionEvent(java.util.List<DocumentId> tasks, com.saperion.intf.wf.CommandInfo info, java.util.List<java.lang.String> actors, java.lang.String commentString, java.util.Date actionDate) - Specified by:
- postWorkflowActionEventin interface- EventChildHandler
- Parameters:
- tasks- Task info
- info- Command info
- actors- Actor
- commentString- Comment
- actionDate- Action date
- See Also:
- EventChildHandler.postWorkflowActionEvent(java.util.List, com.saperion.intf.wf.CommandInfo, java.util.List, java.lang.String, java.util.Date)
 
 - 
postWorkflowCommentEventpublic void postWorkflowCommentEvent(java.util.List<DocumentId> tasks) - Specified by:
- postWorkflowCommentEventin interface- EventChildHandler
- Parameters:
- tasks- Task info
- See Also:
- EventChildHandler.postWorkflowCommentEvent(java.util.List)
 
 - 
postWorkflowDisplayCommentEventpublic void postWorkflowDisplayCommentEvent(DocumentId task) - Specified by:
- postWorkflowDisplayCommentEventin interface- EventChildHandler
- Parameters:
- task- Task info
- See Also:
- EventChildHandler.postWorkflowDisplayCommentEvent(DocumentId)
 
 - 
postDisplayPopupEventpublic void postDisplayPopupEvent(DocumentId docId, boolean withCtrl, boolean editMode) - Specified by:
- postDisplayPopupEventin interface- EventChildHandler
- Parameters:
- docId- Document id
- withCtrl- With CTRL
- editMode- edit mode
- See Also:
- EventChildHandler.postDisplayPopupEvent(com.saperion.ngc.model.document.DocumentId, boolean, boolean)
 
 - 
postDisplayPopupEventpublic void postDisplayPopupEvent(DocumentId docId, boolean currentRevision, boolean withCtrl, boolean editMode) - Specified by:
- postDisplayPopupEventin interface- EventChildHandler
- Parameters:
- docId- Document id
- currentRevision- currentRevision
- withCtrl- With CTRL
- editMode- edit mode
- See Also:
- EventChildHandler.postDisplayPopupEvent(com.saperion.ngc.model.document.DocumentId, boolean, boolean, boolean)
 
 - 
postDisplayPopupEventpublic void postDisplayPopupEvent(DocumentId docId, boolean withCtrl, boolean editMode, ResultSetViewImpl view) - Specified by:
- postDisplayPopupEventin interface- EventChildHandler
- Parameters:
- docId- Document id
- withCtrl- With CTRL
- editMode- edit mode
- view- ResultSetViewImpl
- See Also:
- EventChildHandler.postDisplayPopupEvent(com.saperion.ngc.model.document.DocumentId, boolean, boolean, com.saperion.ngc.resultset.ResultSetViewImpl)
 
 - 
postDisplayResultItemEventpublic void postDisplayResultItemEvent(int maskRights, DocumentId selectedDocId)- Specified by:
- postDisplayResultItemEventin interface- EventChildHandler
- Parameters:
- maskRights- rights enabled in the mask
- selectedDocId- selected item's id
- See Also:
- EventChildHandler.postDisplayResultItemEvent(int, com.saperion.ngc.model.document.DocumentId)
 
 - 
postDisplayResultItemEventpublic void postDisplayResultItemEvent(DocumentId selectedDocId) CallsEventChildHandler.postDisplayResultItemEvent(int, DocumentId)with all rights enabled.- Specified by:
- postDisplayResultItemEventin interface- EventChildHandler
- Parameters:
- selectedDocId- selected item's ID
- See Also:
- (com.saperion.ngc.model.document.DocumentId)
 
 - 
postIndexResultItemEventpublic void postIndexResultItemEvent(ResultProperties properties, java.lang.String componentId) - Specified by:
- postIndexResultItemEventin interface- EventChildHandler
- Parameters:
- properties- Properties
- componentId- id of the component firing this event
- See Also:
- EventChildHandler.postIndexResultItemEvent(com.saperion.ngc.model.resultset.ResultProperties, java.lang.String)
 
 - 
postLockDocumentEventpublic void postLockDocumentEvent(boolean lock) - Specified by:
- postLockDocumentEventin interface- EventChildHandler
- Parameters:
- lock- Lock
- See Also:
- EventChildHandler.postLockDocumentEvent(boolean)
 
 - 
postLaunchWorkflowEventpublic void postLaunchWorkflowEvent(java.util.List<java.lang.String> documentIds, java.lang.String workflowName, java.lang.String commentString, java.util.List<com.saperion.intf.wf.WorkflowMember> users)- Specified by:
- postLaunchWorkflowEventin interface- EventChildHandler
- Parameters:
- documentIds- Document id's
- workflowName- Workflow name
- commentString- Comment string
- users- Users
- See Also:
- EventChildHandler.postLaunchWorkflowEvent(java.util.List, java.lang.String, java.lang.String, java.util.List)
 
 - 
postNewSelectedEventpublic void postNewSelectedEvent(NewSelectedEvent.NewEventOrigin origin, java.lang.String maskName, java.lang.String ddcName, FormMode mode) New event.- Specified by:
- postNewSelectedEventin interface- EventChildHandler
- Parameters:
- origin- event origin
- maskName- Mask name
- ddcName- DDC name
- mode- Form mode
- See Also:
- (com.saperion.ngc.events.resultset.NewSelectedEvent.NewEventOrigin, java.lang.String, java.lang.String, com.saperion.ngc.iform.FormMode)
 
 - 
postEditItemSelectedEventpublic void postEditItemSelectedEvent(EditItemSelectedEvent.EditItemEventOrigin origin, java.lang.String maskName, java.lang.String ddcName, ResultProperties properties) Edit item event.- Specified by:
- postEditItemSelectedEventin interface- EventChildHandler
- Parameters:
- origin- event origin
- maskName- Mask name
- ddcName- DDC name
- properties- Properties
- See Also:
- (com.saperion.ngc.events.resultset.EditItemSelectedEvent.EditItemEventOrigin, java.lang.String, java.lang.String, com.saperion.ngc.model.resultset.ResultProperties)
 
 - 
postEditSelectedEventpublic void postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin) Edit event.- Specified by:
- postEditSelectedEventin interface- EventChildHandler
- Parameters:
- origin- event origin
- See Also:
- (com.saperion.ngc.events.resultset.EditSelectedEvent.EditEventOrigin)
 
 - 
postEditSelectedEventpublic void postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin, boolean readonly) Edit event.- Specified by:
- postEditSelectedEventin interface- EventChildHandler
- Parameters:
- origin- event origin
- readonly- if true index data will be shown but cannot be edited
- See Also:
- #postEditSelectedEvent(com.saperion.ngc.events.resultset.EditSelectedEvent.EditEventOrigin, boolean)
 
 - 
postEditSelectedEventpublic void postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin, java.lang.String mask, ResultProperties properties) Edit event.- Specified by:
- postEditSelectedEventin interface- EventChildHandler
- Parameters:
- origin- event origin
- mask- name of the mask to use
- properties- properties of the document to edit
- See Also:
- (com.saperion.ngc.events.resultset.EditSelectedEvent.EditEventOrigin, java.lang.String, com.saperion.ngc.model.resultset.ResultProperties)
 
 - 
postCancelSelectedEventpublic void postCancelSelectedEvent(com.saperion.ngc.iform.xml.SaveActionType action) Cancel event.- Specified by:
- postCancelSelectedEventin interface- EventChildHandler
- Parameters:
- action- save action
- See Also:
- EventChildHandler.postCancelSelectedEvent(com.saperion.ngc.iform.xml.SaveActionType)
 
 - 
postResultFieldEventpublic void postResultFieldEvent(ResultFieldEventBean bean) - Specified by:
- postResultFieldEventin interface- EventChildHandler
- Parameters:
- bean- Result field bean
- See Also:
- #postResultFieldEvent(com.saperion.ngc.events.iform.ResultFieldEventBean)
 
 - 
postSaveDocumentEventpublic void postSaveDocumentEvent(ResultFieldEventBean bean) - Specified by:
- postSaveDocumentEventin interface- EventChildHandler
- Parameters:
- bean- Result field bean
- See Also:
- #postSaveDocumentEvent(com.saperion.ngc.events.iform.ResultFieldEventBean)
 
 - 
postSaveDocumentEventpublic void postSaveDocumentEvent(ResultFieldEventBean bean, java.util.Set<java.lang.String> acls, java.lang.String comment, java.util.Map<java.lang.String,DocumentVariable> variables) - Specified by:
- postSaveDocumentEventin interface- EventChildHandler
- Parameters:
- bean- Result field bean
- acls- ACLs to use when saving (comma-separated string)
- comment- the comment for the new revisionw
- variables- the variables to add to the document
- See Also:
- (com.saperion.ngc.events.iform.ResultFieldEventBean, java.util.Set, java.lang.String, java.util.Map)
 
 - 
postDeleteSelectedEventpublic void postDeleteSelectedEvent() Delete selected.- Specified by:
- postDeleteSelectedEventin interface- EventChildHandler
- See Also:
- EventChildHandler.postDeleteSelectedEvent()
 
 - 
postUnDeleteSelectedEventpublic void postUnDeleteSelectedEvent() Undelete selected.- Specified by:
- postUnDeleteSelectedEventin interface- EventChildHandler
- See Also:
- EventChildHandler.postUnDeleteSelectedEvent()
 
 - 
postDocumentCheckEventpublic void postDocumentCheckEvent(CheckDataBean.CheckType checkout, DocumentId id) Checkin / checkout selected document.- Specified by:
- postDocumentCheckEventin interface- EventChildHandler
- Parameters:
- checkout- Checkout / checkin type
- id- Document id
- See Also:
- EventChildHandler.postDocumentCheckEvent(com.saperion.ngc.events.CheckDataBean.CheckType, com.saperion.ngc.model.document.DocumentId)
 
 - 
postDocumentCheckWithShareBaseEventpublic void postDocumentCheckWithShareBaseEvent(ShareBaseCheckDataBean.ShareBaseCheckType checkType, DocumentId id, boolean isShareBaseLoggedIn) Checkin / checkout selected document from/to ShareBase.- Specified by:
- postDocumentCheckWithShareBaseEventin interface- EventChildHandler
- Parameters:
- checkType- type of check event; available events are checkout, checkin and discard
- id- Saperion document id
- isShareBaseLoggedIn- true if user is already logged in sharebase else request for login
- See Also:
- EventChildHandler.postDocumentCheckWithShareBaseEvent(com.saperion.ngc.events.ShareBaseCheckDataBean.ShareBaseCheckType, com.saperion.ngc.model.document.DocumentId, boolean)
 
 - 
postDocumentReleaseEventpublic void postDocumentReleaseEvent(DocumentId id) Release selected document.- Specified by:
- postDocumentReleaseEventin interface- EventChildHandler
- Parameters:
- id- Document id to release
- See Also:
- EventChildHandler.postDocumentCheckEvent(com.saperion.ngc.events.CheckDataBean.CheckType, com.saperion.ngc.model.document.DocumentId)
 
 - 
postFormButtonEventpublic void postFormButtonEvent(ButtonInfo info) - Specified by:
- postFormButtonEventin interface- EventChildHandler
- Parameters:
- info- Button info
- See Also:
- EventChildHandler.postFormButtonEvent(com.saperion.ngc.iform.button.ButtonInfo)
 
 - 
postDownloadResultItemEventpublic void postDownloadResultItemEvent(java.util.List<ResultProperties> items) - Specified by:
- postDownloadResultItemEventin interface- EventChildHandler
- Parameters:
- items- items to download
- See Also:
- EventChildHandler.postDownloadResultItemEvent(java.util.List)
 
 - 
postSendMailResultItemEventpublic void postSendMailResultItemEvent(MailSendType mailSendType, ResultProperties item, MailContentType mailContentType) - Specified by:
- postSendMailResultItemEventin interface- EventChildHandler
- Parameters:
- mailSendType- mail send type
- item- item to send per mail
- mailContentType- mail content type
- See Also:
- EventChildHandler.postSendMailResultItemEvent(MailSendType, ResultProperties, MailContentType)
 
 - 
postStartWorkflowEventpublic void postStartWorkflowEvent(java.util.List<java.lang.String> documentIds) - Specified by:
- postStartWorkflowEventin interface- EventChildHandler
- Parameters:
- documentIds- Document IDs
- See Also:
- EventChildHandler.postStartWorkflowEvent(java.util.List)
 
 - 
postNavigationFolderEventpublic void postNavigationFolderEvent(FolderNode node, boolean close) - Specified by:
- postNavigationFolderEventin interface- EventChildHandler
- Parameters:
- node- Navigation folder node
- close- Close tab
- See Also:
- (com.saperion.ngc.model.navigation.FolderNode, boolean)
 
 - 
postNavigationFormEventpublic void postNavigationFormEvent(MaskInfoBean infoBean, boolean close) - Specified by:
- postNavigationFormEventin interface- EventChildHandler
- Parameters:
- infoBean- Mask info bean
- close- Close tab
- See Also:
- EventChildHandler.postNavigationFormEvent(com.saperion.ngc.events.MaskInfoBean, boolean)
 
 - 
postNavigationFormEventpublic void postNavigationFormEvent(MaskInfoBean infoBean, FolderSearchInfos infos, boolean close) - Specified by:
- postNavigationFormEventin interface- EventChildHandler
- Parameters:
- infoBean- Mask info bean
- infos- folder search infos (to search within a folder)
- close- Close tab
- See Also:
- EventChildHandler.postNavigationFormEvent(com.saperion.ngc.events.MaskInfoBean, com.saperion.ngc.events.navigation.FolderSearchInfos, boolean)
 
 - 
postNavigationWebpartEventpublic void postNavigationWebpartEvent(java.lang.String adress, java.lang.String name, boolean close)- Specified by:
- postNavigationWebpartEventin interface- EventChildHandler
- Parameters:
- adress- Webpart adress
- name- Name
- close- Close tab
- See Also:
- EventChildHandler.postNavigationWebpartEvent(java.lang.String, java.lang.String, boolean)
 
 - 
postSelectTreeItemEventpublic void postSelectTreeItemEvent(FolderId folderId, SelectTreeItemEvent.Destination type) - Specified by:
- postSelectTreeItemEventin interface- EventChildHandler
- Parameters:
- folderId- folderId or null, if not needed
- type- Destination type
- See Also:
- EventChildHandler.postSelectTreeItemEvent(com.saperion.ngc.model.FolderId, com.saperion.ngc.events.navigation.SelectTreeItemEvent.Destination)
 
 - 
postFieldChangeEventpublic void postFieldChangeEvent(ResultProperty property) - Specified by:
- postFieldChangeEventin interface- EventChildHandler
- Parameters:
- property- Property
- See Also:
- (com.saperion.ngc.model.resultset.ResultProperty)
 
 - 
postLogonEventpublic void postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName) - Specified by:
- postLogonEventin interface- EventChildHandler
- Parameters:
- result- Logon result
- userName- User name
- See Also:
- EventChildHandler.postLogonEvent(com.saperion.ngc.events.LogonEvent.LogonResult, java.lang.String)
 
 - 
postLogonEventpublic void postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName, boolean bIsSSOUser) - Specified by:
- postLogonEventin interface- EventChildHandler
- Parameters:
- result- Logon result
- userName- User name
- bIsSSOUser- indicate SSOUser
 
 - 
postResetGuiEventpublic void postResetGuiEvent() Post reset GUI event.- Specified by:
- postResetGuiEventin interface- EventChildHandler
- See Also:
- EventChildHandler.postResetGuiEvent()
 
 - 
postEditContentEventpublic void postEditContentEvent(EditContentEvent.EditContentAction action, DocumentId documentId) Post edit content event.- Specified by:
- postEditContentEventin interface- EventChildHandler
- Parameters:
- action- edit action
- documentId- document id
- See Also:
- (com.saperion.ngc.events.resultset.EditContentEvent.EditContentAction, com.saperion.ngc.model.document.DocumentId)
 
 - 
postAddToFavoritesEventpublic void postAddToFavoritesEvent(FavoriteQueryInformation favoriteQueryInformation) Posts an add to favorites event.- Specified by:
- postAddToFavoritesEventin interface- EventChildHandler
- Parameters:
- favoriteQueryInformation-- FavoriteQueryInformation
- See Also:
- (com.saperion.ngc.favorites.FavoriteQueryInformation)
 
 - 
postQueryFavoriteEventpublic void postQueryFavoriteEvent(com.saperion.ngc.favorites.xml.Favorites favorites, boolean close)Posts an on query favorite event.- Specified by:
- postQueryFavoriteEventin interface- EventChildHandler
- Parameters:
- favorites-- Favorites
- close- Close tab
- See Also:
- EventChildHandler.postQueryFavoriteEvent(com.saperion.ngc.favorites.xml.Favorites, boolean)
 
 - 
postDocumentFilingEventpublic void postDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action, java.util.Set<DocumentId> documentIDs, java.util.Set<FolderId> folderSysRowIds) Posts a DocumentFilingEvent.- Specified by:
- postDocumentFilingEventin interface- EventChildHandler
- Parameters:
- action- action to perform
- documentIDs- document IDs
- folderSysRowIds- folder sysrowids
- See Also:
- (com.saperion.ngc.events.navigation.DocumentFilingEvent.DocumentFilingAction, java.util.Set, java.util.Set)
 
 - 
postDocumentFilingEventpublic void postDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action, java.util.Set<DocumentId> documentIDs, java.lang.String folderName) Posts a DocumentFilingEvent.- Specified by:
- postDocumentFilingEventin interface- EventChildHandler
- Parameters:
- action- action to perform.
- documentIDs- document IDs
- folderName- name for new folder
- See Also:
- (com.saperion.ngc.events.navigation.DocumentFilingEvent.DocumentFilingAction, java.util.Set, java.lang.String)
 
 - 
postChangeDocumentSecurityEventpublic void postChangeDocumentSecurityEvent(java.util.Set<DocumentId> documentIs, java.util.Set<java.lang.String> acls) Posts a ChangeDocumentSecurityEvent.- Specified by:
- postChangeDocumentSecurityEventin interface- EventChildHandler
- Parameters:
- documentIs- document ids
- acls- set of acl names
- See Also:
- (java.util.Set,java.util.Set)
 
 - 
postChangeFolderSecurityEventpublic void postChangeFolderSecurityEvent(FolderId folderId, java.util.Set<java.lang.String> aclNames) Posts a ChangeFolderSecurityEvent.- Specified by:
- postChangeFolderSecurityEventin interface- EventChildHandler
- Parameters:
- folderId- folder id
- aclNames- set of ACL names
- See Also:
- EventChildHandler.postChangeFolderSecurityEvent(com.saperion.ngc.model.FolderId, java.util.Set)
 
 - 
postRefreshEventpublic void postRefreshEvent() Posts a refresh event.- Specified by:
- postRefreshEventin interface- EventChildHandler
- See Also:
- EventChildHandler.postRefreshEvent()
 
 - 
postAddLinkEventpublic void postAddLinkEvent(java.lang.String name, NavigationNode parentNode, FolderId destination)Post a AddLinkEvent.- Specified by:
- postAddLinkEventin interface- EventChildHandler
- Parameters:
- name- Name
- parentNode- Parent
- destination- Destination
- See Also:
- EventChildHandler.postAddLinkEvent(java.lang.String, com.saperion.ngc.model.navigation.intf.NavigationNode, com.saperion.ngc.model.FolderId)
 
 - 
postErrorLogEventpublic void postErrorLogEvent(LogMessage message) 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 interface- LogEventChildHandler
- Parameters:
- message- error message
- See Also:
- LogEventChildHandler.postErrorLogEvent(com.saperion.ngc.service.LogMessage)
 
 - 
postErrorLogEventpublic 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 interface- LogEventChildHandler
- Parameters:
- message- error message
- eventListener- listener that will be called when the messagebox caused by this event is closed
- See Also:
- LogEventChildHandler.postErrorLogEvent(com.saperion.ngc.service.LogMessage, org.zkoss.zk.ui.event.EventListener)
 
 - 
postInfoLogEventpublic void postInfoLogEvent(LogMessage message) 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 interface- LogEventChildHandler
- Parameters:
- message- info message
- See Also:
- LogEventChildHandler.postInfoLogEvent(com.saperion.ngc.service.LogMessage)
 
 - 
postInfoLogEventpublic void postInfoLogEvent(LogMessage message, org.zkoss.zk.ui.event.EventListener eventListener) 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 interface- LogEventChildHandler
- Parameters:
- message- info message
- eventListener- listener that will be called when the messagebox caused by this event is closed
- See Also:
- LogEventChildHandler.postInfoLogEvent(com.saperion.ngc.service.LogMessage, org.zkoss.zk.ui.event.EventListener)
 
 - 
postWarningLogEventpublic void postWarningLogEvent(LogMessage message) 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 interface- LogEventChildHandler
- Parameters:
- message- warning message
- See Also:
- LogEventChildHandler.postWarningLogEvent(com.saperion.ngc.service.LogMessage)
 
 - 
postWarningLogEventpublic 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 interface- LogEventChildHandler
- Parameters:
- message- warning message
- eventListener- listener that will be called when the messagebox caused by this event is closed
- See Also:
- LogEventChildHandler.postWarningLogEvent(com.saperion.ngc.service.LogMessage, org.zkoss.zk.ui.event.EventListener)
 
 - 
postUploadDocumentEventpublic void postUploadDocumentEvent(FolderUploadInfos uploadInfos) Posts an upload document event.- Specified by:
- postUploadDocumentEventin interface- EventChildHandler
- Parameters:
- uploadInfos- infos about the upload operation
- See Also:
- (com.saperion.ngc.model.navigation.FolderUploadInfos)
 
 - 
postUploadeExternalStorageDocumentEventpublic void postUploadeExternalStorageDocumentEvent(FolderUploadInfos uploadInfos, com.saperion.externalstorage.ExternalStorageType storageType) Description copied from interface:EventChildHandlerPosts an upload Sharebase document event.- Specified by:
- postUploadeExternalStorageDocumentEventin interface- EventChildHandler
- Parameters:
- uploadInfos- infos about the Sharebase upload operation
- storageType- External Storage type
 
 - 
postUploadSuccessEventpublic void postUploadSuccessEvent(FolderId folderId) Posts an upload success event.- Specified by:
- postUploadSuccessEventin interface- EventChildHandler
- Parameters:
- folderId- id of the folder the document was filed in
- See Also:
- EventChildHandler.postUploadSuccessEvent(com.saperion.ngc.model.FolderId)
 
 - 
postOpenMaskEventpublic void postOpenMaskEvent(java.lang.String formName, java.lang.String sysRowId)Post open mask event.- Specified by:
- postOpenMaskEventin interface- EventChildHandler
- Parameters:
- formName- Form name
- sysRowId- SysRowId for selection
- See Also:
- EventChildHandler.postOpenMaskEvent(java.lang.String, java.lang.String)
 
 - 
postFileActionEventpublic void postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.- Specified by:
- postFileActionEventin interface- EventChildHandler
- Parameters:
- folders- map with ids and class names of the selected folders
- action- file item action
- fileParent- id of the parent node for the file
- See Also:
- EventChildHandler.postFileActionEvent(java.util.Map, com.saperion.ngc.events.resultset.FileActionEvent.FileAction, com.saperion.ngc.model.FolderId)
 
 - 
postFileActionEventpublic void postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, java.util.Map<FolderId,java.lang.String> masks, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.- Specified by:
- postFileActionEventin interface- EventChildHandler
- Parameters:
- folders- map with ids and class names of the selected folders
- masks- 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 action
- fileParent- id of the parent node for the file
- See Also:
- EventChildHandler.postFileActionEvent(java.util.Map, com.saperion.ngc.events.resultset.FileActionEvent.FileAction, com.saperion.ngc.model.FolderId)
 
 - 
postTabSelectedEventpublic void postTabSelectedEvent(FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView) Posts a tab selected event.- Specified by:
- postTabSelectedEventin interface- EventChildHandler
- Parameters:
- folderId- folder id
- tabType- tab type
- formView- The intelligent form contained in the selected tab.
- See Also:
- EventChildHandler.postTabSelectedEvent(FolderId, MainTabView.MTVTabType, IntelligentFormView)
 
 - 
postPrintDocumentEventpublic void postPrintDocumentEvent(java.util.List<ResultProperties> rows) Posts a print-document-event.- Specified by:
- postPrintDocumentEventin interface- EventChildHandler
- Parameters:
- rows- rows selected for printing
- See Also:
- EventChildHandler.postPrintDocumentEvent(java.util.List)
 
 - 
postEditStructureEventpublic void postEditStructureEvent(DocumentId documentId) Posts an edit structure event.- Specified by:
- postEditStructureEventin interface- EventChildHandler
- Parameters:
- documentId- ID of the document to edit
- See Also:
- EventChildHandler.postEditStructureEvent( com.saperion.ngc.model.document.DocumentId)
 
 - 
postExternalStorageUploadEventpublic 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 interface- EventChildHandler
 
 - 
postShareBaseLoginEventpublic void postShareBaseLoginEvent(DocumentId documentId) Description copied from interface:EventChildHandlerPost a ShareBase Login event- Specified by:
- postShareBaseLoginEventin interface- EventChildHandler
 
 - 
postExternalStorageUploadStatusEventpublic void postExternalStorageUploadStatusEvent(java.lang.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 interface- EventChildHandler
 
 - 
postProlongRetentionEventpublic void postProlongRetentionEvent(ResultProperties row, java.util.Date retentionDate) Description copied from interface:EventChildHandlerPost a prolong retention event- Specified by:
- postProlongRetentionEventin interface- EventChildHandler
 
 - 
postReduceDispositionEventpublic void postReduceDispositionEvent(ResultProperties row, java.util.Date dispositionDate) Description copied from interface:EventChildHandlerPost a reduce disposition event- Specified by:
- postReduceDispositionEventin interface- EventChildHandler
 
 - 
postSetLitigationHoldEventpublic void postSetLitigationHoldEvent(DocumentId documentId, boolean activate) Description copied from interface:EventChildHandlerPost a litigation hold value change event- Specified by:
- postSetLitigationHoldEventin interface- EventChildHandler
 
 
- 
 
-