public class AuditEventService extends AbstractService
AbstractService.OutputStreamResponseExtractormapper, restTemplate| Constructor and Description |
|---|
AuditEventService(org.springframework.web.client.RestTemplate restTemplate,
AccountService accountService)
Deprecated.
use AuditEventService(RestTemplate, AccountService, GoodDataSettings) constructor instead
|
AuditEventService(org.springframework.web.client.RestTemplate restTemplate,
AccountService accountService,
GoodDataSettings settings)
Service for audit events
|
| Modifier and Type | Method and Description |
|---|---|
com.gooddata.collections.PageableList<AuditEvent> |
listAuditEvents()
Get list of audit events for current account
|
com.gooddata.collections.PageableList<AuditEvent> |
listAuditEvents(Account account)
Get list of audit events for the given account
|
com.gooddata.collections.PageableList<AuditEvent> |
listAuditEvents(Account account,
com.gooddata.collections.Page page)
Get list of audit events for the given account
|
com.gooddata.collections.PageableList<AuditEvent> |
listAuditEvents(com.gooddata.collections.Page page)
Get list of audit events for current account
|
com.gooddata.collections.PageableList<AuditEvent> |
listAuditEvents(String domainId)
Get list of audit events for the given domain id
|
com.gooddata.collections.PageableList<AuditEvent> |
listAuditEvents(String domainId,
com.gooddata.collections.Page page)
Get list of audit events for the given domain id
|
extractDatapublic AuditEventService(org.springframework.web.client.RestTemplate restTemplate,
AccountService accountService,
GoodDataSettings settings)
restTemplate - rest templateaccountService - account servicesettings - settings@Deprecated public AuditEventService(org.springframework.web.client.RestTemplate restTemplate, AccountService accountService)
restTemplate - rest templateaccountService - account servicepublic com.gooddata.collections.PageableList<AuditEvent> listAuditEvents(String domainId)
domainId - domain idAuditEventsForbiddenException - if current user is not admin of the given domainpublic com.gooddata.collections.PageableList<AuditEvent> listAuditEvents(String domainId, com.gooddata.collections.Page page)
domainId - domain idpage - request parametersAuditEventsForbiddenException - if current user is not admin of the given domainpublic com.gooddata.collections.PageableList<AuditEvent> listAuditEvents(Account account)
account - account with valid idAuditEventsForbiddenException - if audit events are not enabled for the given user or the current user is
not domain adminpublic com.gooddata.collections.PageableList<AuditEvent> listAuditEvents(Account account, com.gooddata.collections.Page page)
account - account with valid idpage - request parametersAuditEventsForbiddenException - if audit events are not enabled for the given user or the current user is
not domain adminpublic com.gooddata.collections.PageableList<AuditEvent> listAuditEvents()
AuditEventsForbiddenException - if audit events are not enabled for current userpublic com.gooddata.collections.PageableList<AuditEvent> listAuditEvents(com.gooddata.collections.Page page)
page - request parametersAuditEventsForbiddenException - if audit events are not enabled for current userCopyright © 2017. All rights reserved.