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
-
-
Field Summary
-
Fields inherited from class org.alfresco.repo.policy.registration.PolicyRegistration
behaviour, className, policyComponent, policyNames
-
-
Constructor Summary
Constructors Constructor Description AssociationPolicyRegistration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregister()Registers the behaviour with the policy component for the policy and type specified.voidsetAssociationType(java.lang.String associationType)Set the association type-
Methods inherited from class org.alfresco.repo.policy.registration.PolicyRegistration
setBehaviour, setClassName, setPolicyComponent, setPolicyName, setPolicyNames
-
-
-
-
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:PolicyRegistrationRegisters 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:
registerin classPolicyRegistration- See Also:
PolicyRegistration.register()
-
-