Package org.alfresco.rest.api.actions
Interface ActionValidator
- All Known Implementing Classes:
ActionNodeParameterValidator
,ActionParameterDefinitionValidator
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionBy default validator is applied to all actionsint
Returns priority of validator (applied to bulk validation in @seeRestRuleActionModelMapper
) The lower number, the higher priority is set for the validator.void
Provides validation logic for given action.
-
Field Details
-
ALL_ACTIONS
- See Also:
-
-
Method Details
-
validate
Provides validation logic for given action. -
getPriority
int getPriority()Returns priority of validator (applied to bulk validation in @seeRestRuleActionModelMapper
) The lower number, the higher priority is set for the validator.- Returns:
- priority expressed as int
-
getActionDefinitionIds
By default validator is applied to all actions- Returns:
- indicator for all defined action definition ids
-