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.
|
closeWebDrone, getUserData, processEvent, setEventNameActionComplete, setSessionService
getName, getWarnDelay, isAutoCloseSessionId, isAutoPropagateSessionId, isChart, processEvent, register, resumeTimer, setAutoCloseSessionId, setAutoPropagateSessionId, setBeanName, setChart, setEventName, setEventNames, setRegistry, setWarnDelay, stopTimer, suspendTimer, toString
public 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
- UserDataService
eventNavigationName
- the name identifier for the actionnavigateTo
- the name of method to use on SiteNavigation
public org.alfresco.bm.event.EventResult processEvent(org.alfresco.bm.event.Event event, ShareEventData eventData) throws Exception
AbstractShareEventProcessor
processEvent
in class AbstractShareEventProcessor
event
- the origininating event (not normally required)eventData
- the share event data entityEventResult
the result of the process (includes errors and next events)Exception
Copyright © 2015. All rights reserved.