Package org.alfresco.repo.action.access
Interface ActionAccessRestriction
- All Known Implementing Classes:
ActionAccessRestrictionAbstractBase,AdminActionAccessRestriction
public interface ActionAccessRestriction
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetActionContext(Action action) static voidsetActionContext(Action action, String actionContext) voidverifyAccessRestriction(Action action) Verify action access restriction
-
Field Details
-
ACTION_CONTEXT_PARAM_NAME
- See Also:
-
RULE_ACTION_CONTEXT
- See Also:
-
FORM_PROCESSOR_ACTION_CONTEXT
- See Also:
-
V0_ACTION_CONTEXT
- See Also:
-
V1_ACTION_CONTEXT
- See Also:
-
-
Method Details
-
setActionContext
-
getActionContext
-
verifyAccessRestriction
Verify action access restriction- Parameters:
action-
-