Uses of Interface
org.nuxeo.ecm.platform.actions.ActionContext
-
-
Uses of ActionContext in org.nuxeo.binary.metadata.internals
Methods in org.nuxeo.binary.metadata.internals that return ActionContext Modifier and Type Method Description protected ActionContextBinaryMetadataServiceImpl. createActionContext(DocumentModel doc)Methods in org.nuxeo.binary.metadata.internals with parameters of type ActionContext Modifier and Type Method Description protected 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
Methods in org.nuxeo.ecm.automation.core.operations.services that return ActionContext Modifier and Type Method Description protected 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 ActionContext Modifier and Type Method Description protected ActionContextAbstractDirectoryOperation. createActionContext(OperationContext ctx) -
Uses of ActionContext in org.nuxeo.ecm.platform.actions
Classes in org.nuxeo.ecm.platform.actions that implement ActionContext Modifier and Type Class Description classAbstractActionContextclassELActionContextDefault EL action contextMethods in org.nuxeo.ecm.platform.actions with parameters of type ActionContext Modifier and Type Method Description booleanActionFilter. accept(Action action, ActionContext context)Checks whether this action is valid in the given context.booleanDefaultActionFilter. accept(Action action, ActionContext context)protected booleanDefaultActionFilter. checkConditions(ActionContext context, String[] conditions)Returns true if one of the conditions is verified, else false.protected 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 booleanDefaultActionFilter. checkGroups(ActionContext context, String[] groups)protected booleanDefaultActionFilter. checkPermissions(ActionContext context, String[] permissions)Returns true if given document has one of the permissions, else false.protected booleanDefaultActionFilter. checkRule(FilterRule rule, ActionContext context)Returns true if all conditions defined in the rule are true.protected booleanDefaultActionFilter. checkSchemas(ActionContext context, String[] schemas)Returns true if document has one of the given schemas, else false.protected booleanDefaultActionFilter. checkTypes(ActionContext context, String[] types)Returns true if document type is one of the given types, else false.ActionActionService. getAction(String actionId, ActionContext context, boolean hideUnavailableAction)List<Action>ActionService. getActions(String category, ActionContext context)List<Action>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 ActionContext Modifier and Type Method Description booleanActionManager. 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)ActionActionManager. 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.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).booleanActionManager. isEnabled(String actionId, ActionContext context) -
Uses of ActionContext in org.nuxeo.ecm.platform.picture
Methods in org.nuxeo.ecm.platform.picture that return ActionContext Modifier and Type Method Description protected ActionContextImagingComponent. createActionContext(DocumentModel doc) -
Uses of ActionContext in org.nuxeo.ecm.platform.rendition.service
Methods in org.nuxeo.ecm.platform.rendition.service that return ActionContext Modifier and Type Method Description protected ActionContextRenditionDefinitionProviderRegistry. createActionContext(DocumentModel doc)protected ActionContextRenditionDefinitionRegistry. 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 ActionContext Modifier and Type Method Description protected static ActionContextTaskWriter. createActionContext(CoreSession session)Deprecated.since 11.1 useTaskWriter.createActionContext(CoreSession, GraphNode)insteadprotected static ActionContextTaskWriter. createActionContext(CoreSession session, GraphNode node)
-