public class

AffectedLicense

extends Object
implements AssociatedItem
java.lang.Object
   ↳ com.atlassian.jira.auditing.AffectedLicense

Class Overview

This class carries information about license related entries in the Audit Log. This information appears on the title of the entry.

Summary

Constants
String TYPE_EVALUATION_LICENSE
String TYPE_LICENSE
Public Constructors
AffectedLicense(LicenseDetails license)
AffectedLicense(String objectName, Boolean isEvaluation)
Public Methods
String getObjectId()
@Nonnull String getObjectName()
@Nonnull AssociatedItem.Type getObjectType()
@Nullable String getParentId()
@Nullable String getParentName()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.auditing.AssociatedItem

Constants

public static final String TYPE_EVALUATION_LICENSE

Constant Value: "Accepted Evaluation"

public static final String TYPE_LICENSE

Constant Value: "License SEN"

Public Constructors

public AffectedLicense (LicenseDetails license)

public AffectedLicense (String objectName, Boolean isEvaluation)

Public Methods

public String getObjectId ()

@Nonnull public String getObjectName ()

@Nonnull public AssociatedItem.Type getObjectType ()

@Nullable public String getParentId ()

@Nullable public String getParentName ()