RolePermissionEvent

org.beangle.ems.core.user.event.RolePermissionEvent
class RolePermissionEvent(role: Role) extends RoleEvent

Attributes

Graph
Supertypes
class RoleEvent
class Event
class EventObject
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def getSource(): <FromJavaObject>

Attributes

Inherited from:
EventObject
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Inherited from:
EventObject

Inherited fields

var detail: String

event details

event details

Attributes

Inherited from:
Event
var resource: String

resource where the event happened

resource where the event happened

Attributes

Inherited from:
Event
var subject: String

event subject

event subject

Attributes

Inherited from:
Event
val timestamp: Long

System time when the event happened

System time when the event happened

Attributes

Inherited from:
Event