Uses of Interface
org.nuxeo.ecm.platform.actions.ActionContext
Packages that use ActionContext
Package
Description
-
Uses of ActionContext in org.nuxeo.binary.metadata.internals
Methods in org.nuxeo.binary.metadata.internals that return ActionContextModifier and TypeMethodDescriptionprotected ActionContextBinaryMetadataServiceImpl.createActionContext(DocumentModel doc) Methods in org.nuxeo.binary.metadata.internals with parameters of type ActionContextModifier and TypeMethodDescriptionprotected List<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
Methods in org.nuxeo.ecm.automation.core.operations.services that return ActionContextModifier and TypeMethodDescriptionprotected ActionContextGetActions.getActionContext(DocumentModel currentDocument) -
Uses of ActionContext in org.nuxeo.ecm.automation.core.operations.services.directory
Methods in org.nuxeo.ecm.automation.core.operations.services.directory that return ActionContextModifier and TypeMethodDescriptionprotected ActionContextAbstractDirectoryOperation.createActionContext(OperationContext ctx) -
Uses of ActionContext in org.nuxeo.ecm.platform.actions
Classes in org.nuxeo.ecm.platform.actions that implement ActionContextModifier and TypeClassDescriptionclassclassDefault EL action contextMethods in org.nuxeo.ecm.platform.actions with parameters of type ActionContextModifier and TypeMethodDescriptionbooleanActionFilter.accept(Action action, ActionContext context) Checks whether this action is valid in the given context.booleanDefaultActionFilter.accept(Action action, ActionContext context) protected final booleanDefaultActionFilter.checkConditions(ActionContext context, String[] conditions) Returns true if one of the conditions is verified, else false.protected final booleanDefaultActionFilter.checkFacets(ActionContext context, String[] facets) Returns true if document has one of the given facets, else false.booleanActionService.checkFilter(String filterId, ActionContext context) booleanActionService.checkFilters(List<String> filterIds, ActionContext context) protected booleanActionService.checkFilters(Action action, List<String> filterIds, ActionContext context) booleanActionService.checkFilters(Action action, ActionContext context) protected final booleanDefaultActionFilter.checkGroups(ActionContext context, String[] groups) protected final booleanDefaultActionFilter.checkPermissions(ActionContext context, String[] permissions) Returns true if given document has one of the permissions, else false.protected final booleanDefaultActionFilter.checkRule(FilterRule rule, ActionContext context) Returns true if all conditions defined in the rule are true.protected final booleanDefaultActionFilter.checkSchemas(ActionContext context, String[] schemas) Returns true if document has one of the given schemas, else false.protected final booleanDefaultActionFilter.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) booleanActionService.isEnabled(String actionId, ActionContext context) booleanActionService.isEnabled(Action action, ActionContext context) -
Uses of ActionContext in org.nuxeo.ecm.platform.actions.ejb
Methods in org.nuxeo.ecm.platform.actions.ejb with parameters of type ActionContextModifier and TypeMethodDescriptionbooleanActionManager.checkFilter(String filterId, ActionContext context) Returns false if given filter evaluation is supposed to deny access when checking for this filter.booleanActionManager.checkFilters(List<String> filterIds, ActionContext context) Returns false if given filters evaluation is supposed to deny access when checking for this filter.booleanActionManager.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).booleanActionManager.isEnabled(String actionId, ActionContext context) -
Uses of ActionContext in org.nuxeo.ecm.platform.picture
Methods in org.nuxeo.ecm.platform.picture that return ActionContextModifier and TypeMethodDescriptionprotected ActionContextImagingComponent.createActionContext(DocumentModel doc) -
Uses of ActionContext in org.nuxeo.ecm.platform.rendition.service
Methods in org.nuxeo.ecm.platform.rendition.service that return ActionContextModifier and TypeMethodDescriptionprotected ActionContextRenditionServiceImpl.createActionContext(DocumentModel doc) -
Uses of ActionContext in org.nuxeo.ecm.platform.routing.core.io
Methods in org.nuxeo.ecm.platform.routing.core.io that return ActionContextModifier and TypeMethodDescriptionprotected static ActionContextTaskWriter.createActionContext(CoreSession session) Deprecated.protected static ActionContextTaskWriter.createActionContext(CoreSession session, GraphNode node)
TaskWriter.createActionContext(CoreSession, GraphNode)instead