Package org.alfresco.rest.api.audit
Class AuditApplicationsEntityResource
java.lang.Object
org.alfresco.rest.api.audit.AuditApplicationsEntityResource
- All Implemented Interfaces:
EntityResourceAction.Read<AuditApp>,EntityResourceAction.ReadById<AuditApp>,EntityResourceAction.Update<AuditApp>,ResourceAction,org.springframework.beans.factory.InitializingBean
@EntityResource(name="audit-applications",
title="Audit Applications")
public class AuditApplicationsEntityResource
extends Object
implements EntityResourceAction.ReadById<AuditApp>, EntityResourceAction.Read<AuditApp>, EntityResourceAction.Update<AuditApp>, org.springframework.beans.factory.InitializingBean
An implementation of an Entity Resource for handling audit applications
- Author:
- janv, anechifor, eknizat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreadAll(Parameters parameters) Reads all the entries from the collection.readById(String auditAppId, Parameters parameters) voidupdate(String auditAppId, AuditApp auditApp, Parameters parameters)
-
Constructor Details
-
AuditApplicationsEntityResource
public AuditApplicationsEntityResource()
-
-
Method Details
-
setAudit
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
readById
- Specified by:
readByIdin interfaceEntityResourceAction.ReadById<AuditApp>- Throws:
EntityNotFoundException
-
update
- Specified by:
updatein interfaceEntityResourceAction.Update<AuditApp>
-
readAll
Description copied from interface:EntityResourceAction.ReadReads all the entries from the collection. Paging information is provided.- Specified by:
readAllin interfaceEntityResourceAction.Read<AuditApp>- Parameters:
parameters- - will never be null and will have the PAGING default values
-