Class NodeCommentsRelation

java.lang.Object
org.alfresco.rest.api.nodes.NodeCommentsRelation
All Implemented Interfaces:
RelationshipResourceAction.Create<Comment>, RelationshipResourceAction.Delete, RelationshipResourceAction.Read<Comment>, RelationshipResourceAction.Update<Comment>, ResourceAction, org.springframework.beans.factory.InitializingBean

@RelationshipResource(name="comments", entityResource=NodesEntityResource.class, title="Document or folder comments") public class NodeCommentsRelation extends Object implements RelationshipResourceAction.Read<Comment>, RelationshipResourceAction.Create<Comment>, RelationshipResourceAction.Update<Comment>, RelationshipResourceAction.Delete, org.springframework.beans.factory.InitializingBean
Author:
Gethin James, Steve Glover