Uses of Interface
org.nuxeo.ecm.platform.actions.ActionContext
Package
Description
-
Uses of ActionContext in org.nuxeo.binary.metadata.internals
Modifier and TypeMethodDescriptionprotected ActionContext
BinaryMetadataServiceImpl.createActionContext
(DocumentModel doc) Modifier and TypeMethodDescriptionprotected Set<MetadataRuleDescriptor>
BinaryMetadataServiceImpl.checkFilter
(ActionContext actionContext) Check for each Binary Rule if the document is accepted or not. -
Uses of ActionContext in org.nuxeo.ecm.automation.core.operations.services
Modifier and TypeMethodDescriptionprotected ActionContext
GetActions.getActionContext
(DocumentModel currentDocument) -
Uses of ActionContext in org.nuxeo.ecm.automation.core.operations.services.directory
Modifier and TypeMethodDescriptionprotected ActionContext
AbstractDirectoryOperation.createActionContext
(OperationContext ctx) -
Uses of ActionContext in org.nuxeo.ecm.platform.actions
Modifier and TypeClassDescriptionclass
class
Default EL action contextModifier and TypeMethodDescriptionboolean
ActionFilter.accept
(Action action, ActionContext context) Checks whether this action is valid in the given context.boolean
DefaultActionFilter.accept
(Action action, ActionContext context) protected final boolean
DefaultActionFilter.checkConditions
(ActionContext context, String[] conditions) Returns true if one of the conditions is verified, else false.protected final boolean
DefaultActionFilter.checkFacets
(ActionContext context, String[] facets) Returns true if document has one of the given facets, else false.boolean
ActionService.checkFilter
(String filterId, ActionContext context) boolean
ActionService.checkFilters
(List<String> filterIds, ActionContext context) protected boolean
ActionService.checkFilters
(Action action, List<String> filterIds, ActionContext context) boolean
ActionService.checkFilters
(Action action, ActionContext context) protected final boolean
DefaultActionFilter.checkGroups
(ActionContext context, String[] groups) protected final boolean
DefaultActionFilter.checkPermissions
(ActionContext context, String[] permissions) Returns true if given document has one of the permissions, else false.protected final boolean
DefaultActionFilter.checkRule
(FilterRule rule, ActionContext context) Returns true if all conditions defined in the rule are true.protected final boolean
DefaultActionFilter.checkSchemas
(ActionContext context, String[] schemas) Returns true if document has one of the given schemas, else false.protected final boolean
DefaultActionFilter.checkTypes
(ActionContext context, String[] types) Returns true if document type is one of the given types, else false.ActionService.getAction
(String actionId, ActionContext context, boolean hideUnavailableAction) ActionService.getActions
(String category, ActionContext context) ActionService.getActions
(String category, ActionContext context, boolean hideUnavailableActions) boolean
ActionService.isEnabled
(String actionId, ActionContext context) boolean
ActionService.isEnabled
(Action action, ActionContext context) -
Uses of ActionContext in org.nuxeo.ecm.platform.actions.ejb
Modifier and TypeMethodDescriptionboolean
ActionManager.checkFilter
(String filterId, ActionContext context) Returns false if given filter evaluation is supposed to deny access when checking for this filter.boolean
ActionManager.checkFilters
(List<String> filterIds, ActionContext context) Returns false if given filters evaluation is supposed to deny access when checking for this filter.boolean
ActionManager.checkFilters
(Action action, ActionContext context) 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.ActionManager.getActions
(String category, ActionContext context) Gets actions for a category (filters are evaluated).ActionManager.getActions
(String category, ActionContext context, boolean hideUnavailableActions) Gets actions for a category (filters are evaluated).boolean
ActionManager.isEnabled
(String actionId, ActionContext context) -
Uses of ActionContext in org.nuxeo.ecm.platform.picture
Modifier and TypeMethodDescriptionprotected ActionContext
ImagingComponent.createActionContext
(DocumentModel doc) -
Uses of ActionContext in org.nuxeo.ecm.platform.rendition.service
Modifier and TypeMethodDescriptionprotected ActionContext
RenditionDefinitionProviderRegistry.createActionContext
(DocumentModel doc) protected ActionContext
RenditionDefinitionRegistry.createActionContext
(DocumentModel doc) -
Uses of ActionContext in org.nuxeo.ecm.platform.routing.core.io
Modifier and TypeMethodDescriptionprotected static ActionContext
TaskWriter.createActionContext
(CoreSession session) Deprecated.protected static ActionContext
TaskWriter.createActionContext
(CoreSession session, GraphNode node)
TaskWriter.createActionContext(CoreSession, GraphNode)
instead