Interface RecordsManagementPolicies.BeforeRMActionExecution
-
- All Superinterfaces:
ClassPolicy
,Policy
- All Known Implementing Classes:
OnReferencedRecordActionedUpon
- Enclosing interface:
- RecordsManagementPolicies
public static interface RecordsManagementPolicies.BeforeRMActionExecution extends ClassPolicy
Before records management action execution
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
beforeRMActionExecution(NodeRef nodeRef, String name, Map<String,Serializable> parameters)
-
-
-
Method Detail
-
beforeRMActionExecution
void beforeRMActionExecution(NodeRef nodeRef, String name, Map<String,Serializable> parameters)
-
-