org.alfresco.repo.policy.registration
Class ClassPolicyRegistration

java.lang.Object
  extended by org.alfresco.repo.policy.registration.PolicyRegistration
      extended by org.alfresco.repo.policy.registration.ClassPolicyRegistration

public class ClassPolicyRegistration
extends PolicyRegistration

Deal with the registration of a class policy


Field Summary
 
Fields inherited from class org.alfresco.repo.policy.registration.PolicyRegistration
behaviour, className, policyComponent, policyNames
 
Constructor Summary
ClassPolicyRegistration()
           
 
Method Summary
 void register()
          Registers the behaviour with the policy component for the policy and type specified.
 
Methods inherited from class org.alfresco.repo.policy.registration.PolicyRegistration
setBehaviour, setClassName, setPolicyComponent, setPolicyName, setPolicyNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassPolicyRegistration

public ClassPolicyRegistration()
Method Detail

register

public void register()
Description copied from class: PolicyRegistration
Registers the behaviour with the policy component for the policy and type specified. Called as the init method of the bean. TODO supoort service registration?

Specified by:
register in class PolicyRegistration
See Also:
PolicyRegistration.register()


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