Uses of Interface
com.atlassian.jira.JiraDataType

Packages that use JiraDataType
com.atlassian.jira   
com.atlassian.jira.dev.jql.function   
com.atlassian.jira.dev.reference.plugin.jql   
com.atlassian.jira.issue.customfields.searchers   
com.atlassian.jira.issue.search.constants   
com.atlassian.jira.jql   
com.atlassian.jira.plugin.jql.function   
 

Uses of JiraDataType in com.atlassian.jira
 

Classes in com.atlassian.jira that implement JiraDataType
 class JiraDataTypeImpl
          Each data type can specify a collection of actual java types, represented via their Class, that this type is.
 

Fields in com.atlassian.jira declared as JiraDataType
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.TEXT
           
static JiraDataType JiraDataTypes.URL
           
static JiraDataType JiraDataTypes.USER
           
static JiraDataType JiraDataTypes.VERSION
           
 

Methods in com.atlassian.jira that return JiraDataType
static JiraDataType JiraDataTypes.getFieldType(String fieldId)
           
 

Methods in com.atlassian.jira with parameters of type JiraDataType
 boolean JiraDataTypeImpl.matches(JiraDataType otherType)
           
 boolean JiraDataType.matches(JiraDataType otherType)
          Determines if this type matches the passed in other JiraDataType.
 

Uses of JiraDataType in com.atlassian.jira.dev.jql.function
 

Methods in com.atlassian.jira.dev.jql.function that return JiraDataType
 JiraDataType EchoFunction.getDataType()
           
 

Uses of JiraDataType in com.atlassian.jira.dev.reference.plugin.jql
 

Methods in com.atlassian.jira.dev.reference.plugin.jql that return JiraDataType
 JiraDataType EchoJqlFunction.getDataType()
           
 

Uses of JiraDataType in com.atlassian.jira.issue.customfields.searchers
 

Methods in com.atlassian.jira.issue.customfields.searchers that return JiraDataType
 JiraDataType SimpleCustomFieldSearcherClauseHandler.getDataType()
           
 JiraDataType CustomFieldSearcherClauseHandler.getDataType()
          Provides the JiraDataType that this clause handles and searches on.
 

Constructors in com.atlassian.jira.issue.customfields.searchers with parameters of type JiraDataType
SimpleAllTextCustomFieldSearcherClauseHandler(ClauseValidator validator, ClauseQueryFactory clauseQueryFactory, Set<Operator> supportedOperators, JiraDataType supportedType)
           
SimpleCustomFieldClauseContextHandler(ClauseValidator validator, ClauseQueryFactory clauseQueryFactory, ClauseContextFactory clauseContextFactory, Set<Operator> supportedOperators, JiraDataType supportedType)
           
SimpleCustomFieldClauseSanitiserHandler(ClauseValidator validator, ClauseQueryFactory clauseQueryFactory, ClauseSanitiser sanitiser, Set<Operator> supportedOperators, JiraDataType supportedType)
           
SimpleCustomFieldClauseSanitiserValueGeneratingHandler(ClauseValidator validator, ClauseQueryFactory clauseQueryFactory, ClauseSanitiser sanitiser, ClauseValuesGenerator clauseValuesGenerator, Set<Operator> supportedOperators, JiraDataType supportedType)
           
SimpleCustomFieldContextValueGeneratingClauseHandler(ClauseValidator validator, ClauseQueryFactory clauseQueryFactory, ClauseContextFactory clauseContextFactory, ClauseValuesGenerator clauseValuesGenerator, Set<Operator> supportedOperators, JiraDataType supportedType)
           
SimpleCustomFieldSearcherClauseHandler(ClauseValidator validator, ClauseQueryFactory clauseQueryFactory, Set<Operator> supportedOperators, JiraDataType supportedType)
           
SimpleCustomFieldValueGeneratingClauseHandler(ClauseValidator validator, ClauseQueryFactory clauseQueryFactory, ClauseValuesGenerator clauseValuesGenerator, Set<Operator> supportedOperators, JiraDataType supportedType)
           
 

Uses of JiraDataType in com.atlassian.jira.issue.search.constants
 

Methods in com.atlassian.jira.issue.search.constants that return JiraDataType
 JiraDataType AllTextSearchConstants.getDataType()
           
 JiraDataType SavedFilterSearchConstants.getDataType()
           
 JiraDataType DefaultClauseInformation.getDataType()
           
 JiraDataType CommentsFieldSearchConstants.getDataType()
           
 JiraDataType SimpleFieldSearchConstants.getDataType()
           
 JiraDataType UserFieldSearchConstants.getDataType()
           
 JiraDataType SimpleFieldSearchConstantsWithEmpty.getDataType()
           
 JiraDataType IssueParentConstants.getDataType()
           
 JiraDataType PropertyClauseInformation.getDataType()
           
 JiraDataType IssueIdConstants.getDataType()
           
 JiraDataType IssueKeyConstants.getDataType()
           
 

Constructors in com.atlassian.jira.issue.search.constants with parameters of type JiraDataType
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)
           
 

Uses of JiraDataType in com.atlassian.jira.jql
 

Methods in com.atlassian.jira.jql that return JiraDataType
 JiraDataType ClauseInformation.getDataType()
          Provides the JiraDataType that this clause handles and searches on.
 

Uses of JiraDataType in com.atlassian.jira.plugin.jql.function
 

Methods in com.atlassian.jira.plugin.jql.function that return JiraDataType
 JiraDataType CurrentUserFunction.getDataType()
           
 JiraDataType MembersOfFunction.getDataType()
           
 JiraDataType CascadeOptionFunction.getDataType()
           
 JiraDataType LastLoginFunction.getDataType()
           
 JiraDataType VotedIssuesFunction.getDataType()
           
 JiraDataType AbstractVersionsFunction.getDataType()
           
 JiraDataType WatchedIssuesFunction.getDataType()
           
 JiraDataType RemoteLinksByGlobalIdFunction.getDataType()
           
 JiraDataType CurrentLoginFunction.getDataType()
           
 JiraDataType ProjectsWhereUserHasPermissionFunction.getDataType()
           
 JiraDataType LinkedIssuesFunction.getDataType()
           
 JiraDataType ProjectsLeadByUserFunction.getDataType()
           
 JiraDataType IssueHistoryFunction.getDataType()
           
 JiraDataType ProjectsWhereUserHasRoleFunction.getDataType()
           
 JiraDataType ComponentsLeadByUserFunction.getDataType()
           
 JiraDataType AbstractDateFunction.getDataType()
           
 JiraDataType AbstractIssueTypeFunction.getDataType()
           
 JiraDataType JqlFunction.getDataType()
          Provides the JiraDataType that this function handles and creates values for.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.