public class NavigationManagementResource extends Object
| Constructor and Description |
|---|
NavigationManagementResource(org.gatein.api.navigation.Navigation navigation,
org.gatein.management.api.model.ModelProvider modelProvider) |
| Modifier and Type | Method and Description |
|---|---|
org.gatein.management.api.model.ModelObject |
addNode(String path,
org.gatein.management.api.PathAddress address) |
org.gatein.management.api.model.ModelObject |
getNavigation(org.gatein.management.api.operation.OperationContext context,
String scopeAttribute,
String showAllAttribute) |
org.gatein.management.api.model.ModelObject |
getNode(String path,
String scopeAttribute,
String showAllAttribute,
org.gatein.management.api.operation.OperationContext context) |
void |
removeNode(String path) |
org.gatein.management.api.model.ModelObject |
updateNavigation(org.gatein.management.api.operation.OperationContext context,
org.gatein.management.api.model.ModelObject navModel) |
org.gatein.management.api.model.ModelObject |
updateNode(String path,
org.gatein.management.api.model.ModelObject nodeModel,
org.gatein.management.api.PathAddress address) |
public NavigationManagementResource(org.gatein.api.navigation.Navigation navigation,
org.gatein.management.api.model.ModelProvider modelProvider)
public org.gatein.management.api.model.ModelObject getNavigation(org.gatein.management.api.operation.OperationContext context,
String scopeAttribute,
String showAllAttribute)
public org.gatein.management.api.model.ModelObject updateNavigation(org.gatein.management.api.operation.OperationContext context,
org.gatein.management.api.model.ModelObject navModel)
public org.gatein.management.api.model.ModelObject getNode(String path, String scopeAttribute, String showAllAttribute, org.gatein.management.api.operation.OperationContext context)
public void removeNode(String path)
public org.gatein.management.api.model.ModelObject addNode(String path, org.gatein.management.api.PathAddress address)
public org.gatein.management.api.model.ModelObject updateNode(String path, org.gatein.management.api.model.ModelObject nodeModel, org.gatein.management.api.PathAddress address)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.