public static class

Entity.Name

extends Object
java.lang.Object
   ↳ com.atlassian.jira.entity.Entity.Name

Class Overview

Entity Names as defined in entitymodel.xml.

Summary

Constants
String APPLICATION_USER An alias for the "jiraaction" table entity name ("Action") that is in fact used for Comments.
String CHANGE_GROUP
String CHANGE_ITEM
String COMMENT
String COMPONENT
String ENTITY_PROPERTY
String ENTITY_PROPERTY_INDEX_DOCUMENT
String EXTERNAL_ENTITY
String GLOBAL_PERMISSION_ENTRY
String ISSUE
String OS_PROPERTY_ENTRY
String PROJECT
String RUN_DETAILS
String SCHEME_ISSUE_SECURITIES
String SERVICE_CONFIG
String USER
String VERSION
Public Constructors
Entity.Name()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String APPLICATION_USER

An alias for the "jiraaction" table entity name ("Action") that is in fact used for Comments.

Constant Value: "ApplicationUser"

public static final String CHANGE_GROUP

Constant Value: "ChangeGroup"

public static final String CHANGE_ITEM

Constant Value: "ChangeItem"

public static final String COMMENT

Constant Value: "Action"

public static final String COMPONENT

Constant Value: "Component"

public static final String ENTITY_PROPERTY

Constant Value: "EntityProperty"

public static final String ENTITY_PROPERTY_INDEX_DOCUMENT

Constant Value: "EntityPropertyIndexDocument"

public static final String EXTERNAL_ENTITY

Constant Value: "ExternalEntity"

public static final String GLOBAL_PERMISSION_ENTRY

Constant Value: "GlobalPermissionEntry"

public static final String ISSUE

Constant Value: "Issue"

public static final String OS_PROPERTY_ENTRY

Constant Value: "OSPropertyEntry"

public static final String PROJECT

Constant Value: "Project"

public static final String RUN_DETAILS

Constant Value: "RunDetails"

public static final String SCHEME_ISSUE_SECURITIES

Constant Value: "SchemeIssueSecurities"

public static final String SERVICE_CONFIG

Constant Value: "ServiceConfig"

public static final String USER

Constant Value: "User"

public static final String VERSION

Constant Value: "Version"

Public Constructors

public Entity.Name ()