@Internal public class

AbstractSchemeEntityEvent

extends Object
java.lang.Object
   ↳ com.atlassian.jira.event.scheme.AbstractSchemeEntityEvent
Known Direct Subclasses

@Internal

This class is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Class Overview

Abstract event that captures the data relevant to scheme entity events, e.g. permission entities, notitification entities etc.

Summary

Public Constructors
AbstractSchemeEntityEvent(Long schemeId, SchemeEntity schemeEntity)
Public Methods
Object getEntityTypeId()
String getParameter()
Long getSchemeEntityId()
Long getSchemeId()
String getType()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AbstractSchemeEntityEvent (Long schemeId, SchemeEntity schemeEntity)

Public Methods

public Object getEntityTypeId ()

public String getParameter ()

public Long getSchemeEntityId ()

public Long getSchemeId ()

public String getType ()