@ExperimentalApi public class EntityPropertyType extends Object
Modifier and Type | Field and Description |
---|---|
static EntityPropertyType |
CHANGE_HISTORY_PROPERTY |
static EntityPropertyType |
COMMENT_PROPERTY |
static EntityPropertyType |
DASHBOARD_ITEM_PROPERTY |
static EntityPropertyType |
ISSUE_PROPERTY |
static EntityPropertyType |
ISSUE_TYPE_PROPERTY |
static EntityPropertyType |
PROJECT_PROPERTY |
static EntityPropertyType |
REMOTE_VERSION_LINK |
static EntityPropertyType |
USER_PROPERTY |
Constructor and Description |
---|
EntityPropertyType(String dbEntityName,
String i18nKeyForEntityName,
String indexPrefix,
String jqlName) |
Modifier and Type | Method and Description |
---|---|
String |
getDbEntityName() |
static EntityPropertyType |
getEntityPropertyTypeForClause(String clauseName) |
String |
getI18nKeyForEntityName() |
String |
getIndexPrefix() |
String |
getJqlName() |
static boolean |
isJqlClause(String clauseName) |
public static final EntityPropertyType REMOTE_VERSION_LINK
public static final EntityPropertyType ISSUE_PROPERTY
public static final EntityPropertyType PROJECT_PROPERTY
public static final EntityPropertyType COMMENT_PROPERTY
public static final EntityPropertyType CHANGE_HISTORY_PROPERTY
public static final EntityPropertyType DASHBOARD_ITEM_PROPERTY
public static final EntityPropertyType ISSUE_TYPE_PROPERTY
public static final EntityPropertyType USER_PROPERTY
public String getDbEntityName()
public String getI18nKeyForEntityName()
public String getJqlName()
public String getIndexPrefix()
public static boolean isJqlClause(String clauseName)
public static EntityPropertyType getEntityPropertyTypeForClause(String clauseName)
Copyright © 2002-2015 Atlassian. All Rights Reserved.