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