Uses of Class
org.alfresco.rest.model.RestAuditEntryModel
-
Packages that use RestAuditEntryModel Package Description org.alfresco.rest.model org.alfresco.rest.requests -
-
Uses of RestAuditEntryModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestAuditEntryModel Modifier and Type Method Description RestAuditEntryModelRestAuditEntryModel. onModel()Methods in org.alfresco.rest.model that return types with arguments of type RestAuditEntryModel Modifier and Type Method Description ModelAssertion<RestAuditEntryModel>RestAuditEntryModel. and()ModelAssertion<RestAuditEntryModel>RestAuditEntryModel. assertThat() -
Uses of RestAuditEntryModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestAuditEntryModel Modifier and Type Method Description RestAuditEntryModelAudit. getAuditEntryForAnAuditApplication(java.lang.String auditApplicationId, java.lang.String auditEntryId)Retrieves an audit entry auditEntryId for audit application auditApplicationId using GET call on "/audit-applications/{auditApplicationId}/audit-entries/{auditEntryId}"
-