Uses of Class
org.alfresco.rest.model.RestAuditAppModel
Packages that use RestAuditAppModel
-
Uses of RestAuditAppModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestAuditAppModel -
Uses of RestAuditAppModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestAuditAppModelModifier and TypeMethodDescriptionAudit.getAuditApp(RestAuditAppModel restAuditAppModel) Retrieves an audit application info with ID using GET call on "/audit-applications/{auditApplicationId}"Audit.updateAuditApp(RestAuditAppModel restAuditAppModel, String key, String value) Disable or re-enable the audit application auditApplicationId using PUT call on "/audit-applications/{auditApplicationId}"Methods in org.alfresco.rest.requests with parameters of type RestAuditAppModelModifier and TypeMethodDescriptionAudit.getAuditApp(RestAuditAppModel restAuditAppModel) Retrieves an audit application info with ID using GET call on "/audit-applications/{auditApplicationId}"Audit.updateAuditApp(RestAuditAppModel restAuditAppModel, String key, String value) Disable or re-enable the audit application auditApplicationId using PUT call on "/audit-applications/{auditApplicationId}"