Modifier and Type | Class and Description |
---|---|
class |
JiraDataTypeImpl
Each data type can specify a collection of actual java types, represented via their
Class , that this type is. |
Modifier and Type | Field and Description |
---|---|
static JiraDataType |
JiraDataTypes.ALL |
static JiraDataType |
JiraDataTypes.ATTACHMENT |
static JiraDataType |
JiraDataTypes.CASCADING_OPTION |
static JiraDataType |
JiraDataTypes.COMPONENT |
static JiraDataType |
JiraDataTypes.DATE |
static JiraDataType |
JiraDataTypes.DURATION |
static JiraDataType |
JiraDataTypes.GROUP |
static JiraDataType |
JiraDataTypes.ISSUE
Defines the core JIRA data types
|
static JiraDataType |
JiraDataTypes.ISSUE_SECURITY_LEVEL |
static JiraDataType |
JiraDataTypes.ISSUE_TYPE |
static JiraDataType |
JiraDataTypes.LABEL |
static JiraDataType |
JiraDataTypes.NUMBER |
static JiraDataType |
JiraDataTypes.OPTION |
static JiraDataType |
JiraDataTypes.PRIORITY |
static JiraDataType |
JiraDataTypes.PROJECT |
static JiraDataType |
JiraDataTypes.PROJECT_CATEGORY |
static JiraDataType |
JiraDataTypes.PROJECT_ROLE |
static JiraDataType |
JiraDataTypes.RESOLUTION |
static JiraDataType |
JiraDataTypes.SAVED_FILTER |
static JiraDataType |
JiraDataTypes.STATUS |
static JiraDataType |
JiraDataTypes.STATUS_CATEGORY |
static JiraDataType |
JiraDataTypes.TEXT |
static JiraDataType |
JiraDataTypes.URL |
static JiraDataType |
JiraDataTypes.USER |
static JiraDataType |
JiraDataTypes.VERSION |
Modifier and Type | Method and Description |
---|---|
static JiraDataType |
JiraDataTypes.getFieldType(String fieldId) |
Modifier and Type | Method and Description |
---|---|
boolean |
JiraDataType.matches(JiraDataType otherType)
Determines if this type matches the passed in other JiraDataType.
|
boolean |
JiraDataTypeImpl.matches(JiraDataType otherType) |
Modifier and Type | Method and Description |
---|---|
JiraDataType |
EchoFunction.getDataType() |
Modifier and Type | Method and Description |
---|---|
JiraDataType |
EchoJqlFunction.getDataType() |
Modifier and Type | Method and Description |
---|---|
JiraDataType |
AliasClauseInformation.getDataType() |
Modifier and Type | Method and Description |
---|---|
JiraDataType |
SimpleCustomFieldSearcherClauseHandler.getDataType() |
JiraDataType |
CustomFieldSearcherClauseHandler.getDataType()
Provides the
JiraDataType that this clause handles and searches on. |
Modifier and Type | Method and Description |
---|---|
JiraDataType |
SimpleFieldSearchConstantsWithEmpty.getDataType() |
JiraDataType |
IssueParentConstants.getDataType() |
JiraDataType |
PropertyClauseInformation.getDataType() |
JiraDataType |
CommentsFieldSearchConstants.getDataType() |
JiraDataType |
AllTextSearchConstants.getDataType() |
JiraDataType |
SavedFilterSearchConstants.getDataType() |
JiraDataType |
SimpleFieldSearchConstants.getDataType() |
JiraDataType |
IssueIdConstants.getDataType() |
JiraDataType |
IssueKeyConstants.getDataType() |
JiraDataType |
DefaultClauseInformation.getDataType() |
JiraDataType |
UserFieldSearchConstants.getDataType() |
Constructor and Description |
---|
DefaultClauseInformation(String indexField,
ClauseNames names,
String fieldId,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
DefaultClauseInformation(String indexField,
String jqlClauseName,
String fieldId,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
SimpleFieldSearchConstants(String indexField,
ClauseNames names,
String urlParameter,
String searcherId,
String fieldId,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
SimpleFieldSearchConstants(String field,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
SimpleFieldSearchConstants(String indexField,
String jqlClauseName,
String urlParameter,
String searcherId,
String fieldId,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
SimpleFieldSearchConstantsWithEmpty(String indexField,
ClauseNames names,
String urlParameter,
String searcherId,
String emptySelectFlag,
String emptyIndexValue,
String fieldId,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
SimpleFieldSearchConstantsWithEmpty(String field,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
SimpleFieldSearchConstantsWithEmpty(String indexField,
String jqlClauseName,
String urlParameter,
String searcherId,
String emptySelectFlag,
String emptyIndexValue,
String fieldId,
Set<Operator> supportedOperators,
JiraDataType supportedType) |
Modifier and Type | Method and Description |
---|---|
JiraDataType |
ClauseInformation.getDataType()
Provides the
JiraDataType that this clause handles and searches on. |
Modifier and Type | Method and Description |
---|---|
JiraDataType |
AbstractVersionsFunction.getDataType() |
JiraDataType |
CurrentUserFunction.getDataType() |
JiraDataType |
ProjectsLeadByUserFunction.getDataType() |
JiraDataType |
LastLoginFunction.getDataType() |
JiraDataType |
ComponentsLeadByUserFunction.getDataType() |
JiraDataType |
MembersOfFunction.getDataType() |
JiraDataType |
CascadeOptionFunction.getDataType() |
JiraDataType |
AbstractIssueTypeFunction.getDataType() |
JiraDataType |
ProjectsWhereUserHasPermissionFunction.getDataType() |
JiraDataType |
VotedIssuesFunction.getDataType() |
JiraDataType |
LinkedIssuesFunction.getDataType() |
JiraDataType |
CurrentLoginFunction.getDataType() |
JiraDataType |
WatchedIssuesFunction.getDataType() |
JiraDataType |
AbstractDateFunction.getDataType() |
JiraDataType |
ProjectsWhereUserHasRoleFunction.getDataType() |
JiraDataType |
RemoteLinksByGlobalIdFunction.getDataType() |
JiraDataType |
IssueHistoryFunction.getDataType() |
JiraDataType |
JqlFunction.getDataType()
Provides the
JiraDataType that this function handles and creates values for. |
Copyright © 2002-2017 Atlassian. All Rights Reserved.