Package org.alfresco.repo.node
Interface NodeServicePolicies.OnCreateAssociationPolicy
- All Superinterfaces:
AssociationPolicy,Policy
- All Known Subinterfaces:
PeerAssociationEventSupportedPolicies
- All Known Implementing Classes:
EventGenerator,IncompleteNodeTagger,IntegrityChecker,PeerAssociationEventConsolidator
- 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 -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidonCreateAssociation(AssociationRef nodeAssocRef) Called after a regular node association is created.
-
Field Details
-
QNAME
-
-
Method Details
-
onCreateAssociation
Called after a regular node association is created.- Parameters:
nodeAssocRef- the regular node association that was created
-