Package org.alfresco.repo.node
Interface NodeServicePolicies.OnCreateAssociationPolicy
-
- All Superinterfaces:
AssociationPolicy,Policy
- All Known Implementing Classes:
IncompleteNodeTagger,IntegrityChecker
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi public static interface NodeServicePolicies.OnCreateAssociationPolicy extends AssociationPolicy
-
-
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 voidonCreateAssociation(org.alfresco.service.cmr.repository.AssociationRef nodeAssocRef)Called after a regular node association is created.
-