mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
ACS-3290: V1 REST API endpoint for linking to ruleset (#1269)
* ACS-3290: Endpoint for linking to ruleset * ACS-3290: Small fixes to REST API endpoint definition. * ACS-3290: Small fixes in bean initialization. * ACS-3290: Fix changes after rebasing and add exception message * ACS-3290: Added unit tests * ACS-3290: Refactoring and moving logic to RulesImpl interface * ACS-3290: Remove unused imports and refactoring * ACS-3290: Formatting Co-authored-by: mpichura <maciej.pichura@hyland.com>
This commit is contained in:
committed by
GitHub
parent
b057455cde
commit
984bc151af
@@ -868,6 +868,8 @@
|
||||
<property name="ruleSetLoader" ref="ruleSetLoader" />
|
||||
<property name="validator" ref="nodeValidator" />
|
||||
<property name="ruleService" ref="RuleService" />
|
||||
<property name="nodeService" ref="NodeService"/>
|
||||
<property name="runtimeRuleService" ref="ruleService"/>
|
||||
</bean>
|
||||
|
||||
<bean id="RuleSets" class="org.springframework.aop.framework.ProxyFactoryBean">
|
||||
@@ -906,6 +908,10 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean class="org.alfresco.rest.api.nodes.NodeRuleSetLinksRelation">
|
||||
<constructor-arg name="ruleSets" ref="RuleSets" />
|
||||
</bean>
|
||||
|
||||
<bean id="publicapi.mimeTypePropertyLookup" class="org.alfresco.rest.api.lookups.MimeTypePropertyLookup">
|
||||
<property name="serviceRegistry" ref="ServiceRegistry"/>
|
||||
<property name="supported">
|
||||
|
Reference in New Issue
Block a user