@RelationshipResource(name="audit-entries", entityResource=NodesEntityResource.class, title="Audit Entries") public class NodeAuditEntriesRelation extends Object implements RelationshipResourceAction.Read<AuditEntry>, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
NodeAuditEntriesRelation() |
| Modifier and Type | Method and 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) |
public void setAudit(Audit audit)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic CollectionWithPagingInfo<AuditEntry> readAll(String nodeId, Parameters parameters)
RelationshipResourceAction.ReadreadAll in interface RelationshipResourceAction.Read<AuditEntry>nodeId - Entity resource context for this relationshipparameters - - will never be null and will have the PAGING default valuesCopyright © 2005–2018 Alfresco Software. All rights reserved.