public class NavigationEventProcess extends AbstractShareEventProcessor
SharePage that is displayed to the user.
Navigation on the share page to navigate from the current rendered
page to the destination page using the main navigation bar.
EVENT_NAME_NAVIGATION_COMPLETE: A Share page after navigationeventNameActionComplete, logger, sessionService, userDataService| Constructor and Description |
|---|
NavigationEventProcess(org.alfresco.bm.user.UserDataService userDataService,
String navigateTo)
Default constructor.
|
NavigationEventProcess(org.alfresco.bm.user.UserDataService userDataService,
String eventNavigationName,
String navigateTo)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.bm.event.EventResult |
processEvent(org.alfresco.bm.event.Event event,
ShareEventData eventData)
Process a share based event.
|
closeWebDriver, getUserData, processEvent, setEventNameActionComplete, setSessionServicegetName, getWarnDelay, isAutoCloseSessionId, isAutoPropagateSessionId, isChart, processEvent, register, resumeTimer, setAutoCloseSessionId, setAutoPropagateSessionId, setBeanName, setChart, setEventName, setEventNames, setRegistry, setWarnDelay, stopTimer, suspendTimer, toStringpublic NavigationEventProcess(org.alfresco.bm.user.UserDataService userDataService,
String navigateTo)
navigateTo - The method name to select on the Navigation for the
process to eventNavigationActionComplete.public NavigationEventProcess(org.alfresco.bm.user.UserDataService userDataService,
String eventNavigationName,
String navigateTo)
userDataService - UserDataServiceeventNavigationName - the name identifier for the actionnavigateTo - the name of method to use on SiteNavigationpublic org.alfresco.bm.event.EventResult processEvent(org.alfresco.bm.event.Event event,
ShareEventData eventData)
throws Exception
AbstractShareEventProcessorprocessEvent in class AbstractShareEventProcessorevent - the origininating event (not normally required)eventData - the share event data entityEventResult the result of the process (includes errors and next events)ExceptionCopyright © 2016. All rights reserved.