Package | Description |
---|---|
org.nuxeo.ecm.platform.actions | |
org.nuxeo.ecm.platform.actions.ejb | |
org.nuxeo.ecm.platform.ui.web.api | |
org.nuxeo.ecm.webapp.action |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultActionFilter.accept(Action action,
ActionContext context)
Checks whether this action is valid in the given context.
|
boolean |
ActionFilter.accept(Action action,
ActionContext context) |
List<Action> |
ActionService.getActions(String category,
ActionContext context) |
List<Action> |
ActionService.getActions(String category,
ActionContext context,
boolean hideUnavailableActions) |
boolean |
ActionService.isEnabled(Action action,
ActionContext context) |
boolean |
ActionService.isEnabled(String actionId,
ActionContext context) |
Modifier and Type | Method and Description |
---|---|
List<Action> |
ActionManager.getActions(String category,
ActionContext context)
Gets actions for a category (filters are evaluated).
|
List<Action> |
ActionManager.getActions(String category,
ActionContext context,
boolean hideUnavailableActions)
Gets actions for a category (filters are evaluated).
|
boolean |
ActionManager.isEnabled(String actionId,
ActionContext context) |
Modifier and Type | Method and Description |
---|---|
List<Action> |
WebActions.getActionsList(String category,
ActionContext context)
Returns all filtered actions for a given category and given resolution
context.
|
List<Action> |
WebActions.getUnfiltredActionsList(String category,
ActionContext context)
Returns all actions for a given category and given resolution context.
|
void |
TabActionsSelection.setCurrentTabId(ActionManager actionManager,
ActionContext actionContext,
String category,
String tabId,
String... subTabIds) |
void |
TabActionsSelection.setCurrentTabIds(ActionManager actionManager,
ActionContext actionContext,
String tabIds)
Sets current tab ids as a String, splitting on commas ',' and parsing
each action information as is:
CATEGORY:[ACTION_ID[:OPTIONAL_SUB_ACTION_ID[:OPTIONAL_SUB_ACTION_ID]...]]
|
Modifier and Type | Method and Description |
---|---|
ActionContext |
ActionContextProvider.createActionContext() |
Modifier and Type | Method and Description |
---|---|
List<Action> |
WebActionsBean.getActionsList(String category,
ActionContext context) |
List<Action> |
WebActionsBean.getUnfiltredActionsList(String category,
ActionContext context) |
Copyright © 2011 Nuxeo SA. All Rights Reserved.