Uses of Class
org.alfresco.rest.model.RestAuditAppModel
-
Packages that use RestAuditAppModel Package Description org.alfresco.rest.model org.alfresco.rest.requests -
-
Uses of RestAuditAppModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestAuditAppModel Modifier and Type Method Description RestAuditAppModelRestAuditAppModel. onModel()Methods in org.alfresco.rest.model that return types with arguments of type RestAuditAppModel Modifier and Type Method Description ModelAssertion<RestAuditAppModel>RestAuditAppModel. and()ModelAssertion<RestAuditAppModel>RestAuditAppModel. assertThat() -
Uses of RestAuditAppModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestAuditAppModel Modifier and Type Method Description RestAuditAppModelAudit. getAuditApp(RestAuditAppModel restAuditAppModel)Retrieves an audit application info with ID using GET call on "/audit-applications/{auditApplicationId}"RestAuditAppModelAudit. updateAuditApp(RestAuditAppModel restAuditAppModel, java.lang.String key, java.lang.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 RestAuditAppModel Modifier and Type Method Description RestAuditAppModelAudit. getAuditApp(RestAuditAppModel restAuditAppModel)Retrieves an audit application info with ID using GET call on "/audit-applications/{auditApplicationId}"RestAuditAppModelAudit. updateAuditApp(RestAuditAppModel restAuditAppModel, java.lang.String key, java.lang.String value)Disable or re-enable the audit application auditApplicationId using PUT call on "/audit-applications/{auditApplicationId}"
-