Class AuditableActions.Action

java.lang.Object
de.hybris.platform.audit.AuditableActions.Action
Enclosing class:
AuditableActions

public static final class AuditableActions.Action extends Object
Immutable class representing the auditable action.

Each action is identified by its name and unique actionId. It can also contain a list of attributes and their values that may contain additional contextual information about the action.

  • Method Details

    • getActionName

      public String getActionName()
      Returns:
      name of the action
    • getActionAttributes

      public Map<String,Object> getActionAttributes()
      Returns:
      immutable map of attributes. If no attributes are defined for the action, empty map will be returned
    • getActionId

      public String getActionId()
      Returns:
      unique id of the action
    • toString

      public String toString()
      Overrides:
      toString in class Object