|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Action in org.nuxeo.ecm.platform.actions |
|---|
| Methods in org.nuxeo.ecm.platform.actions that return Action | |
|---|---|
Action |
ActionRegistry.getAction(String id)
|
Action |
ActionService.getAction(String actionId)
|
protected Action |
ActionService.mergeActions(Action existingOne,
Action newOne)
Merges two actions. |
Action |
ActionRegistry.removeAction(String id)
|
| Methods in org.nuxeo.ecm.platform.actions that return types with arguments of type Action | |
|---|---|
Collection<Action> |
ActionRegistry.getActions()
|
List<Action> |
ActionRegistry.getActions(String category)
|
List<Action> |
ActionService.getActions(String category,
ActionContext context)
|
List<Action> |
ActionService.getActions(String category,
ActionContext context,
boolean hideUnavailableActions)
|
| Methods in org.nuxeo.ecm.platform.actions with parameters of type Action | |
|---|---|
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)
|
void |
ActionRegistry.addAction(Action action)
|
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. |
int |
Action.compareTo(Action anotherAction)
|
boolean |
ActionService.isEnabled(Action action,
ActionContext context)
|
protected Action |
ActionService.mergeActions(Action existingOne,
Action newOne)
Merges two actions. |
| Uses of Action in org.nuxeo.ecm.platform.actions.ejb |
|---|
| Methods in org.nuxeo.ecm.platform.actions.ejb that return Action | |
|---|---|
Action |
ActionManager.getAction(String actionId)
|
Action |
ActionManagerBean.getAction(String actionId)
|
| Methods in org.nuxeo.ecm.platform.actions.ejb that return types with arguments of type Action | |
|---|---|
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)
|
| Uses of Action in org.nuxeo.ecm.platform.comment.web |
|---|
| Methods in org.nuxeo.ecm.platform.comment.web that return types with arguments of type Action | |
|---|---|
List<Action> |
CommentManagerActionsBean.getActionsForComment()
|
List<Action> |
CommentManagerActions.getActionsForComment()
|
| Uses of Action in org.nuxeo.ecm.platform.publishing.api |
|---|
| Methods in org.nuxeo.ecm.platform.publishing.api that return types with arguments of type Action | |
|---|---|
List<Action> |
PublishActions.getActionsForPublishDocument()
Returns the list of available web actions for the currently selected DocumentList - list of sections. |
List<Action> |
PublishActions.getActionsForSectionSelection()
Returns the list of available web actions for the currently selected Documents inside a section. |
| Uses of Action in org.nuxeo.ecm.platform.publishing.web |
|---|
| Methods in org.nuxeo.ecm.platform.publishing.web that return types with arguments of type Action | |
|---|---|
List<Action> |
PublishActionsBean.getActionsForPublishDocument()
|
List<Action> |
PublishActionsBean.getActionsForSectionSelection()
|
| Uses of Action in org.nuxeo.ecm.platform.syndication |
|---|
| Methods in org.nuxeo.ecm.platform.syndication that return types with arguments of type Action | |
|---|---|
List<Action> |
SyndicationActionsBean.getActionsForSyndication()
|
List<Action> |
SyndicationActions.getActionsForSyndication()
Not used for now. |
| Uses of Action in org.nuxeo.ecm.platform.ui.web.api |
|---|
| Methods in org.nuxeo.ecm.platform.ui.web.api that return Action | |
|---|---|
Action |
WebActions.getCurrentSubTabAction()
|
Action |
WebActions.getCurrentTabAction()
|
| Methods in org.nuxeo.ecm.platform.ui.web.api that return types with arguments of type Action | |
|---|---|
List<Action> |
WebActions.getActionsList(String category)
|
List<Action> |
WebActions.getActionsList(String category,
ActionContext context)
|
List<Action> |
WebActions.getSubTabsList()
|
List<Action> |
WebActions.getSubViewActionsList()
Deprecated. |
List<Action> |
WebActions.getTabsList()
|
List<Action> |
WebActions.getUnfiltredActionsList(String category)
|
List<Action> |
WebActions.getUnfiltredActionsList(String category,
ActionContext context)
|
| Methods in org.nuxeo.ecm.platform.ui.web.api with parameters of type Action | |
|---|---|
void |
WebActions.setCurrentSubTabAction(Action tabAction)
|
void |
WebActions.setCurrentTabAction(Action tabAction)
|
| Method parameters in org.nuxeo.ecm.platform.ui.web.api with type arguments of type Action | |
|---|---|
void |
WebActions.setSubTabsList(List<Action> tabsList)
|
void |
WebActions.setTabsList(List<Action> tabsList)
|
| Uses of Action in org.nuxeo.ecm.webapp.action |
|---|
| Methods in org.nuxeo.ecm.webapp.action that return Action | |
|---|---|
Action |
WebActionsBean.getCurrentSubTabAction()
|
Action |
WebActionsBean.getCurrentTabAction()
|
| Methods in org.nuxeo.ecm.webapp.action that return types with arguments of type Action | |
|---|---|
List<Action> |
DeleteActionsBean.getActionsForTrashSelection()
|
List<Action> |
WebActionsBean.getActionsList(String category)
|
List<Action> |
WebActionsBean.getActionsList(String category,
ActionContext context)
|
List<Action> |
PopupHelper.getPopupActions()
|
List<Action> |
WebActionsBean.getSubTabsList()
|
List<Action> |
WebActionsBean.getSubViewActionsList()
Deprecated. |
List<Action> |
WebActionsBean.getTabsList()
|
List<Action> |
WebActionsBean.getUnfiltredActionsList(String category)
|
List<Action> |
WebActionsBean.getUnfiltredActionsList(String category,
ActionContext context)
|
| Methods in org.nuxeo.ecm.webapp.action with parameters of type Action | |
|---|---|
void |
WebActionsBean.setCurrentSubTabAction(Action tabAction)
|
void |
WebActionsBean.setCurrentTabAction(Action currentTabAction)
|
| Method parameters in org.nuxeo.ecm.webapp.action with type arguments of type Action | |
|---|---|
void |
WebActionsBean.setSubTabsList(List<Action> tabsList)
|
void |
WebActionsBean.setTabsList(List<Action> tabsList)
|
| Uses of Action in org.nuxeo.ecm.webapp.clipboard |
|---|
| Methods in org.nuxeo.ecm.webapp.clipboard that return types with arguments of type Action | |
|---|---|
List<Action> |
ClipboardActionsBean.getActionsForCurrentList()
|
List<Action> |
ClipboardActions.getActionsForCurrentList()
Returns the list of available web actions for the currently selected DocumentList. |
List<Action> |
ClipboardActionsBean.getActionsForSelection()
|
List<Action> |
ClipboardActions.getActionsForSelection()
Returns the list of available web actions for the currently selected Documents. |
| Uses of Action in org.nuxeo.ecm.webapp.edit.lock |
|---|
| Methods in org.nuxeo.ecm.webapp.edit.lock that return Action | |
|---|---|
Action |
LockActionsBean.getLockOrUnlockAction()
|
Action |
LockActions.getLockOrUnlockAction()
Returns the action of lock or unlock for a document. |
|
Nuxeo Enterprise Platform 5.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||