Class ClassPolicyRegistration
- java.lang.Object
-
- org.alfresco.repo.policy.registration.PolicyRegistration
-
- org.alfresco.repo.policy.registration.ClassPolicyRegistration
-
public class ClassPolicyRegistration extends PolicyRegistration
Deal with the registration of a class 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 ClassPolicyRegistration()
-
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.-
Methods inherited from class org.alfresco.repo.policy.registration.PolicyRegistration
setBehaviour, setClassName, setPolicyComponent, setPolicyName, setPolicyNames
-
-
-
-
Method Detail
-
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()
-
-