org.alfresco.repo.version
Interface VersionServicePolicies.AfterCreateVersionPolicy

All Superinterfaces:
ClassPolicy, Policy
All Known Implementing Classes:
VersionableAspect
Enclosing interface:
VersionServicePolicies

public static interface VersionServicePolicies.AfterCreateVersionPolicy
extends ClassPolicy

After create version policy interface


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
 
Field Summary
 
Fields inherited from interface org.alfresco.repo.policy.Policy
NAMESPACE
 
Method Summary
 void afterCreateVersion(NodeRef versionableNode, Version version)
          Called after the version has been created
 

Method Detail

afterCreateVersion

void afterCreateVersion(NodeRef versionableNode,
                        Version version)
Called after the version has been created

Parameters:
versionableNode - the node that has been versioned
version - the created version


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