public class DefaultNavigationService extends Object implements NavigationService
The default implementation of the navigation service supports providing next navigation for the task and process.
Constructor and Description |
---|
DefaultNavigationService(WorkObjectService workObjectService,
UserManager userManager,
AmbiguousIdHelper ambiguousIdHelper) |
Modifier and Type | Method and Description |
---|---|
NavigationAction |
navigate(NavigationAction navigationAction)
Get next
NavigationAction which should follow after the current navigationAction |
public DefaultNavigationService(WorkObjectService workObjectService, UserManager userManager, AmbiguousIdHelper ambiguousIdHelper)
public NavigationAction navigate(NavigationAction navigationAction)
NavigationService
Get next NavigationAction
which should follow after the current navigationAction
navigate
in interface NavigationService
navigationAction
- action on which next NavigationAction
is based. Context contains Action
to be processed.NavigationAction
to the next navigation item. Action context contains ViewName
names, which points to the viewCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.