Uses of Enum Class
com.lexmark.saperion.AuditService.AuditEvents
Packages that use AuditService.AuditEvents
-
Uses of AuditService.AuditEvents in com.lexmark.saperion
Methods in com.lexmark.saperion that return AuditService.AuditEventsModifier and TypeMethodDescriptionstatic AuditService.AuditEvents
Returns the enum constant of this class with the specified name.static AuditService.AuditEvents[]
AuditService.AuditEvents.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.lexmark.saperion with parameters of type AuditService.AuditEventsModifier and TypeMethodDescriptionvoid
DocumentAuditService.audit
(String id, String ddcName, AuditService.AuditEvents event, String remarks, Map<String, com.lexmark.saperion.PropertyType> rowData) Log an audit event for a given ddc.void
FolderAuditService.audit
(String id, String ddcName, AuditService.AuditEvents event, String remarks, Map<String, com.lexmark.saperion.PropertyType> rowData) Log an audit event for a given ddc.