04-20-2015 02:21 PM
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<!– Logger Action Bean –>
<bean id="set-web-flag" class="org.alfresco.test.executer.SetWebFlag" parent="action-executer">
<property name="nodeService">
<ref bean="nodeService" />
</property>
<property name="publicAction">
<value>true</value>
</property>
</bean>
<!– Load the Logger Action Messages –>
<bean id="someco-action-messages" parent="actionResourceBundles">
<property name="resourceBundles">
<list>
<value>alfresco.extension.test-actions</value>
</list>
</property>
</bean>
</beans>
set-web-flag.title=Sets the SC Web Flag
set-web-flag.description=This will add the sc:webable aspect and set the isActive flag.
04-20-2015 06:33 PM
04-21-2015 07:11 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.