public class PortAuditor extends NiFiAuditor
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
PortAuditor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
createPortAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
Audits the creation of a port.
|
Action |
generateAuditRecord(Port port,
Operation operation)
Generates an audit record for the creation of the specified port.
|
Action |
generateAuditRecord(Port port,
Operation operation,
ActionDetails actionDetails)
Generates an audit record for the creation of the specified port.
|
void |
removePortAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
String groupId,
String portId,
PortDAO portDAO)
Audits the removal of a processor via deleteProcessor().
|
Object |
updatePortAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
String groupId,
PortDTO portDTO,
PortDAO portDAO)
Audits the update of a port.
|
createMoveDetails, getProcessGroupDAO, saveAction, saveActions, setAuditService, setProcessGroupDAO, setServiceFacadepublic Object createPortAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) throws Throwable
proceedingJoinPoint - Throwablepublic Object updatePortAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, String groupId, PortDTO portDTO, PortDAO portDAO) throws Throwable
proceedingJoinPoint - Throwablepublic void removePortAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
String groupId,
String portId,
PortDAO portDAO)
throws Throwable
proceedingJoinPoint - processorId - processorDAO - Throwablepublic Action generateAuditRecord(Port port, Operation operation)
port - public Action generateAuditRecord(Port port, Operation operation, ActionDetails actionDetails)
port - Copyright © 2015 Apache NiFi (incubating). All rights reserved.