org.alfresco.repo.node
Interface NodeServicePolicies.OnRestoreNodePolicy

All Superinterfaces:
ClassPolicy, Policy
All Known Implementing Classes:
RepoTransferReceiverImpl, RestoreNodeRuleTrigger, SiteServiceImpl
Enclosing interface:
NodeServicePolicies

public static interface NodeServicePolicies.OnRestoreNodePolicy
extends ClassPolicy


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 onRestoreNode(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
          Called after an archived node is restored.
 

Field Detail

QNAME

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

onRestoreNode

void onRestoreNode(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
Called after an archived node is restored.

Parameters:
childAssocRef - the newly created child association reference


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