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 Constructor Description NodeSourcesRelation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionWithPagingInfo<Node>
readAll(java.lang.String targetNodeId, Parameters parameters)
List sources-
Methods inherited from class org.alfresco.rest.api.nodes.AbstractNodeRelation
afterPropertiesSet, getAssocTypeFromWhereElseAll, listNodeChildAssocs, listNodePeerAssocs, listPage, setNodes, setServiceRegistry
-
-
-
-
Method Detail
-
readAll
public CollectionWithPagingInfo<Node> readAll(java.lang.String targetNodeId, Parameters parameters)
List sources- Specified by:
readAll
in interfaceRelationshipResourceAction.Read<Node>
- Parameters:
targetNodeId
- String id of target nodeparameters
- - will never be null and will have the PAGING default values
-
-