public class FunnelAuditor extends NiFiAuditor
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
FunnelAuditor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
createFunnelAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
Audits the creation of a funnel.
|
Action |
generateAuditRecord(Funnel funnel,
Operation operation)
Generates an audit record for the creation of the specified funnel.
|
Action |
generateAuditRecord(Funnel funnel,
Operation operation,
ActionDetails actionDetails)
Generates an audit record for the creation of the specified funnel.
|
void |
removeFunnelAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
String groupId,
String funnelId,
FunnelDAO funnelDAO)
Audits the removal of a funnel.
|
createMoveDetails, getProcessGroupDAO, saveAction, saveActions, setAuditService, setProcessGroupDAO, setServiceFacadepublic Object createFunnelAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) throws Throwable
proceedingJoinPoint - Throwablepublic void removeFunnelAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
String groupId,
String funnelId,
FunnelDAO funnelDAO)
throws Throwable
proceedingJoinPoint - funnelId - funnelDAO - Throwablepublic Action generateAuditRecord(Funnel funnel, Operation operation)
funnel - public Action generateAuditRecord(Funnel funnel, Operation operation, ActionDetails actionDetails)
funnel - Copyright © 2015 Apache NiFi (incubating). All rights reserved.