Uses of Class
com.atlassian.confluence.api.model.audit.RetentionPeriod
-
-
Uses of RetentionPeriod in com.atlassian.confluence.api.impl.service.audit.adapter
Methods in com.atlassian.confluence.api.impl.service.audit.adapter that return RetentionPeriod Modifier and Type Method Description RetentionPeriod
AuditServiceAdapter. getRetentionPeriod()
Deprecated.Auditing plugin allows for more granular periods, e.g.RetentionPeriod
AuditServiceAdapter. setRetentionPeriod(RetentionPeriod retentionPeriod)
Deprecated.Methods in com.atlassian.confluence.api.impl.service.audit.adapter with parameters of type RetentionPeriod Modifier and Type Method Description RetentionPeriod
AuditServiceAdapter. setRetentionPeriod(RetentionPeriod retentionPeriod)
Deprecated.static Period
AdapterUtils. toPeriod(RetentionPeriod retentionPeriod)
Deprecated. -
Uses of RetentionPeriod in com.atlassian.confluence.api.model.audit
Methods in com.atlassian.confluence.api.model.audit that return RetentionPeriod Modifier and Type Method Description static RetentionPeriod
RetentionPeriod. of(int number, ChronoUnit units)
Deprecated.Methods in com.atlassian.confluence.api.model.audit with parameters of type RetentionPeriod Modifier and Type Method Description boolean
RetentionPeriod. isLongerThan(RetentionPeriod other)
Deprecated. -
Uses of RetentionPeriod in com.atlassian.confluence.api.service.audit
Methods in com.atlassian.confluence.api.service.audit that return RetentionPeriod Modifier and Type Method Description RetentionPeriod
AuditService. getRetentionPeriod()
Deprecated.RetentionPeriod
AuditService. setRetentionPeriod(RetentionPeriod retentionPeriod)
Deprecated.Set the configured retention period for audit records.Methods in com.atlassian.confluence.api.service.audit with parameters of type RetentionPeriod Modifier and Type Method Description RetentionPeriod
AuditService. setRetentionPeriod(RetentionPeriod retentionPeriod)
Deprecated.Set the configured retention period for audit records. -
Uses of RetentionPeriod in com.atlassian.confluence.it.audit
Methods in com.atlassian.confluence.it.audit that return types with arguments of type RetentionPeriod Modifier and Type Method Description Future<RetentionPeriod>
RemoteAuditService. getRetentionPeriod()
Deprecated.Future<RetentionPeriod>
RemoteAuditServiceImpl. getRetentionPeriod()
Deprecated.Future<RetentionPeriod>
RemoteAuditService. setRetentionPeriod(RetentionPeriod retentionPeriod)
Deprecated.Future<RetentionPeriod>
RemoteAuditServiceImpl. setRetentionPeriod(RetentionPeriod retentionPeriod)
Deprecated.Methods in com.atlassian.confluence.it.audit with parameters of type RetentionPeriod Modifier and Type Method Description Future<RetentionPeriod>
RemoteAuditService. setRetentionPeriod(RetentionPeriod retentionPeriod)
Deprecated.Future<RetentionPeriod>
RemoteAuditServiceImpl. setRetentionPeriod(RetentionPeriod retentionPeriod)
Deprecated. -
Uses of RetentionPeriod in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources that return RetentionPeriod Modifier and Type Method Description RetentionPeriod
AuditResource. getRetentionPeriod(javax.ws.rs.core.UriInfo uriInfo)
Deprecated.Fetches the current retention periodRetentionPeriod
AuditResource. setRetentionPeriod(RetentionPeriod retentionPeriod, javax.ws.rs.core.UriInfo uriInfo)
Deprecated.Set the retention period to a new value.Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type RetentionPeriod Modifier and Type Method Description RetentionPeriod
AuditResource. setRetentionPeriod(RetentionPeriod retentionPeriod, javax.ws.rs.core.UriInfo uriInfo)
Deprecated.Set the retention period to a new value.
-