03-15-2011 05:30 PM
INFO PolicyComponentImpl Behaviour Java method[class=com.ourcorp.ourproject.policy.IndexNodePolicy, method=onUpdateProperties] is binding (ClassFeatureBinding[class={http://www.ourcorp.com/ourproject/docs/1.0}index;feature={http://www.ourcorp.com/ourproject/docs/1.0...]) to policy {http://www.alfresco.org}onUpdateProperties before the policy is registered
public abstract <P extends PropertyPolicy> PropertyPolicyDelegate<P> registerPropertyPolicy(Class<P> paramClass);
It expects a PropertyPolicy class and NodeServicePolicies.OnUpdatePropertiesPolicy extends ClassPolicy.06-24-2014 04:25 AM
06-24-2014 05:22 AM
06-24-2014 09:42 AM
<bean id="testBehaviourT" class="com.impcs.repo.behaviour.TestBehaviourT"
depends-on="extension.dictionaryBootstrap" init-method="init">
<property name="policyComponent">
<ref bean="policyComponent" />
</property>
<property name="nodeService">
<ref bean="nodeService" />
</property>
<property name="serviceRegistry">
<ref bean="ServiceRegistry" />
</property>
<property name="dictionaryService">
<ref bean="DictionaryService" />
</property>
<property name="permissionService">
<ref bean="PermissionService" />
</property>
</bean>
06-24-2014 10:23 AM
06-24-2014 10:33 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.