Class AssociationPolicyRegistration

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

public class AssociationPolicyRegistration extends PolicyRegistration
Deals with the registration of an association policy
Author:
Roy Wetherall
  • Constructor Details

    • AssociationPolicyRegistration

      public AssociationPolicyRegistration()
  • Method Details

    • setAssociationType

      public void setAssociationType(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: