org.alfresco.repo.version
Interface VersionServicePolicies.BeforeCreateVersionPolicy

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

public static interface VersionServicePolicies.BeforeCreateVersionPolicy
extends ClassPolicy

Before create version policy interface.


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 beforeCreateVersion(org.alfresco.service.cmr.repository.NodeRef versionableNode)
          Called before a new version is created for a version
 

Field Detail

QNAME

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

beforeCreateVersion

void beforeCreateVersion(org.alfresco.service.cmr.repository.NodeRef versionableNode)
Called before a new version is created for a version

Parameters:
versionableNode - reference to the node about to be versioned


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