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 |
---|---|
List<Action> |
MediaPublishingActions.getProviderOptionsWidgets(String provider)
Helper to retrieve Options widgets for a given Publishing provider
|
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) |
protected Action |
ActionRegistry.getClonedAction(Action action) |
Action |
ActionService.removeAction(String actionId) |
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) |
protected static List<Action> |
ActionRegistry.sortActions(Collection<Action> actions) |
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 |
ActionService.addAction(Action action) |
void |
ActionRegistry.addAction(Action action) |
protected void |
ActionRegistry.applyCompatibility(Action finalAction) |
protected boolean |
ActionRegistry.applyCompatibility(String category,
Action finalAction) |
protected boolean |
ActionRegistry.applyCustomCompatibility(String compatType,
Action action)
Displays specific help messages for migration of actions.
|
boolean |
ActionService.checkFilters(Action action,
ActionContext context) |
protected boolean |
ActionService.checkFilters(Action action,
List<String> filterIds,
ActionContext context) |
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) |
protected Action |
ActionRegistry.getClonedAction(Action action) |
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 |
---|---|
protected static List<Action> |
ActionRegistry.sortActions(Collection<Action> actions) |
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.
|
Action |
ActionManager.removeAction(String actionId) |
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 |
---|---|
void |
ActionManager.addAction(Action action) |
boolean |
ActionManager.checkFilters(Action action,
ActionContext context) |
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 | Field and Description |
---|---|
protected List<Action> |
LayoutDemoContext.layoutDemoCustomActions |
Modifier and Type | Method and Description |
---|---|
List<Action> |
LayoutDemoContext.getLayoutDemoCustomActions() |
Modifier and Type | Field and Description |
---|---|
protected List<Action> |
DocumentRoutingWebActionsBean.addStepActions
Deprecated.
|
protected List<Action> |
DocumentRoutingWebActionsBean.addStepInForkActions
Deprecated.
|
protected List<Action> |
DocumentRoutingWebActionsBean.editStepActions
Deprecated.
|
protected List<Action> |
DocumentRoutingWebActionsBean.removeStepActions
Deprecated.
|
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 | Field and Description |
---|---|
protected Map<String,Action> |
TabActionsSelection.currentTabActions
Map of current tab actions, with category as key and corresponding action as value.
|
Modifier and Type | Method and Description |
---|---|
Action |
WebActions.getAction(ActionContext context,
String actionId,
boolean includeFiltered,
boolean postFilter)
Return action in given action context for given id.
|
Action |
WebActions.getAction(String actionId,
ActionContext context,
boolean removeFiltered) |
Action |
WebActions.getAction(String actionId,
boolean removeFiltered) |
Action |
WebActions.getActionForDocument(String actionId,
DocumentModel document,
boolean removeFiltered)
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.
|
Action |
WebActions.getDocumentAction(DocumentModel document,
String actionId,
boolean includeFiltered,
boolean postFilter)
Return action in given document context for given id.
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
WebActions.getActions(ActionContext context,
String category,
boolean includeFiltered,
boolean postFilter)
Return actions in given action context for given category.
|
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 removeFiltered)
Returns all filtered actions for a given category and given resolution context.
|
List<Action> |
WebActions.getActionsList(String category,
Boolean removeFiltered)
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 removeFiltered)
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.getDocumentActions(DocumentModel document,
String category,
boolean removeFiltered,
boolean postFilter)
Return actions in given document context for given category.
|
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.getTabsList()
Returns filtered actions for the category
WebActions.DEFAULT_TABS_CATEGORY |
Modifier and Type | Method and Description |
---|---|
boolean |
WebActions.isAvailable(ActionContext context,
Action action)
Returns true if filters evaluation for given action, in given action context, grants access.
|
boolean |
WebActions.isAvailableForDocument(DocumentModel document,
Action action)
Returns true if filters evaluation for given action, in given document context, grants access.
|
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 |
---|---|
protected String |
TabActionsSelection.encodeActions(String category,
List<Action> actions) |
Modifier and Type | Field and Description |
---|---|
protected Action |
StyleGuideActions.currentPage |
Modifier and Type | Field and Description |
---|---|
protected List<Action> |
StyleGuideActions.pages |
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 | Field and Description |
---|---|
protected Action |
ImportActions.selectedImportOption |
Modifier and Type | Field and Description |
---|---|
protected List<Action> |
ImportActions.importOptions |
protected List<Action> |
WebActionsBean.subTabsActionsList |
protected List<Action> |
WebActionsBean.tabsActionsList |
protected List<Action> |
PopupHelper.unfiltredActions |
Modifier and Type | Method and Description |
---|---|
Action |
WebActionsBean.getAction(ActionContext context,
String actionId,
boolean removeFiltered,
boolean postFilter) |
Action |
WebActionsBean.getAction(String actionId,
ActionContext context,
boolean removeFiltered) |
Action |
WebActionsBean.getAction(String actionId,
boolean removeFiltered) |
Action |
WebActionsBean.getActionForDocument(String actionId,
DocumentModel document,
boolean removeFiltered) |
Action |
WebActionsBean.getCurrentSubTabAction() |
Action |
WebActionsBean.getCurrentSubTabAction(String parentActionId) |
Action |
WebActionsBean.getCurrentTabAction() |
Action |
WebActionsBean.getCurrentTabAction(String category) |
protected Action |
WebActionsBean.getDefaultTab(String category) |
Action |
WebActionsBean.getDocumentAction(DocumentModel document,
String actionId,
boolean removeFiltered,
boolean postFilter) |
Action |
ImportActions.getSelectedImportOption() |
Modifier and Type | Method and Description |
---|---|
List<Action> |
WebActionsBean.getActions(ActionContext context,
String category,
boolean removeFiltered,
boolean postFilter) |
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 removeFiltered) |
List<Action> |
WebActionsBean.getActionsList(String category,
Boolean removeFiltered) |
List<Action> |
WebActionsBean.getActionsListForDocument(String category,
DocumentModel document,
boolean removeFiltered) |
List<Action> |
WebActionsBean.getAllActions(String category) |
List<Action> |
PopupHelper.getAvailablePopupActions(String popupDocId) |
List<Action> |
WebActionsBean.getDocumentActions(DocumentModel document,
String category,
boolean removeFiltered,
boolean postFilter) |
List<Action> |
ImportActions.getImportOptions(String dropContext) |
List<Action> |
WebActionsBean.getSubTabsList() |
List<Action> |
WebActionsBean.getTabsList() |
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) |
boolean |
WebActionsBean.isAvailable(ActionContext context,
Action action) |
boolean |
WebActionsBean.isAvailableForDocument(DocumentModel document,
Action action) |
void |
WebActionsBean.setCurrentSubTabAction(Action tabAction) |
void |
WebActionsBean.setCurrentTabAction(Action currentTabAction) |
void |
WebActionsBean.setCurrentTabAction(String category,
Action tabAction) |
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> |
DocumentActionsBean.getBlobActions(DocumentModel doc,
String blobXPath,
Blob blob) |
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 |
---|---|
protected Action |
DirectoryTreeDescriptor.getAction()
Helper to register a simple action based on the given descriptor
|
Modifier and Type | Method and Description |
---|---|
Action |
LockActionsBean.getLockOrUnlockAction() |
Action |
LockActions.getLockOrUnlockAction()
Returns the action of lock or unlock for a document.
|
Modifier and Type | Method and Description |
---|---|
protected Action |
NavTreeDescriptor.getAction()
Helper to register a simple action based on the given descriptor
|
Copyright © 2018 Nuxeo. All rights reserved.