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 Constructor Description NodeAuditEntriesRelation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
CollectionWithPagingInfo<AuditEntry>
readAll(String nodeId, Parameters parameters)
Reads set the relationship entities from the collection using the related entityResourceId.void
setAudit(Audit audit)
-
-
-
Method Detail
-
setAudit
public void setAudit(Audit audit)
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
readAll
public CollectionWithPagingInfo<AuditEntry> readAll(String nodeId, Parameters parameters)
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
-
-