Uses of Enum Class
com.sap.cds.services.auditlog.Action
Packages that use Action
-
Uses of Action in com.sap.cds.services.auditlog
Methods in com.sap.cds.services.auditlog that return ActionModifier and TypeMethodDescriptionConfigChangeLog.getAction()DataModification.getAction()The action that was performed: Create, Update, Delete.static ActionReturns the enum constant of this class with the specified name.static Action[]Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sap.cds.services.auditlog with parameters of type ActionModifier and TypeMethodDescriptiondefault voidAuditLogService.logConfigChange(Action action, ConfigChange change) Writes a single configuration change to the audit log.voidAuditLogService.logConfigChange(Action action, List<ConfigChange> changes) Writes multiple configuration changes to the audit log.voidvoidThe action that was performed: Create, Update, Delete.