|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionContext | |
|---|---|
| org.nuxeo.ecm.platform.actions | |
| org.nuxeo.ecm.platform.actions.ejb | |
| org.nuxeo.ecm.platform.ui.web.api | |
| org.nuxeo.ecm.webapp.action | |
| Uses of ActionContext in org.nuxeo.ecm.platform.actions |
|---|
| Methods in org.nuxeo.ecm.platform.actions with parameters of type ActionContext | |
|---|---|
boolean |
DefaultActionFilter.accept(Action action,
ActionContext context)
Checks whether this action is valid in the given context. |
boolean |
PageFlowActionFilter.accept(Action action,
ActionContext context)
|
boolean |
ActionFilter.accept(Action action,
ActionContext context)
|
protected boolean |
DefaultActionFilter.checkConditions(Action action,
ActionContext context,
String[] conditions)
Returns true if one of the conditions is verified, else false. |
protected boolean |
DefaultActionFilter.checkFacets(Action action,
ActionContext context,
String[] facets)
Returns true if document has one of the given facets, else false. |
protected boolean |
DefaultActionFilter.checkPermissions(Action action,
ActionContext context,
String[] permissions)
Returns true if given document has one of the permissions, else false. |
protected boolean |
DefaultActionFilter.checkRule(FilterRule rule,
Action action,
ActionContext context)
Returns true if all conditions defined in the rule are true. |
protected boolean |
DefaultActionFilter.checkSchemas(Action action,
ActionContext context,
String[] schemas)
Returns true if document has one of the given schemas, else false. |
protected boolean |
DefaultActionFilter.checkTypes(Action action,
ActionContext context,
String[] types)
Returns true if document type is one of the given types, else false. |
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)
|
| Uses of ActionContext in org.nuxeo.ecm.platform.actions.ejb |
|---|
| Methods in org.nuxeo.ecm.platform.actions.ejb with parameters of type ActionContext | |
|---|---|
List<Action> |
ActionManager.getActions(String category,
ActionContext context)
|
List<Action> |
ActionManagerBean.getActions(String category,
ActionContext ctx)
|
List<Action> |
ActionManager.getActions(String category,
ActionContext context,
boolean hideUnavailableActions)
|
List<Action> |
ActionManagerBean.getActions(String category,
ActionContext ctx,
boolean hideUnavailableActions)
|
boolean |
ActionManager.isEnabled(String actionId,
ActionContext context)
|
boolean |
ActionManagerBean.isEnabled(String actionId,
ActionContext context)
|
| Uses of ActionContext in org.nuxeo.ecm.platform.ui.web.api |
|---|
| Methods in org.nuxeo.ecm.platform.ui.web.api with parameters of type ActionContext | |
|---|---|
List<Action> |
WebActions.getActionsList(String category,
ActionContext context)
|
List<Action> |
WebActions.getUnfiltredActionsList(String category,
ActionContext context)
|
| Uses of ActionContext in org.nuxeo.ecm.webapp.action |
|---|
| Methods in org.nuxeo.ecm.webapp.action that return ActionContext | |
|---|---|
protected ActionContext |
PopupHelper.createActionContext()
|
protected ActionContext |
WebActionsBean.createActionContext()
|
| Methods in org.nuxeo.ecm.webapp.action with parameters of type ActionContext | |
|---|---|
List<Action> |
WebActionsBean.getActionsList(String category,
ActionContext context)
|
List<Action> |
WebActionsBean.getUnfiltredActionsList(String category,
ActionContext context)
|
|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||