Class ClassPolicyRegistration
java.lang.Object
org.alfresco.repo.policy.registration.PolicyRegistration
org.alfresco.repo.policy.registration.ClassPolicyRegistration
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidregister()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
-
Constructor Details
-
ClassPolicyRegistration
public ClassPolicyRegistration()
-
-
Method Details
-
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:
-