Package org.alfresco.rest.api.nodes
Class NodeAuditEntriesRelation
java.lang.Object
org.alfresco.rest.api.nodes.NodeAuditEntriesRelation
- All Implemented Interfaces:
RelationshipResourceAction.Read<AuditEntry>
,ResourceAction
,org.springframework.beans.factory.InitializingBean
@RelationshipResource(name="audit-entries",
entityResource=NodesEntityResource.class,
title="Audit Entries")
public class NodeAuditEntriesRelation
extends Object
implements RelationshipResourceAction.Read<AuditEntry>, org.springframework.beans.factory.InitializingBean
Node AuditEntries
-list audit-entries
- Author:
- anechifor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
readAll
(String nodeId, Parameters parameters) Reads set the relationship entities from the collection using the related entityResourceId.void
-
Constructor Details
-
NodeAuditEntriesRelation
public NodeAuditEntriesRelation()
-
-
Method Details
-
setAudit
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
readAll
Description copied from interface:RelationshipResourceAction.Read
Reads set the relationship entities from the collection using the related entityResourceId. Paging information is provided.- Specified by:
readAll
in interfaceRelationshipResourceAction.Read<AuditEntry>
- Parameters:
nodeId
- Entity resource context for this relationshipparameters
- - will never be null and will have the PAGING default values
-