Modifier and Type | Method and Description |
---|---|
Action |
DamImportActions.getSelectedImportOption() |
Modifier and Type | Method and Description |
---|---|
List<Action> |
DamImportActions.getImportOptions(String dropContext) |
Modifier and Type | Method and Description |
---|---|
Action |
AdminViewManager.getCurrentSubView() |
Action |
AdminViewManager.getCurrentView() |
Modifier and Type | Method and Description |
---|---|
List<Action> |
AdminViewManager.getAvailableActions() |
List<Action> |
AdminViewManager.getAvailableSubActions() |
Modifier and Type | Method and Description |
---|---|
void |
AdminViewManager.setCurrentSubView(Action currentSubView) |
void |
AdminViewManager.setCurrentView(Action currentView) |
Modifier and Type | Method and Description |
---|---|
Action |
Action.clone() |
Action |
ActionContributionHandler.clone(Action object) |
Action |
ActionService.getAction(String actionId) |
Action |
ActionRegistry.getAction(String id) |
Action |
ActionService.getAction(String actionId,
ActionContext context,
boolean hideUnavailableAction) |
Action |
ActionRegistry.removeAction(String id) |
Modifier and Type | Method and Description |
---|---|
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) |
List<Action> |
ActionService.getAllActions(String category) |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultActionFilter.accept(Action action,
ActionContext context) |
boolean |
ActionFilter.accept(Action action,
ActionContext context)
Checks whether this action is valid in the given context.
|
void |
ActionRegistry.addAction(Action action) |
Action |
ActionContributionHandler.clone(Action object) |
int |
Action.compareTo(Action anotherAction) |
void |
ActionContributionHandler.contributionRemoved(String id,
Action action) |
void |
ActionContributionHandler.contributionUpdated(String actionId,
Action action,
Action origAction) |
String |
ActionContributionHandler.getContributionId(Action contrib) |
boolean |
ActionService.isEnabled(Action action,
ActionContext context) |
void |
ActionContributionHandler.merge(Action source,
Action dest) |
Modifier and Type | Method and Description |
---|---|
Action |
ActionManager.getAction(String actionId) |
Action |
ActionManager.getAction(String actionId,
ActionContext context,
boolean hideUnavailableActions)
Returns action with given id, evaluating its filters in given context, and returning null if filters evaluation
denies access or if action is not found.
|
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).
|
List<Action> |
ActionManager.getAllActions(String category)
Gets all actions in a category (filters are NOT evaluated).
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
CommentManagerActions.getActionsForComment() |
List<Action> |
AbstractCommentManagerActionsBean.getActionsForComment() |
List<Action> |
CommentManagerActions.getActionsForComment(String category) |
List<Action> |
AbstractCommentManagerActionsBean.getActionsForComment(String category) |
Modifier and Type | Method and Description |
---|---|
List<Action> |
ContentViewActions.getActionsList(String category,
DocumentModel currentDocument,
ContentView contentView,
Object showPageSizeSelector,
Object showRefreshCommand,
Object showCSVExport,
Object showPDFExport,
Object showSyndicationLinks,
Object showSlideshow,
Object showEditColumns,
Object showEditRows,
Object showSpreadsheet)
Returns actions filtered depending on given custom context.
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
LayoutDemoContext.getLayoutDemoCustomActions() |
Modifier and Type | Method and Description |
---|---|
List<Action> |
DocumentRoutingWebActionsBean.getAddStepActions(DocumentModel step)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
List<Action> |
DocumentRoutingWebActionsBean.getAddStepInActions(DocumentModel step)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
List<Action> |
DocumentRoutingWebActionsBean.getEditStepActions(DocumentModel step)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
List<Action> |
DocumentRoutingWebActionsBean.getRemoveStepActions(DocumentModel step)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
List<Action> |
RoutingTaskActionsBean.getTaskActions(String selectionListName)
Returns actions for task document buttons defined in the workflow graph
|
List<Action> |
RoutingTaskActionsBean.getTaskActions(Task task) |
Map<String,Action> |
RoutingTaskActionsBean.getTaskActionsMap(Task task) |
List<Action> |
RoutingTaskActionsBean.getTaskButtons(Task task) |
Modifier and Type | Method and Description |
---|---|
String |
RoutingTaskActionsBean.endTasks(String selectionListName,
Action taskAction)
Ends a task given a selection list name and an action
|
Modifier and Type | Method and Description |
---|---|
Action |
WebActions.getAction(String actionId,
ActionContext context,
boolean hideUnavailableAction) |
Action |
WebActions.getAction(String actionId,
boolean hideUnavailableAction) |
Action |
WebActions.getActionForDocument(String actionId,
DocumentModel document,
boolean hideUnavailableAction)
Return action with given id, with context filled with given document.
|
Action |
WebActions.getCurrentSubTabAction()
Returns the current sub tab for a category computed from the current tab action id and the suffix
WebActions.SUBTAB_CATEGORY_SUFFIX . |
Action |
WebActions.getCurrentSubTabAction(String parentActionId)
Returns the current sub tab action for given parent action, computing the category from parent action id with
suffix
WebActions.SUBTAB_CATEGORY_SUFFIX . |
Action |
WebActions.getCurrentTabAction()
Returns the current action for category
WebActions.DEFAULT_TABS_CATEGORY |
Action |
WebActions.getCurrentTabAction(String category)
Returns the current action for given category.
|
Action |
TabActionsSelection.getCurrentTabAction(String category)
Returns the current action for given category.
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
WebActions.getActionsList(String category)
Returns all filtered actions for a given category, creating a new context for the filters resolution.
|
List<Action> |
WebActions.getActionsList(String category,
ActionContext context)
Returns all filtered actions for a given category and given resolution context.
|
List<Action> |
WebActions.getActionsList(String category,
ActionContext context,
boolean hideUnavailableAction)
Returns all filtered actions for a given category and given resolution context.
|
List<Action> |
WebActions.getActionsList(String category,
Boolean hideUnavailableAction)
Returns all filtered actions for a given category and given resolution context, creating a new context for the
filters resolution.
|
List<Action> |
WebActions.getActionsListForDocument(String category,
DocumentModel document,
boolean hideUnavailableAction)
Returns all filtered actions for a given category and a context built with given current document context,
creating a new context for the filters resolution.
|
List<Action> |
WebActions.getAllActions(String category)
Returns all actions for a given category, without filtering.
|
List<Action> |
WebActions.getSubTabsList()
Returns filtered actions for a category computed from the current tab action id and the suffix
WebActions.SUBTAB_CATEGORY_SUFFIX . |
List<Action> |
WebActions.getSubViewActionsList()
Deprecated.
|
List<Action> |
WebActions.getTabsList()
Returns filtered actions for the category
WebActions.DEFAULT_TABS_CATEGORY |
List<Action> |
WebActions.getUnfiltredActionsList(String category)
Deprecated.
since 5.7, use
WebActions.getActionsList(String, ActionContext, boolean) |
List<Action> |
WebActions.getUnfiltredActionsList(String category,
ActionContext context)
Deprecated.
since 5.7, use
WebActions.getActionsList(String, ActionContext, boolean) |
Modifier and Type | Method and Description |
---|---|
void |
WebActions.setCurrentSubTabAction(Action tabAction)
Sets the current sub tab for a category computed from the current tab action id and the suffix
WebActions.SUBTAB_CATEGORY_SUFFIX . |
void |
WebActions.setCurrentTabAction(Action tabAction)
Sets the current action for category
WebActions.DEFAULT_TABS_CATEGORY |
void |
WebActions.setCurrentTabAction(String category,
Action tabAction)
Sets the current action for given category.
|
void |
TabActionsSelection.setCurrentTabAction(String category,
Action tabAction)
Sets the current action for given category, with additional sub tabs.
|
Modifier and Type | Method and Description |
---|---|
void |
WebActions.setSubTabsList(List<Action> tabsList)
Deprecated.
since 5.4.2: useless
|
void |
WebActions.setTabsList(List<Action> tabsList)
Deprecated.
since 5.4.2: useless
|
Modifier and Type | Method and Description |
---|---|
Action |
StyleGuideActions.getCurrentPage() |
Modifier and Type | Method and Description |
---|---|
List<Action> |
StyleGuideActions.getActions(String cat) |
List<Action> |
StyleGuideActions.getPages() |
Modifier and Type | Method and Description |
---|---|
void |
StyleGuideActions.setCurrentPage(Action currentPage) |
Modifier and Type | Method and Description |
---|---|
Action |
UserCenterViewManager.getCurrentSubView() |
Action |
UserCenterViewManager.getCurrentView() |
Modifier and Type | Method and Description |
---|---|
List<Action> |
UserCenterViewManager.getAvailableActions() |
List<Action> |
UserCenterViewManager.getAvailableSubActions() |
Modifier and Type | Method and Description |
---|---|
String |
UserCenterViewManager.navigateTo(Action action) |
void |
UserCenterViewManager.setCurrentSubView(Action currentSubView) |
void |
UserCenterViewManager.setCurrentView(Action currentView) |
Modifier and Type | Method and Description |
---|---|
Action |
WebActionsBean.getAction(String actionId,
ActionContext context,
boolean hideUnavailableAction) |
Action |
WebActionsBean.getAction(String actionId,
boolean hideUnavailableAction) |
Action |
WebActionsBean.getActionForDocument(String actionId,
DocumentModel document,
boolean hideUnavailableAction) |
Action |
WebActionsBean.getCurrentSubTabAction() |
Action |
WebActionsBean.getCurrentSubTabAction(String parentActionId) |
Action |
WebActionsBean.getCurrentTabAction() |
Action |
WebActionsBean.getCurrentTabAction(String category) |
Action |
ImportActions.getSelectedImportOption() |
Modifier and Type | Method and Description |
---|---|
List<Action> |
DeleteActionsBean.getActionsForTrashSelection() |
List<Action> |
WebActionsBean.getActionsList(String category) |
List<Action> |
WebActionsBean.getActionsList(String category,
ActionContext context) |
List<Action> |
WebActionsBean.getActionsList(String category,
ActionContext context,
boolean hideUnavailableAction) |
List<Action> |
WebActionsBean.getActionsList(String category,
Boolean hideUnavailableAction) |
List<Action> |
WebActionsBean.getActionsListForDocument(String category,
DocumentModel document,
boolean hideUnavailableAction) |
List<Action> |
WebActionsBean.getAllActions(String category) |
List<Action> |
PopupHelper.getAvailablePopupActions(String popupDocId) |
List<Action> |
ImportActions.getImportOptions(String dropContext) |
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) |
List<Action> |
PopupHelper.getUnfiltredPopupActions()
Returns all popup actions: used to construct HTML menu template.
|
Modifier and Type | Method and Description |
---|---|
String |
MainTabsActions.getViewFor(Action mainTabAction) |
void |
WebActionsBean.setCurrentSubTabAction(Action tabAction) |
void |
WebActionsBean.setCurrentTabAction(Action currentTabAction) |
void |
WebActionsBean.setCurrentTabAction(String category,
Action tabAction) |
Modifier and Type | Method and Description |
---|---|
void |
WebActionsBean.setSubTabsList(List<Action> tabsList)
Deprecated.
|
void |
WebActionsBean.setTabsList(List<Action> tabsList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
DocumentContentViewActions.getSelectionActions(String category,
ContentView contentView,
List<Object> selectedEntries)
Helper to retrieve selection actions for a given content view, passing additional variables to the
ActionContext used for resolution. |
Modifier and Type | Method and Description |
---|---|
Action |
LockActionsBean.getLockOrUnlockAction() |
Action |
LockActions.getLockOrUnlockAction()
Returns the action of lock or unlock for a document.
|
Copyright © 2015 Nuxeo SA. All rights reserved.