Package org.alfresco.repo.node
Interface NodeServicePolicies.OnRestoreNodePolicy
-
- All Superinterfaces:
ClassPolicy,Policy
- All Known Implementing Classes:
ImapServiceImpl,QuickShareServiceImpl,RepoTransferReceiverImpl,RestoreNodeRuleTrigger,SiteServiceImpl,WorkingCopyAspect
- Enclosing interface:
- NodeServicePolicies
@AlfrescoPublicApi public static interface NodeServicePolicies.OnRestoreNodePolicy extends ClassPolicy
-
-
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 voidonRestoreNode(ChildAssociationRef childAssocRef)Called after an archived node is restored.
-
-
-
Field Detail
-
QNAME
static final QName QNAME
-
-
Method Detail
-
onRestoreNode
void onRestoreNode(ChildAssociationRef childAssocRef)
Called after an archived node is restored.- Parameters:
childAssocRef- the newly created child association reference
-
-