Package | Description |
---|---|
org.alfresco.web.config |
Modifier and Type | Method and Description |
---|---|
NavigationResult |
NavigationConfigElement.getOverride(String fromViewId,
String fromOutcome)
Returns the best match navigation override configured for the given
current view id and/or outcome.
|
Modifier and Type | Method and Description |
---|---|
HashMap<String,NavigationResult> |
NavigationConfigElement.getOutcomes()
Returns the list of outcomes that have overrides defined
|
HashMap<String,NavigationResult> |
NavigationConfigElement.getViewIds()
Returns the list of view ids that have overrides defined
|
Modifier and Type | Method and Description |
---|---|
void |
NavigationConfigElement.addOverride(String fromViewId,
String fromOutcome,
NavigationResult result)
Adds an override configuration item
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.