Package org.alfresco.rest.api.nodes
Class NodeSourcesRelation
java.lang.Object
org.alfresco.rest.api.nodes.AbstractNodeRelation
org.alfresco.rest.api.nodes.NodeSourcesRelation
- All Implemented Interfaces:
RelationshipResourceAction.Read<Node>,ResourceAction,org.springframework.beans.factory.InitializingBean
@RelationshipResource(name="sources",
entityResource=NodesEntityResource.class,
title="Node Sources")
public class NodeSourcesRelation
extends AbstractNodeRelation
implements RelationshipResourceAction.Read<Node>
Node Sources - list node (peer) associations from target to sources
- Author:
- janv
-
Field Summary
Fields inherited from class org.alfresco.rest.api.nodes.AbstractNodeRelation
dictionaryService, EXCLUDED_NS, namespaceService, nodes, nodeService, sr -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadAll(String targetNodeId, Parameters parameters) List sourcesMethods inherited from class org.alfresco.rest.api.nodes.AbstractNodeRelation
afterPropertiesSet, getAssocTypeFromWhereElseAll, listNodeChildAssocs, listNodePeerAssocs, listPage, setNodes, setServiceRegistry
-
Constructor Details
-
NodeSourcesRelation
public NodeSourcesRelation()
-
-
Method Details
-
readAll
List sources- Specified by:
readAllin interfaceRelationshipResourceAction.Read<Node>- Parameters:
targetNodeId- String id of target nodeparameters- - will never be null and will have the PAGING default values
-