Uses of Interface
com.atlassian.jira.issue.fields.rest.RestCustomFieldTypeOperations

Packages that use RestCustomFieldTypeOperations
com.atlassian.jira.issue.customfields.impl   
 

Uses of RestCustomFieldTypeOperations in com.atlassian.jira.issue.customfields.impl
 

Classes in com.atlassian.jira.issue.customfields.impl that implement RestCustomFieldTypeOperations
 class CascadingSelectCFType
          Cascading Select Custom Field Type allows for multiple dependent select lists.
 class DateCFType
          Custom Field to allow setting of a Date Transport Object Type Date Database Storage Type Timestamp
 class DateTimeCFType
          Custom Field alowing setting of a full Date and Time.
 class GenericTextCFType
          A CustomFieldType where data is stored and displayed as a single String By default it will only have a Limited Text Field for storage (if you need bigger override GenericTextCFType.getDatabaseType()) Transport Object Type String Database Storage Type String
 class ImportIdLinkCFType
           
 class LabelsCFType
          Labels Custom field Transport Object Type Set of Labels Singular Object Type Label Database Storage Type Not stored with Custom Field Data @see LabelManager.setLabels(com.atlassian.crowd.embedded.api.User, Long, Long, java.util.Set, boolean, boolean)
 class MultiGroupCFType
          Multiple User Group Select Type
 class MultiSelectCFType
          Multiple Select Type allows selecting of multiple Options
 class MultiUserCFType
          Multiple User Type allows selection of multiple users.
 class NumberCFType
          Custom Field Type allowing storae and display of Double values Transport Object Type Double Database Storage Type Double
 class ProjectCFType
          Custom Field Type to select a Project on this JIRA instance.
 class ReadOnlyCFType
           
 class RenderableTextCFType
          This custom field type returns true for its isRenderable method and is meant to represent a text custom field type that is renderable.
 class SelectCFType
          Select Custom Field Type allows selecting of a single Option.
 class TextAreaCFType
           
 class URLCFType
           
 class UserCFType
          Custom Field allow selection of a single ApplicationUser.
 class VersionCFType
          Custom Field Type to select multiple Versions.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.