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 ActionContext
BinaryMetadataServiceImpl. 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 ActionContext
GetActions. 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 ActionContext
AbstractDirectoryOperation. 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 class
AbstractActionContext
class
ELActionContext
Default EL action contextMethods in org.nuxeo.ecm.platform.actions with parameters of type ActionContext Modifier and Type Method Description boolean
ActionFilter. accept(Action action, ActionContext context)
Checks whether this action is valid in the given context.boolean
DefaultActionFilter. accept(Action action, ActionContext context)
protected boolean
DefaultActionFilter. checkConditions(ActionContext context, String[] conditions)
Returns true if one of the conditions is verified, else false.protected 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 boolean
DefaultActionFilter. checkGroups(ActionContext context, String[] groups)
protected boolean
DefaultActionFilter. checkPermissions(ActionContext context, String[] permissions)
Returns true if given document has one of the permissions, else false.protected boolean
DefaultActionFilter. checkRule(FilterRule rule, ActionContext context)
Returns true if all conditions defined in the rule are true.protected boolean
DefaultActionFilter. checkSchemas(ActionContext context, String[] schemas)
Returns true if document has one of the given schemas, else false.protected boolean
DefaultActionFilter. checkTypes(ActionContext context, String[] types)
Returns true if document type is one of the given types, else false.Action
ActionService. 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)
boolean
ActionService. isEnabled(String actionId, ActionContext context)
boolean
ActionService. 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 boolean
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)
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.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).boolean
ActionManager. 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 ActionContext
ImagingComponent. 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 ActionContext
RenditionDefinitionProviderRegistry. createActionContext(DocumentModel doc)
protected ActionContext
RenditionDefinitionRegistry. 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 ActionContext
TaskWriter. createActionContext(CoreSession session)
Deprecated.since 11.1 useTaskWriter.createActionContext(CoreSession, GraphNode)
insteadprotected static ActionContext
TaskWriter. createActionContext(CoreSession session, GraphNode node)
-