| Package | Description |
|---|---|
| org.apache.nifi.audit | |
| org.apache.nifi.web | |
| org.apache.nifi.web.dao.impl |
| Modifier and Type | Field and Description |
|---|---|
private RemoteProcessGroupDAO |
SnippetAuditor.remoteProcessGroupDAO |
| Modifier and Type | Method and Description |
|---|---|
Object |
RemoteProcessGroupAuditor.auditUpdateProcessGroupConfiguration(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
String groupId,
RemoteProcessGroupDTO remoteProcessGroupDTO,
RemoteProcessGroupDAO remoteProcessGroupDAO)
Audits the update of remote process group configuration.
|
void |
RemoteProcessGroupAuditor.removeRemoteProcessGroupAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
String groupId,
String remoteProcessGroupId,
RemoteProcessGroupDAO remoteProcessGroupDAO)
Audits the removal of a process group via deleteProcessGroup().
|
void |
SnippetAuditor.setRemoteProcessGroupDAO(RemoteProcessGroupDAO remoteProcessGroupDAO) |
| Modifier and Type | Field and Description |
|---|---|
private RemoteProcessGroupDAO |
StandardNiFiServiceFacade.remoteProcessGroupDAO |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardNiFiServiceFacade.setRemoteProcessGroupDAO(RemoteProcessGroupDAO remoteProcessGroupDAO) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardRemoteProcessGroupDAO |
Copyright © 2015 Apache NiFi (incubating). All rights reserved.