public interface EventChildHandler extends LogEventChildHandler
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_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_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_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_START_WORKFLOW, ON_TAB_SELECTED, ON_UNDELETE_SELECTED, ON_UPLOAD_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
Modifier and Type | Method and Description |
---|---|
void |
postAddLinkEvent(String name,
NavigationNode parent,
FolderId destination)
Post a AddLinkEvent.
|
void |
postAddToFavoritesEvent(FavoriteQueryInformation favoriteQueryInformation)
Posts an add to favorites event.
|
void |
postCancelSelectedEvent(com.saperion.ngc.iform.xml.SaveActionType action)
Cancel event.
|
void |
postChangeDocumentSecurityEvent(Set<DocumentId> documentIds,
Set<String> acls)
Posts a ChangeDocumentSecurityEvent.
|
void |
postChangeFolderSecurityEvent(FolderId folderId,
Set<String> aclNames)
Posts a ChangeFolderSecurityEvent.
|
void |
postDeleteSelectedEvent()
Delete selected.
|
void |
postDisplayPopupEvent(DocumentId docId,
boolean withCtrl,
boolean editMode) |
void |
postDisplayPopupEvent(DocumentId docId,
boolean currentRevision,
boolean withCtrl,
boolean editMode) |
void |
postDisplayResultItemEvent(DocumentId selectedDocId)
Calls
postDisplayResultItemEvent(int, DocumentId) with all rights enabled. |
void |
postDisplayResultItemEvent(int maskRights,
DocumentId selectedDocId) |
void |
postDocumentCheckEvent(CheckDataBean.CheckType checkout,
DocumentId id)
Checkin / checkout selected document.
|
void |
postDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action,
Set<DocumentId> documentIDs,
Set<FolderId> folderSysRowIds)
Posts a DocumentFilingEvent.
|
void |
postDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action,
Set<DocumentId> documentIDs,
String folderName)
Posts a DocumentFilingEvent.
|
void |
postDocumentReleaseEvent(DocumentId id)
Release selected document.
|
void |
postDownloadResultItemEvent(List<ResultProperties> items) |
void |
postEditContentEvent(EditContentEvent.EditContentAction action,
DocumentId documentId)
Post edit content event.
|
void |
postEditItemSelectedEvent(EditItemSelectedEvent.EditItemEventOrigin origin,
String maskName,
String ddcName,
ResultProperties properties)
Edit item event.
|
void |
postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin)
Edit event.
|
void |
postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin,
boolean readonly)
Edit event.
|
void |
postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin,
String mask,
ResultProperties properties)
Edit event.
|
void |
postEditStructureEvent(DocumentId documentId)
Posts an edit structure event.
|
void |
postFieldChangeEvent(ResultProperty property) |
void |
postFileActionEvent(Map<FolderId,String> folders,
FileActionEvent.FileAction action,
FolderId fileParent)
Posts a file action event.
|
void |
postFileActionEvent(Map<FolderId,String> folders,
Map<FolderId,String> masks,
FileActionEvent.FileAction action,
FolderId fileParent)
Posts a file action event.
|
void |
postFormButtonEvent(ButtonInfo info) |
void |
postIndexResultItemEvent(ResultProperties properties,
String componentId) |
void |
postLaunchWorkflowEvent(List<String> documentIds,
String workflowName,
String commentString,
List<com.saperion.intf.wf.WorkflowMember> users) |
void |
postLockDocumentEvent(boolean lock) |
void |
postLogonEvent(LogonEvent.LogonResult result,
String userName) |
void |
postLogonEvent(LogonEvent.LogonResult result,
String userName,
boolean bIsSSOUser) |
void |
postNavigationFolderEvent(FolderNode node,
boolean close) |
void |
postNavigationFormEvent(MaskInfoBean infoBean,
boolean close) |
void |
postNavigationFormEvent(MaskInfoBean infoBean,
FolderSearchInfos infos,
boolean close) |
void |
postNavigationWebpartEvent(String adress,
String name,
boolean close) |
void |
postNewSelectedEvent(NewSelectedEvent.NewEventOrigin origin,
String maskName,
String ddcName,
FormMode mode)
New event.
|
void |
postOpenMaskEvent(String formName,
String sysRowId)
Post open mask event.
|
void |
postPrintDocumentEvent(List<ResultProperties> rows)
Posts a print-document-event.
|
void |
postQueryFavoriteEvent(com.saperion.ngc.favorites.xml.Favorites favorites,
boolean close)
Posts an on query favorite event.
|
void |
postRefreshEvent()
Posts a refresh event.
|
void |
postResetGuiEvent()
Post reset GUI event.
|
void |
postResultFieldEvent(ResultFieldEventBean bean) |
void |
postSaveDocumentEvent(ResultFieldEventBean bean) |
void |
postSaveDocumentEvent(ResultFieldEventBean bean,
Set<String> acls,
String comment,
Map<String,DocumentVariable> variables) |
void |
postSelectTreeItemEvent(FolderId folderId,
SelectTreeItemEvent.Destination type) |
void |
postSendMailResultItemEvent(MailSendType mailSendType,
ResultProperties item,
MailContentType mailContentType) |
void |
postStartWorkflowEvent(List<String> documentIds) |
void |
postTabSelectedEvent(FolderId folderId,
MainTabView.MTVTabType tabType,
IntelligentFormView formView)
Posts a tab selected event.
|
void |
postUnDeleteSelectedEvent()
Undelete selected.
|
void |
postUploadDocumentEvent(FolderUploadInfos uploadInfos)
Posts an upload document event.
|
void |
postUploadSuccessEvent(FolderId folderId)
Posts an upload success event.
|
void |
postWorkflowActionEvent(List<DocumentId> task,
com.saperion.intf.wf.CommandInfo info,
List<String> actor,
String commentString,
Date actionDate) |
void |
postWorkflowCommentEvent(List<DocumentId> tasks) |
postErrorLogEvent, postErrorLogEvent, postInfoLogEvent, postInfoLogEvent, postWarningLogEvent, postWarningLogEvent
getEventtarget, setEventtarget
void postWorkflowActionEvent(List<DocumentId> task, com.saperion.intf.wf.CommandInfo info, List<String> actor, String commentString, Date actionDate)
task
- Task infoinfo
- Command infoactor
- ActorcommentString
- CommentactionDate
- Action datevoid postWorkflowCommentEvent(List<DocumentId> tasks)
tasks
- Task infovoid postDisplayPopupEvent(DocumentId docId, boolean withCtrl, boolean editMode)
docId
- Document idwithCtrl
- With CTRLeditMode
- edit modevoid postDisplayPopupEvent(DocumentId docId, boolean currentRevision, boolean withCtrl, boolean editMode)
docId
- Document idwithCtrl
- With CTRLcurrentRevision
- currentRevisioneditMode
- edit modevoid postDisplayResultItemEvent(int maskRights, DocumentId selectedDocId)
maskRights
- rights enabled in the maskselectedDocId
- selected item's idvoid postDisplayResultItemEvent(DocumentId selectedDocId)
postDisplayResultItemEvent(int, DocumentId)
with all rights enabled.selectedDocId
- selected item's IDvoid postIndexResultItemEvent(ResultProperties properties, String componentId)
properties
- PropertiescomponentId
- id of the component firing this eventvoid postLockDocumentEvent(boolean lock)
lock
- Lockvoid postLaunchWorkflowEvent(List<String> documentIds, String workflowName, String commentString, List<com.saperion.intf.wf.WorkflowMember> users)
documentIds
- Document id'sworkflowName
- Workflow namecommentString
- Comment stringusers
- Usersvoid postNewSelectedEvent(NewSelectedEvent.NewEventOrigin origin, String maskName, String ddcName, FormMode mode)
origin
- event originmaskName
- Mask nameddcName
- DDC namemode
- Form modevoid postEditItemSelectedEvent(EditItemSelectedEvent.EditItemEventOrigin origin, String maskName, String ddcName, ResultProperties properties)
origin
- event originmaskName
- Mask nameddcName
- DDC nameproperties
- Propertiesvoid postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin)
origin
- event originvoid postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin, boolean readonly)
origin
- event originreadonly
- if true index data will be shown but cannot be editedvoid postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin, String mask, ResultProperties properties)
origin
- event originmask
- name of the mask to useproperties
- properties of the document to editvoid postCancelSelectedEvent(com.saperion.ngc.iform.xml.SaveActionType action)
action
- save actionvoid postResultFieldEvent(ResultFieldEventBean bean)
bean
- Result field beanvoid postSaveDocumentEvent(ResultFieldEventBean bean)
bean
- Result field beanvoid postSaveDocumentEvent(ResultFieldEventBean bean, Set<String> acls, String comment, Map<String,DocumentVariable> variables)
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 documentvoid postDeleteSelectedEvent()
void postUnDeleteSelectedEvent()
void postDocumentCheckEvent(CheckDataBean.CheckType checkout, DocumentId id)
checkout
- Checkout / checkin typeid
- Document idvoid postDocumentReleaseEvent(DocumentId id)
id
- Document id to releasevoid postFormButtonEvent(ButtonInfo info)
info
- Button infovoid postDownloadResultItemEvent(List<ResultProperties> items)
items
- items to downloadvoid postSendMailResultItemEvent(MailSendType mailSendType, ResultProperties item, MailContentType mailContentType)
mailSendType
- mail send typeitem
- item to send per mailmailContentType
- mail content typevoid postStartWorkflowEvent(List<String> documentIds)
documentIds
- Document IDsvoid postNavigationFormEvent(MaskInfoBean infoBean, boolean close)
infoBean
- Mask info beanclose
- Close tabvoid postNavigationFormEvent(MaskInfoBean infoBean, FolderSearchInfos infos, boolean close)
infoBean
- Mask info beaninfos
- folder search infos (to search within a folder)close
- Close tabvoid postNavigationFolderEvent(FolderNode node, boolean close)
node
- Navigation folder nodeclose
- Close tabvoid postNavigationWebpartEvent(String adress, String name, boolean close)
adress
- Webpart adressname
- Nameclose
- Close tabvoid postSelectTreeItemEvent(FolderId folderId, SelectTreeItemEvent.Destination type)
folderId
- folderId or null, if not neededtype
- Destination typevoid postFieldChangeEvent(ResultProperty property)
property
- Propertyvoid postLogonEvent(LogonEvent.LogonResult result, String userName)
result
- Logon resultuserName
- User namevoid postLogonEvent(LogonEvent.LogonResult result, String userName, boolean bIsSSOUser)
result
- Logon resultuserName
- User namebIsSSOUser
- indicate SSOUservoid postResetGuiEvent()
void postEditContentEvent(EditContentEvent.EditContentAction action, DocumentId documentId)
action
- edit actiondocumentId
- document idvoid postAddToFavoritesEvent(FavoriteQueryInformation favoriteQueryInformation)
favoriteQueryInformation
- FavoriteQueryInformation
void postQueryFavoriteEvent(com.saperion.ngc.favorites.xml.Favorites favorites, boolean close)
favorites
- Favorites
close
- Close tabvoid postDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action, Set<DocumentId> documentIDs, Set<FolderId> folderSysRowIds)
action
- action to performdocumentIDs
- document IDsfolderSysRowIds
- folder sysrowidsvoid postDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action, Set<DocumentId> documentIDs, String folderName)
action
- action to perform.documentIDs
- document IDsfolderName
- name for new foldervoid postChangeDocumentSecurityEvent(Set<DocumentId> documentIds, Set<String> acls)
documentIds
- document idsacls
- set of acl namesvoid postChangeFolderSecurityEvent(FolderId folderId, Set<String> aclNames)
folderId
- folder idaclNames
- set of ACL namesvoid postAddLinkEvent(String name, NavigationNode parent, FolderId destination)
name
- Nameparent
- Parentdestination
- Destinationvoid postRefreshEvent()
void postUploadDocumentEvent(FolderUploadInfos uploadInfos)
uploadInfos
- infos about the upload operationvoid postUploadSuccessEvent(FolderId folderId)
folderId
- id of the folder the document was filed invoid postOpenMaskEvent(String formName, String sysRowId)
formName
- Form namesysRowId
- SysRowId for selectionvoid postFileActionEvent(Map<FolderId,String> folders, FileActionEvent.FileAction action, FolderId fileParent)
folders
- map with ids and class names of the selected foldersaction
- file item actionfileParent
- id of the parent node for the filevoid postFileActionEvent(Map<FolderId,String> folders, Map<FolderId,String> masks, FileActionEvent.FileAction action, FolderId fileParent)
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 filevoid postTabSelectedEvent(FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView)
folderId
- folder idtabType
- tab typeformView
- The intelligent form contained in the selected tab.void postPrintDocumentEvent(List<ResultProperties> rows)
rows
- rows selected for printingvoid postEditStructureEvent(DocumentId documentId)
documentId
- ID of the document to editCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.