public class EventChildHandlerImpl extends Object implements EventChildHandler
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_EXPAND_NODE, 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
Constructor and Description |
---|
EventChildHandlerImpl(org.zkoss.zk.ui.Component main) |
Modifier and Type | Method and Description |
---|---|
Set<org.zkoss.zk.ui.Component> |
getEventtarget(String eventName)
Reads the event target for the given event name, if set or the root element.
|
void |
postAddLinkEvent(String name,
NavigationNode parentNode,
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> documentIs,
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
EventChildHandler.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 |
postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin,
String mask,
ResultProperties properties,
boolean readonly)
Edit event.
|
void |
postEditStructureEvent(DocumentId documentId)
Posts an edit structure event.
|
void |
postErrorLogEvent(LogMessage message)
Posts an event that will create a log-entry at error-level.
|
void |
postErrorLogEvent(LogMessage message,
org.zkoss.zk.ui.event.EventListener eventListener)
Posts an event that will create a log-entry at error-level.
|
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 |
postInfoLogEvent(LogMessage message)
Posts an event that will create a log-entry at info-level.
|
void |
postInfoLogEvent(LogMessage message,
org.zkoss.zk.ui.event.EventListener eventListener)
Posts an event that will create a log-entry at info-level.
|
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(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 |
postWarningLogEvent(LogMessage message)
Posts an event that will create a log-entry at warning-level.
|
void |
postWarningLogEvent(LogMessage message,
org.zkoss.zk.ui.event.EventListener eventListener)
Posts an event that will create a log-entry at warning-level.
|
void |
postWorkflowActionEvent(List<DocumentId> tasks,
com.saperion.intf.wf.CommandInfo info,
List<String> actors,
String commentString,
Date actionDate) |
void |
postWorkflowCommentEvent(List<DocumentId> tasks) |
void |
setEventtarget(org.zkoss.zk.ui.Component comp,
String eventName)
Set the event target.
|
public EventChildHandlerImpl(org.zkoss.zk.ui.Component main)
main
- Parent componentpublic Set<org.zkoss.zk.ui.Component> getEventtarget(String eventName)
getEventtarget
in interface EventChild
eventName
- Event name or null for main targetEventChild.getEventtarget(java.lang.String)
public void setEventtarget(org.zkoss.zk.ui.Component comp, String eventName)
setEventtarget
in interface EventChild
comp
- Event targeteventName
- Event name or null for main targetEventChild.setEventtarget(org.zkoss.zk.ui.Component,
java.lang.String)
public void postWorkflowActionEvent(List<DocumentId> tasks, com.saperion.intf.wf.CommandInfo info, List<String> actors, String commentString, Date actionDate)
postWorkflowActionEvent
in interface EventChildHandler
tasks
- Task infoinfo
- Command infoactors
- ActorcommentString
- CommentactionDate
- Action dateEventChildHandler.postWorkflowActionEvent(java.util.List,
com.saperion.intf.wf.CommandInfo, java.util.List, java.lang.String, java.util.Date)
public void postWorkflowCommentEvent(List<DocumentId> tasks)
postWorkflowCommentEvent
in interface EventChildHandler
tasks
- Task infoEventChildHandler.postWorkflowCommentEvent(java.util.List)
public void postDisplayPopupEvent(DocumentId docId, boolean withCtrl, boolean editMode)
postDisplayPopupEvent
in interface EventChildHandler
docId
- Document idwithCtrl
- With CTRLeditMode
- edit modeEventChildHandler.postDisplayPopupEvent(com.saperion.ngc.model.document.DocumentId,
boolean, boolean)
public void postDisplayPopupEvent(DocumentId docId, boolean currentRevision, boolean withCtrl, boolean editMode)
postDisplayPopupEvent
in interface EventChildHandler
docId
- Document idcurrentRevision
- currentRevisionwithCtrl
- With CTRLeditMode
- edit modeEventChildHandler.postDisplayPopupEvent(com.saperion.ngc.model.document.DocumentId,
boolean, boolean, boolean)
public void postDisplayResultItemEvent(int maskRights, DocumentId selectedDocId)
postDisplayResultItemEvent
in interface EventChildHandler
maskRights
- rights enabled in the maskselectedDocId
- selected item's idEventChildHandler.postDisplayResultItemEvent(int,
com.saperion.ngc.model.document.DocumentId)
public void postDisplayResultItemEvent(DocumentId selectedDocId)
EventChildHandler.postDisplayResultItemEvent(int, DocumentId)
with all rights enabled.postDisplayResultItemEvent
in interface EventChildHandler
selectedDocId
- selected item's ID(com.saperion.ngc.model.document.DocumentId)
public void postIndexResultItemEvent(ResultProperties properties, String componentId)
postIndexResultItemEvent
in interface EventChildHandler
properties
- PropertiescomponentId
- id of the component firing this eventEventChildHandler.postIndexResultItemEvent(com.saperion.ngc.model.resultset.ResultProperties, java.lang.String)
public void postLockDocumentEvent(boolean lock)
postLockDocumentEvent
in interface EventChildHandler
lock
- LockEventChildHandler.postLockDocumentEvent(boolean)
public void postLaunchWorkflowEvent(List<String> documentIds, String workflowName, String commentString, List<com.saperion.intf.wf.WorkflowMember> users)
postLaunchWorkflowEvent
in interface EventChildHandler
documentIds
- Document id'sworkflowName
- Workflow namecommentString
- Comment stringusers
- UsersEventChildHandler.postLaunchWorkflowEvent(java.util.List,
java.lang.String, java.lang.String, java.util.List)
public void postNewSelectedEvent(NewSelectedEvent.NewEventOrigin origin, String maskName, String ddcName, FormMode mode)
postNewSelectedEvent
in interface EventChildHandler
origin
- event originmaskName
- Mask nameddcName
- DDC namemode
- Form mode(com.saperion.ngc.events.resultset.NewSelectedEvent.NewEventOrigin, java.lang.String,
java.lang.String, com.saperion.ngc.iform.FormMode)
public void postEditItemSelectedEvent(EditItemSelectedEvent.EditItemEventOrigin origin, String maskName, String ddcName, ResultProperties properties)
postEditItemSelectedEvent
in interface EventChildHandler
origin
- event originmaskName
- Mask nameddcName
- DDC nameproperties
- Properties(com.saperion.ngc.events.resultset.EditItemSelectedEvent.EditItemEventOrigin,
java.lang.String, java.lang.String, com.saperion.ngc.model.resultset.ResultProperties)
public void postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin)
postEditSelectedEvent
in interface EventChildHandler
origin
- event origin(com.saperion.ngc.events.resultset.EditSelectedEvent.EditEventOrigin)
public void postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin, boolean readonly)
postEditSelectedEvent
in interface EventChildHandler
origin
- event originreadonly
- if true index data will be shown but cannot be edited#postEditSelectedEvent(com.saperion.ngc.events.resultset.EditSelectedEvent.EditEventOrigin, boolean)
public void postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin, String mask, ResultProperties properties)
postEditSelectedEvent
in interface EventChildHandler
origin
- event originmask
- name of the mask to useproperties
- properties of the document to edit(com.saperion.ngc.events.resultset.EditSelectedEvent.EditEventOrigin,
java.lang.String, com.saperion.ngc.model.resultset.ResultProperties)
public void postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin, String mask, ResultProperties properties, boolean readonly)
postEditSelectedEvent
in interface EventChildHandler
origin
- event originmask
- name of the mask to useproperties
- properties of the document to editreadonly
- whether index will be editable or not(com.saperion.ngc.events.resultset.EditSelectedEvent.EditEventOrigin,
java.lang.String, com.saperion.ngc.model.resultset.ResultProperties)
public void postCancelSelectedEvent(com.saperion.ngc.iform.xml.SaveActionType action)
postCancelSelectedEvent
in interface EventChildHandler
action
- save actionEventChildHandler.postCancelSelectedEvent(com.saperion.ngc.iform.xml.SaveActionType)
public void postResultFieldEvent(ResultFieldEventBean bean)
postResultFieldEvent
in interface EventChildHandler
bean
- Result field bean#postResultFieldEvent(com.saperion.ngc.events.iform.ResultFieldEventBean)
public void postSaveDocumentEvent(ResultFieldEventBean bean)
postSaveDocumentEvent
in interface EventChildHandler
bean
- Result field bean#postSaveDocumentEvent(com.saperion.ngc.events.iform.ResultFieldEventBean)
public void postSaveDocumentEvent(ResultFieldEventBean bean, Set<String> acls, String comment, Map<String,DocumentVariable> variables)
postSaveDocumentEvent
in interface EventChildHandler
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(com.saperion.ngc.events.iform.ResultFieldEventBean, java.util.Set, java.lang.String, java.util.Map)
public void postDeleteSelectedEvent()
postDeleteSelectedEvent
in interface EventChildHandler
EventChildHandler.postDeleteSelectedEvent()
public void postUnDeleteSelectedEvent()
postUnDeleteSelectedEvent
in interface EventChildHandler
EventChildHandler.postUnDeleteSelectedEvent()
public void postDocumentCheckEvent(CheckDataBean.CheckType checkout, DocumentId id)
postDocumentCheckEvent
in interface EventChildHandler
checkout
- Checkout / checkin typeid
- Document idEventChildHandler.postDocumentCheckEvent(com.saperion.ngc.events.CheckDataBean.CheckType, com.saperion.ngc.model.document.DocumentId)
public void postDocumentReleaseEvent(DocumentId id)
postDocumentReleaseEvent
in interface EventChildHandler
id
- Document id to releaseEventChildHandler.postDocumentCheckEvent(com.saperion.ngc.events.CheckDataBean.CheckType, com.saperion.ngc.model.document.DocumentId)
public void postFormButtonEvent(ButtonInfo info)
postFormButtonEvent
in interface EventChildHandler
info
- Button infoEventChildHandler.postFormButtonEvent(com.saperion.ngc.iform.button.ButtonInfo)
public void postDownloadResultItemEvent(List<ResultProperties> items)
postDownloadResultItemEvent
in interface EventChildHandler
items
- items to downloadEventChildHandler.postDownloadResultItemEvent(java.util.List)
public void postSendMailResultItemEvent(MailSendType mailSendType, ResultProperties item, MailContentType mailContentType)
postSendMailResultItemEvent
in interface EventChildHandler
mailSendType
- mail send typeitem
- item to send per mailmailContentType
- mail content typeEventChildHandler.postSendMailResultItemEvent(MailSendType,
ResultProperties, MailContentType)
public void postStartWorkflowEvent(List<String> documentIds)
postStartWorkflowEvent
in interface EventChildHandler
documentIds
- Document IDsEventChildHandler.postStartWorkflowEvent(java.util.List)
public void postNavigationFolderEvent(FolderNode node, boolean close)
postNavigationFolderEvent
in interface EventChildHandler
node
- Navigation folder nodeclose
- Close tab(com.saperion.ngc.model.navigation.FolderNode, boolean)
public void postNavigationFormEvent(MaskInfoBean infoBean, boolean close)
postNavigationFormEvent
in interface EventChildHandler
infoBean
- Mask info beanclose
- Close tabEventChildHandler.postNavigationFormEvent(com.saperion.ngc.events.MaskInfoBean,
boolean)
public void postNavigationFormEvent(MaskInfoBean infoBean, FolderSearchInfos infos, boolean close)
postNavigationFormEvent
in interface EventChildHandler
infoBean
- Mask info beaninfos
- folder search infos (to search within a folder)close
- Close tabEventChildHandler.postNavigationFormEvent(com.saperion.ngc.events.MaskInfoBean,
com.saperion.ngc.events.navigation.FolderSearchInfos, boolean)
public void postNavigationWebpartEvent(String adress, String name, boolean close)
postNavigationWebpartEvent
in interface EventChildHandler
adress
- Webpart adressname
- Nameclose
- Close tabEventChildHandler.postNavigationWebpartEvent(java.lang.String,
java.lang.String, boolean)
public void postSelectTreeItemEvent(FolderId folderId, SelectTreeItemEvent.Destination type)
postSelectTreeItemEvent
in interface EventChildHandler
folderId
- folderId or null, if not neededtype
- Destination typeEventChildHandler.postSelectTreeItemEvent(com.saperion.ngc.model.FolderId,
com.saperion.ngc.events.navigation.SelectTreeItemEvent.Destination)
public void postFieldChangeEvent(ResultProperty property)
postFieldChangeEvent
in interface EventChildHandler
property
- Property(com.saperion.ngc.model.resultset.ResultProperty)
public void postLogonEvent(LogonEvent.LogonResult result, String userName)
postLogonEvent
in interface EventChildHandler
result
- Logon resultuserName
- User nameEventChildHandler.postLogonEvent(com.saperion.ngc.events.LogonEvent.LogonResult,
java.lang.String)
public void postLogonEvent(LogonEvent.LogonResult result, String userName, boolean bIsSSOUser)
postLogonEvent
in interface EventChildHandler
result
- Logon resultuserName
- User namebIsSSOUser
- indicate SSOUserpublic void postResetGuiEvent()
postResetGuiEvent
in interface EventChildHandler
EventChildHandler.postResetGuiEvent()
public void postEditContentEvent(EditContentEvent.EditContentAction action, DocumentId documentId)
postEditContentEvent
in interface EventChildHandler
action
- edit actiondocumentId
- document id(com.saperion.ngc.events.resultset.EditContentEvent.EditContentAction,
com.saperion.ngc.model.document.DocumentId)
public void postAddToFavoritesEvent(FavoriteQueryInformation favoriteQueryInformation)
postAddToFavoritesEvent
in interface EventChildHandler
favoriteQueryInformation
- FavoriteQueryInformation
(com.saperion.ngc.favorites.FavoriteQueryInformation)
public void postQueryFavoriteEvent(Favorites favorites, boolean close)
postQueryFavoriteEvent
in interface EventChildHandler
favorites
- Favorites
close
- Close tabEventChildHandler.postQueryFavoriteEvent(com.saperion.ngc.favorites.xml.Favorites,
boolean)
public void postDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action, Set<DocumentId> documentIDs, Set<FolderId> folderSysRowIds)
postDocumentFilingEvent
in interface EventChildHandler
action
- action to performdocumentIDs
- document IDsfolderSysRowIds
- folder sysrowids(com.saperion.ngc.events.navigation.DocumentFilingEvent.DocumentFilingAction,
java.util.Set, java.util.Set)
public void postDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action, Set<DocumentId> documentIDs, String folderName)
postDocumentFilingEvent
in interface EventChildHandler
action
- action to perform.documentIDs
- document IDsfolderName
- name for new folder(com.saperion.ngc.events.navigation.DocumentFilingEvent.DocumentFilingAction,
java.util.Set, java.lang.String)
public void postChangeDocumentSecurityEvent(Set<DocumentId> documentIs, Set<String> acls)
postChangeDocumentSecurityEvent
in interface EventChildHandler
documentIs
- document idsacls
- set of acl names(java.util.Set,java.util.Set)
public void postChangeFolderSecurityEvent(FolderId folderId, Set<String> aclNames)
postChangeFolderSecurityEvent
in interface EventChildHandler
folderId
- folder idaclNames
- set of ACL namesEventChildHandler.postChangeFolderSecurityEvent(com.saperion.ngc.model.FolderId,
java.util.Set)
public void postRefreshEvent()
postRefreshEvent
in interface EventChildHandler
EventChildHandler.postRefreshEvent()
public void postAddLinkEvent(String name, NavigationNode parentNode, FolderId destination)
postAddLinkEvent
in interface EventChildHandler
name
- NameparentNode
- Parentdestination
- DestinationEventChildHandler.postAddLinkEvent(java.lang.String,
com.saperion.ngc.model.navigation.intf.NavigationNode, com.saperion.ngc.model.FolderId)
public void postErrorLogEvent(LogMessage message)
postErrorLogEvent
in interface LogEventChildHandler
message
- error messageLogEventChildHandler.postErrorLogEvent(com.saperion.ngc.service.LogMessage)
public void postErrorLogEvent(LogMessage message, org.zkoss.zk.ui.event.EventListener eventListener)
postErrorLogEvent
in interface LogEventChildHandler
message
- error messageeventListener
- listener that will be called when the messagebox caused by this event is closedLogEventChildHandler.postErrorLogEvent(com.saperion.ngc.service.LogMessage,
org.zkoss.zk.ui.event.EventListener)
public void postInfoLogEvent(LogMessage message)
postInfoLogEvent
in interface LogEventChildHandler
message
- info messageLogEventChildHandler.postInfoLogEvent(com.saperion.ngc.service.LogMessage)
public void postInfoLogEvent(LogMessage message, org.zkoss.zk.ui.event.EventListener eventListener)
postInfoLogEvent
in interface LogEventChildHandler
message
- info messageeventListener
- listener that will be called when the messagebox caused by this event is closedLogEventChildHandler.postInfoLogEvent(com.saperion.ngc.service.LogMessage,
org.zkoss.zk.ui.event.EventListener)
public void postWarningLogEvent(LogMessage message)
postWarningLogEvent
in interface LogEventChildHandler
message
- warning messageLogEventChildHandler.postWarningLogEvent(com.saperion.ngc.service.LogMessage)
public void postWarningLogEvent(LogMessage message, org.zkoss.zk.ui.event.EventListener eventListener)
postWarningLogEvent
in interface LogEventChildHandler
message
- warning messageeventListener
- listener that will be called when the messagebox caused by this event is closedLogEventChildHandler.postWarningLogEvent(com.saperion.ngc.service.LogMessage,
org.zkoss.zk.ui.event.EventListener)
public void postUploadDocumentEvent(FolderUploadInfos uploadInfos)
postUploadDocumentEvent
in interface EventChildHandler
uploadInfos
- infos about the upload operation(com.saperion.ngc.model.navigation.FolderUploadInfos)
public void postUploadSuccessEvent(FolderId folderId)
postUploadSuccessEvent
in interface EventChildHandler
folderId
- id of the folder the document was filed inEventChildHandler.postUploadSuccessEvent(com.saperion.ngc.model.FolderId)
public void postOpenMaskEvent(String formName, String sysRowId)
postOpenMaskEvent
in interface EventChildHandler
formName
- Form namesysRowId
- SysRowId for selectionEventChildHandler.postOpenMaskEvent(java.lang.String,
java.lang.String)
public void postFileActionEvent(Map<FolderId,String> folders, FileActionEvent.FileAction action, FolderId fileParent)
postFileActionEvent
in interface EventChildHandler
folders
- map with ids and class names of the selected foldersaction
- file item actionfileParent
- id of the parent node for the fileEventChildHandler.postFileActionEvent(java.util.Map,
com.saperion.ngc.events.resultset.FileActionEvent.FileAction,
com.saperion.ngc.model.FolderId)
public void postFileActionEvent(Map<FolderId,String> folders, Map<FolderId,String> masks, FileActionEvent.FileAction action, FolderId fileParent)
postFileActionEvent
in interface EventChildHandler
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 fileEventChildHandler.postFileActionEvent(java.util.Map,
com.saperion.ngc.events.resultset.FileActionEvent.FileAction,
com.saperion.ngc.model.FolderId)
public void postTabSelectedEvent(FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView)
postTabSelectedEvent
in interface EventChildHandler
folderId
- folder idtabType
- tab typeformView
- The intelligent form contained in the selected tab.EventChildHandler.postTabSelectedEvent(FolderId, MainTabView.MTVTabType,
IntelligentFormView)
public void postPrintDocumentEvent(List<ResultProperties> rows)
postPrintDocumentEvent
in interface EventChildHandler
rows
- rows selected for printingEventChildHandler.postPrintDocumentEvent(java.util.List)
public void postEditStructureEvent(DocumentId documentId)
postEditStructureEvent
in interface EventChildHandler
documentId
- ID of the document to editpostEditStructureEvent(com.saperion.ngc.model.document.DocumentId)
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.