public class ControllerServiceAuditor extends NiFiAuditor
| Constructor and Description |
|---|
ControllerServiceAuditor() |
| Modifier and Type | Method and Description |
|---|---|
ControllerServiceNode |
createControllerServiceAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
Audits the creation of controller service via createControllerService().
|
void |
removeControllerServiceAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
java.lang.String controllerServiceId,
ControllerServiceDAO controllerServiceDAO)
Audits the removal of a controller service via deleteControllerService().
|
java.lang.Object |
updateControllerServiceAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
ControllerServiceDTO controllerServiceDTO,
ControllerServiceDAO controllerServiceDAO)
Audits the configuration of a single controller service.
|
java.lang.Object |
updateControllerServiceReferenceAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
Audits the update of a component referencing a controller service.
|
createMoveDetails, formatExtensionVersion, getProcessGroupDAO, saveAction, saveActions, setAuditService, setProcessGroupDAO, setServiceFacadepublic ControllerServiceNode createControllerServiceAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) throws java.lang.Throwable
proceedingJoinPoint - join pointjava.lang.Throwable - expublic java.lang.Object updateControllerServiceAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
ControllerServiceDTO controllerServiceDTO,
ControllerServiceDAO controllerServiceDAO)
throws java.lang.Throwable
proceedingJoinPoint - join pointcontrollerServiceDTO - dtocontrollerServiceDAO - daojava.lang.Throwable - expublic java.lang.Object updateControllerServiceReferenceAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
throws java.lang.Throwable
proceedingJoinPoint - join pointjava.lang.Throwable - expublic void removeControllerServiceAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
java.lang.String controllerServiceId,
ControllerServiceDAO controllerServiceDAO)
throws java.lang.Throwable
proceedingJoinPoint - join pointcontrollerServiceId - idcontrollerServiceDAO - daojava.lang.Throwable - ex