org.alfresco.repo.node
Interface NodeServicePolicies.OnCreateAssociationPolicy

All Superinterfaces:
AssociationPolicy, Policy
All Known Implementing Classes:
IncompleteNodeTagger, IntegrityChecker
Enclosing interface:
NodeServicePolicies

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
static org.alfresco.service.namespace.QName QNAME
           
 
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
 
Method Summary
 void onCreateAssociation(org.alfresco.service.cmr.repository.AssociationRef nodeAssocRef)
          Called after a regular node association is created.
 

Field Detail

QNAME

static final org.alfresco.service.namespace.QName QNAME
Method Detail

onCreateAssociation

void onCreateAssociation(org.alfresco.service.cmr.repository.AssociationRef nodeAssocRef)
Called after a regular node association is created.

Parameters:
nodeAssocRef - the regular node association that was created


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.