Package | Description |
---|---|
org.nuxeo.ecm.platform.actions | |
org.nuxeo.ecm.platform.actions.ejb |
Modifier and Type | Class and Description |
---|---|
class |
AbstractActionFilter
Deprecated.
since 5.6: not used expect in tests
|
class |
DefaultActionFilter |
Modifier and Type | Field and Description |
---|---|
protected ActionFilter[] |
Action.filters |
Modifier and Type | Method and Description |
---|---|
ActionFilter |
ActionFilter.clone()
Returns a clone, useful for hot reload.
|
ActionFilter |
ActionService.getFilter(String filterId) |
ActionFilter |
ActionFilterRegistry.getFilter(String id) |
ActionFilter[] |
Action.getFilters() |
ActionFilter[] |
ActionService.getFilters(String actionId) |
ActionFilter |
ActionFilterRegistry.removeFilter(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<ActionFilter> |
ActionFilterRegistry.getFilters() |
Modifier and Type | Method and Description |
---|---|
void |
ActionFilterRegistry.addFilter(ActionFilter filter) |
void |
Action.setFilters(ActionFilter[] filters) |
Modifier and Type | Method and Description |
---|---|
ActionFilter |
ActionManager.getFilter(String filterId) |
ActionFilter[] |
ActionManager.getFilters(String actionId) |
Copyright © 2018 Nuxeo. All rights reserved.