public class FunnelAuditor extends NiFiAuditor
Constructor and Description |
---|
FunnelAuditor() |
Modifier and Type | Method and Description |
---|---|
Funnel |
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,
java.lang.String funnelId,
FunnelDAO funnelDAO)
Audits the removal of a funnel.
|
createMoveDetails, formatExtensionVersion, getProcessGroupDAO, saveAction, saveActions, setAuditService, setProcessGroupDAO, setServiceFacade
public Funnel createFunnelAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) throws java.lang.Throwable
proceedingJoinPoint
- join pointjava.lang.Throwable
- expublic void removeFunnelAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, java.lang.String funnelId, FunnelDAO funnelDAO) throws java.lang.Throwable
proceedingJoinPoint
- join pointfunnelId
- funnel idfunnelDAO
- funnel daojava.lang.Throwable
- expublic Action generateAuditRecord(Funnel funnel, Operation operation)
funnel
- funneloperation
- operationpublic Action generateAuditRecord(Funnel funnel, Operation operation, ActionDetails actionDetails)
funnel
- funneloperation
- operationactionDetails
- details