Package com.saperion.ngc.events
Interface EventChildHandler
-
- All Superinterfaces:
EventChild,LogEventChildHandler,java.io.Serializable
- All Known Subinterfaces:
DocumentView,IntelligentFormView,MainTabView,NavigationView,ResultSetView
- All Known Implementing Classes:
AbstractDocumentView,AbstractStructureDialog,BaseWindow,CheckinDialog,DocumentViewImpl,EditStructureDialog,EventChildHandlerImpl,ExternalStorageCreateDocDialog,ExternalStorageDashBoardDialog,ExternalStorageUploadDialog,ExternalStorageUploadStatusDialog,HylandViewerImpl,IntelligentFormPopupWindow,IntelligentFormViewImpl,LogViewImpl,MainTabViewImpl,MediaViewerImpl,NavigationViewImpl,NewFolderDialog,OneDriveLoginDialog,OneDriveLogInErrorDialog,OneDriveLogInSuccessDialog,OneDriveLogOutErrorDialog,OneDriveManageShareDialog,OneDriveNewShareDialog,PdfjsViewerImpl,ResultSetViewImpl,RevisionHistoryDialog,SapDocumentViewImpl,SelectFolderClassDialog,ShareBaseCheckInDialog,ShareBaseCheckoutShareDialog,ShareBaseDuplicateDocumentUploadErrorDialog,ShareBaseLoginDialog,ShareBaseLogInErrorDialog,ShareBaseManageShareDialog,ShareBaseNewShareDialog,SimpleViewerImpl,UserSelectionDialog,VirtualViewerHTML5,WeblinkHandler
public interface EventChildHandler extends LogEventChildHandler
This interface defines common methods to post events for webclient-components.
-
-
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpostAddLinkEvent(java.lang.String name, NavigationNode parent, 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> documentIds, 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)CallspostDisplayResultItemEvent(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.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 externalStorageClient, 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)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.voidpostWorkflowActionEvent(java.util.List<DocumentId> task, com.saperion.intf.wf.CommandInfo info, java.util.List<java.lang.String> actor, java.lang.String commentString, java.util.Date actionDate)voidpostWorkflowCommentEvent(java.util.List<DocumentId> tasks)voidpostWorkflowDisplayCommentEvent(DocumentId task)-
Methods inherited from interface com.saperion.ngc.events.EventChild
getEventtarget, setEventtarget
-
Methods inherited from interface com.saperion.ngc.events.LogEventChildHandler
postErrorLogEvent, postErrorLogEvent, postInfoLogEvent, postInfoLogEvent, postWarningLogEvent, postWarningLogEvent
-
-
-
-
Method Detail
-
postWorkflowActionEvent
void postWorkflowActionEvent(java.util.List<DocumentId> task, com.saperion.intf.wf.CommandInfo info, java.util.List<java.lang.String> actor, java.lang.String commentString, java.util.Date actionDate)
- Parameters:
task- Task infoinfo- Command infoactor- ActorcommentString- CommentactionDate- Action date
-
postWorkflowCommentEvent
void postWorkflowCommentEvent(java.util.List<DocumentId> tasks)
- Parameters:
tasks- Task info
-
postWorkflowDisplayCommentEvent
void postWorkflowDisplayCommentEvent(DocumentId task)
- Parameters:
task- Task info
-
postDisplayPopupEvent
void postDisplayPopupEvent(DocumentId docId, boolean withCtrl, boolean editMode)
- Parameters:
docId- Document idwithCtrl- With CTRLeditMode- edit mode
-
postDisplayPopupEvent
void postDisplayPopupEvent(DocumentId docId, boolean currentRevision, boolean withCtrl, boolean editMode)
- Parameters:
docId- Document idwithCtrl- With CTRLcurrentRevision- currentRevisioneditMode- edit mode
-
postDisplayPopupEvent
void postDisplayPopupEvent(DocumentId docId, boolean withCtrl, boolean editMode, ResultSetViewImpl view)
- Parameters:
docId- Document idwithCtrl- With CTRLeditMode- edit modeview- ResultSetViewImpl
-
postDisplayResultItemEvent
void postDisplayResultItemEvent(int maskRights, DocumentId selectedDocId)- Parameters:
maskRights- rights enabled in the maskselectedDocId- selected item's id
-
postDisplayResultItemEvent
void postDisplayResultItemEvent(DocumentId selectedDocId)
CallspostDisplayResultItemEvent(int, DocumentId)with all rights enabled.- Parameters:
selectedDocId- selected item's ID
-
postIndexResultItemEvent
void postIndexResultItemEvent(ResultProperties properties, java.lang.String componentId)
- Parameters:
properties- PropertiescomponentId- id of the component firing this event
-
postLockDocumentEvent
void postLockDocumentEvent(boolean lock)
- Parameters:
lock- Lock
-
postLaunchWorkflowEvent
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)- Parameters:
documentIds- Document id'sworkflowName- Workflow namecommentString- Comment stringusers- Users
-
postNewSelectedEvent
void postNewSelectedEvent(NewSelectedEvent.NewEventOrigin origin, java.lang.String maskName, java.lang.String ddcName, FormMode mode)
New event.- Parameters:
origin- event originmaskName- Mask nameddcName- DDC namemode- Form mode
-
postEditItemSelectedEvent
void postEditItemSelectedEvent(EditItemSelectedEvent.EditItemEventOrigin origin, java.lang.String maskName, java.lang.String ddcName, ResultProperties properties)
Edit item event.- Parameters:
origin- event originmaskName- Mask nameddcName- DDC nameproperties- Properties
-
postEditSelectedEvent
void postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin)
Edit event.- Parameters:
origin- event origin
-
postEditSelectedEvent
void postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin, boolean readonly)
Edit event.- Parameters:
origin- event originreadonly- if true index data will be shown but cannot be edited
-
postEditSelectedEvent
void postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin, java.lang.String mask, ResultProperties properties)
Edit event.- Parameters:
origin- event originmask- name of the mask to useproperties- properties of the document to edit
-
postCancelSelectedEvent
void postCancelSelectedEvent(com.saperion.ngc.iform.xml.SaveActionType action)
Cancel event.- Parameters:
action- save action
-
postResultFieldEvent
void postResultFieldEvent(ResultFieldEventBean bean)
- Parameters:
bean- Result field bean
-
postSaveDocumentEvent
void postSaveDocumentEvent(ResultFieldEventBean bean)
- Parameters:
bean- Result field bean
-
postSaveDocumentEvent
void postSaveDocumentEvent(ResultFieldEventBean bean, java.util.Set<java.lang.String> acls, java.lang.String comment, java.util.Map<java.lang.String,DocumentVariable> variables)
- 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
-
postDeleteSelectedEvent
void postDeleteSelectedEvent()
Delete selected.
-
postUnDeleteSelectedEvent
void postUnDeleteSelectedEvent()
Undelete selected.
-
postDocumentCheckEvent
void postDocumentCheckEvent(CheckDataBean.CheckType checkout, DocumentId id)
Checkin / checkout selected document.- Parameters:
checkout- Checkout / checkin typeid- Document id
-
postDocumentCheckWithShareBaseEvent
void postDocumentCheckWithShareBaseEvent(ShareBaseCheckDataBean.ShareBaseCheckType checkType, DocumentId id, boolean isShareBaseLoggedIn)
Checkin / checkout selected document from/to ShareBase.- Parameters:
checkType- type of check event; available events are checkout, checkin and discardid- Saperion document idisShareBaseLoggedIn- true if user is already logged in sharebase else request for login
-
postDocumentReleaseEvent
void postDocumentReleaseEvent(DocumentId id)
Release selected document.- Parameters:
id- Document id to release
-
postFormButtonEvent
void postFormButtonEvent(ButtonInfo info)
- Parameters:
info- Button info
-
postDownloadResultItemEvent
void postDownloadResultItemEvent(java.util.List<ResultProperties> items)
- Parameters:
items- items to download
-
postSendMailResultItemEvent
void postSendMailResultItemEvent(MailSendType mailSendType, ResultProperties item, MailContentType mailContentType)
- Parameters:
mailSendType- mail send typeitem- item to send per mailmailContentType- mail content type
-
postStartWorkflowEvent
void postStartWorkflowEvent(java.util.List<java.lang.String> documentIds)
- Parameters:
documentIds- Document IDs
-
postNavigationFormEvent
void postNavigationFormEvent(MaskInfoBean infoBean, boolean close)
- Parameters:
infoBean- Mask info beanclose- Close tab
-
postNavigationFormEvent
void postNavigationFormEvent(MaskInfoBean infoBean, FolderSearchInfos infos, boolean close)
- Parameters:
infoBean- Mask info beaninfos- folder search infos (to search within a folder)close- Close tab
-
postNavigationFolderEvent
void postNavigationFolderEvent(FolderNode node, boolean close)
- Parameters:
node- Navigation folder nodeclose- Close tab
-
postNavigationWebpartEvent
void postNavigationWebpartEvent(java.lang.String adress, java.lang.String name, boolean close)- Parameters:
adress- Webpart adressname- Nameclose- Close tab
-
postSelectTreeItemEvent
void postSelectTreeItemEvent(FolderId folderId, SelectTreeItemEvent.Destination type)
- Parameters:
folderId- folderId or null, if not neededtype- Destination type
-
postFieldChangeEvent
void postFieldChangeEvent(ResultProperty property)
- Parameters:
property- Property
-
postLogonEvent
void postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName)
- Parameters:
result- Logon resultuserName- User name
-
postLogonEvent
void postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName, boolean bIsSSOUser)
- Parameters:
result- Logon resultuserName- User namebIsSSOUser- indicate SSOUser
-
postResetGuiEvent
void postResetGuiEvent()
Post reset GUI event.
-
postEditContentEvent
void postEditContentEvent(EditContentEvent.EditContentAction action, DocumentId documentId)
Post edit content event.- Parameters:
action- edit actiondocumentId- document id
-
postAddToFavoritesEvent
void postAddToFavoritesEvent(FavoriteQueryInformation favoriteQueryInformation)
Posts an add to favorites event.- Parameters:
favoriteQueryInformation-FavoriteQueryInformation
-
postQueryFavoriteEvent
void postQueryFavoriteEvent(com.saperion.ngc.favorites.xml.Favorites favorites, boolean close)Posts an on query favorite event.- Parameters:
favorites-Favoritesclose- Close tab
-
postDocumentFilingEvent
void postDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action, java.util.Set<DocumentId> documentIDs, java.util.Set<FolderId> folderSysRowIds)
Posts a DocumentFilingEvent.- Parameters:
action- action to performdocumentIDs- document IDsfolderSysRowIds- folder sysrowids
-
postDocumentFilingEvent
void postDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action, java.util.Set<DocumentId> documentIDs, java.lang.String folderName)
Posts a DocumentFilingEvent.- Parameters:
action- action to perform.documentIDs- document IDsfolderName- name for new folder
-
postChangeDocumentSecurityEvent
void postChangeDocumentSecurityEvent(java.util.Set<DocumentId> documentIds, java.util.Set<java.lang.String> acls)
Posts a ChangeDocumentSecurityEvent.- Parameters:
documentIds- document idsacls- set of acl names
-
postChangeFolderSecurityEvent
void postChangeFolderSecurityEvent(FolderId folderId, java.util.Set<java.lang.String> aclNames)
Posts a ChangeFolderSecurityEvent.- Parameters:
folderId- folder idaclNames- set of ACL names
-
postAddLinkEvent
void postAddLinkEvent(java.lang.String name, NavigationNode parent, FolderId destination)Post a AddLinkEvent.- Parameters:
name- Nameparent- Parentdestination- Destination
-
postRefreshEvent
void postRefreshEvent()
Posts a refresh event.
-
postUploadDocumentEvent
void postUploadDocumentEvent(FolderUploadInfos uploadInfos)
Posts an upload document event.- Parameters:
uploadInfos- infos about the upload operation
-
postUploadeExternalStorageDocumentEvent
void postUploadeExternalStorageDocumentEvent(FolderUploadInfos uploadInfos, com.saperion.externalstorage.ExternalStorageType storageType)
Posts an upload Sharebase document event.- Parameters:
uploadInfos- infos about the Sharebase upload operationstorageType- External Storage type
-
postUploadSuccessEvent
void postUploadSuccessEvent(FolderId folderId)
Posts an upload success event.- Parameters:
folderId- id of the folder the document was filed in
-
postOpenMaskEvent
void postOpenMaskEvent(java.lang.String formName, java.lang.String sysRowId)Post open mask event.- Parameters:
formName- Form namesysRowId- SysRowId for selection
-
postFileActionEvent
void postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, FileActionEvent.FileAction action, FolderId fileParent)
Posts a file action event.- Parameters:
folders- map with ids and class names of the selected foldersaction- file item actionfileParent- id of the parent node for the file
-
postFileActionEvent
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.- 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
-
postTabSelectedEvent
void postTabSelectedEvent(FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView)
Posts a tab selected event.- Parameters:
folderId- folder idtabType- tab typeformView- The intelligent form contained in the selected tab.
-
postPrintDocumentEvent
void postPrintDocumentEvent(java.util.List<ResultProperties> rows)
Posts a print-document-event.- Parameters:
rows- rows selected for printing
-
postEditStructureEvent
void postEditStructureEvent(DocumentId documentId)
Posts an edit structure event.- Parameters:
documentId- ID of the document to edit
-
postExternalStorageUploadEvent
void postExternalStorageUploadEvent(DocumentId documentId, com.saperion.externalstorage.client.ExternalStorageClient client, com.saperion.externalstorage.ExternalStorageType storageType)
Post a External Storage Upload event- Parameters:
documentId-
-
postShareBaseLoginEvent
void postShareBaseLoginEvent(DocumentId documentId)
Post a ShareBase Login event- Parameters:
documentId-
-
postExternalStorageUploadStatusEvent
void postExternalStorageUploadStatusEvent(java.lang.Boolean uploadStatus, com.saperion.externalstorage.library.Document uploadedDocument, com.saperion.externalstorage.client.ExternalStorageClient externalStorageClient, com.saperion.externalstorage.ExternalStorageType storageType)Post a External Storage Upload status event
-
postProlongRetentionEvent
void postProlongRetentionEvent(ResultProperties row, java.util.Date retentionDate)
Post a prolong retention event
-
postReduceDispositionEvent
void postReduceDispositionEvent(ResultProperties row, java.util.Date dispositionDate)
Post a reduce disposition event
-
postSetLitigationHoldEvent
void postSetLitigationHoldEvent(DocumentId documentId, boolean activate)
Post a litigation hold value change event
-
-