Package org.alfresco.rest.api.nodes
Class NodeRuleSetLinksRelation
java.lang.Object
org.alfresco.rest.api.nodes.NodeRuleSetLinksRelation
- All Implemented Interfaces:
RelationshipResourceAction.Create<RuleSetLink>
,ResourceAction
,org.springframework.beans.factory.InitializingBean
@RelationshipResource(name="rule-set-links",
entityResource=NodesEntityResource.class,
title="Linking to a rule set")
public class NodeRuleSetLinksRelation
extends Object
implements org.springframework.beans.factory.InitializingBean, RelationshipResourceAction.Create<RuleSetLink>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(String nodeId, List<RuleSetLink> ruleSetLinksBody, Parameters parameters)
-
Constructor Details
-
NodeRuleSetLinksRelation
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
create
public List<RuleSetLink> create(String nodeId, List<RuleSetLink> ruleSetLinksBody, Parameters parameters) - Specified by:
create
in interfaceRelationshipResourceAction.Create<RuleSetLink>
-