Uses of Class
com.atlassian.confluence.api.model.JodaDate
-
Packages that use JodaDate Package Description com.atlassian.confluence.plugins.restapi.resources -
-
Uses of JodaDate in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type JodaDate Modifier and Type Method Description javax.ws.rs.core.Response
AuditResource. export(JodaDate startDate, JodaDate endDate, String searchString, String format, javax.ws.rs.core.UriInfo uriInfo)
Deprecated.List<AuditRecord>
AuditResource. getAuditRecords(JodaDate startDate, JodaDate endDate, int start, int limit, String searchString, javax.ws.rs.core.UriInfo uriInfo)
Deprecated.Fetch a paginated list of AuditRecord instances based on a date range.
-