| Package | Description |
|---|---|
| org.apache.nifi.audit | |
| org.apache.nifi.web | |
| org.apache.nifi.web.dao.impl |
| Modifier and Type | Field and Description |
|---|---|
private PortDAO |
SnippetAuditor.inputPortDAO |
private PortDAO |
SnippetAuditor.outputPortDAO |
| Modifier and Type | Method and Description |
|---|---|
void |
PortAuditor.removePortAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
String groupId,
String portId,
PortDAO portDAO)
Audits the removal of a processor via deleteProcessor().
|
void |
SnippetAuditor.setInputPortDAO(PortDAO inputPortDAO) |
void |
SnippetAuditor.setOutputPortDAO(PortDAO outputPortDAO) |
Object |
PortAuditor.updatePortAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
String groupId,
PortDTO portDTO,
PortDAO portDAO)
Audits the update of a port.
|
| Modifier and Type | Field and Description |
|---|---|
private PortDAO |
StandardNiFiServiceFacade.inputPortDAO |
private PortDAO |
StandardNiFiServiceFacade.outputPortDAO |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardNiFiServiceFacade.setInputPortDAO(PortDAO inputPortDAO) |
void |
StandardNiFiServiceFacade.setOutputPortDAO(PortDAO outputPortDAO) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardInputPortDAO |
class |
StandardOutputPortDAO |
Copyright © 2015 Apache NiFi (incubating). All rights reserved.