Known Direct Subclasses
|
Class Overview
Event indicating a workflow scheme has associated with a project.
Public Constructors
@Internal
public
AbstractSchemeAddedToProjectEvent
(Scheme scheme, Project project)
This constructor 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).
Public Methods
@Nonnull
public
Project
getProject
()
@Nonnull
public
Long
getProjectId
()
@Nonnull
public
String
getProjectName
()
@Nonnull
public
Long
getSchemeId
()
@Nonnull
public
String
getSchemeName
()