Uses of Interface
org.alfresco.rest.api.actions.ActionValidator
Packages that use ActionValidator
Package
Description
-
Uses of ActionValidator in org.alfresco.rest.api.impl.mapper.rules
Constructor parameters in org.alfresco.rest.api.impl.mapper.rules with type arguments of type ActionValidatorModifierConstructorDescriptionRestRuleActionModelMapper(ActionParameterConverter parameterConverter, List<ActionValidator> actionValidators) -
Uses of ActionValidator in org.alfresco.rest.api.impl.validator.actions
Classes in org.alfresco.rest.api.impl.validator.actions that implement ActionValidatorModifier and TypeClassDescriptionclassThis class provides logic for validation of permissions for action parameters which reference node.classThis class will validate all action types against action parameters definitions (mandatory parameters, parameter constraints)