org.alfresco.repo.policy.registration
Class AssociationPolicyRegistration

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

public class AssociationPolicyRegistration
extends PolicyRegistration

Deals with the registration of an association policy


Field Summary
 
Fields inherited from class org.alfresco.repo.policy.registration.PolicyRegistration
behaviour, className, policyComponent, policyNames
 
Constructor Summary
AssociationPolicyRegistration()
           
 
Method Summary
 void register()
          Registers the behaviour with the policy component for the policy and type specified.
 void setAssociationType(java.lang.String associationType)
          Set the association type
 
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

AssociationPolicyRegistration

public AssociationPolicyRegistration()
Method Detail

setAssociationType

public void setAssociationType(java.lang.String associationType)
Set the association type

Parameters:
associationType - the association type

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.