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 classes/interfaces inherited from interface org.alfresco.repo.policy.Policy |
Policy.Arg |
Field Summary |
static org.alfresco.service.namespace.QName |
QNAME
|
Method Summary |
void |
onRestoreNode(org.alfresco.service.cmr.repository.ChildAssociationRef childAssocRef)
Called after an archived node is restored. |
QNAME
static final org.alfresco.service.namespace.QName QNAME
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.