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