Uses of Interface
com.atlassian.jira.imports.project.parser.CustomFieldValueParser

Packages that use CustomFieldValueParser
com.atlassian.jira.imports.project.customfield   
com.atlassian.jira.imports.project.handler   
com.atlassian.jira.imports.project.parser   
com.atlassian.jira.issue.customfields   
com.atlassian.jira.issue.customfields.impl   
 

Uses of CustomFieldValueParser in com.atlassian.jira.imports.project.customfield
 

Subinterfaces of CustomFieldValueParser in com.atlassian.jira.imports.project.customfield
 interface ProjectImportableCustomFieldParser
          If a custom field chooses to persist it's data in a table separate to the custom field values table, then it's custom field type will need to implement this interface in order to make it importable via project import.
 

Uses of CustomFieldValueParser in com.atlassian.jira.imports.project.handler
 

Constructor parameters in com.atlassian.jira.imports.project.handler with type arguments of type CustomFieldValueParser
CustomFieldMapperHandler(BackupProject backupProject, CustomFieldMapper customFieldMapper, Map<String,CustomFieldValueParser> parsers)
           
CustomFieldValuePersisterHandler(ProjectImportPersister projectImportPersister, ProjectImportMapper projectImportMapper, CustomFieldManager customFieldManager, Long newProjectId, ProjectImportResults projectImportResults, BackupSystemInformation backupSystemInformation, Executor executor, Map<String,CustomFieldValueParser> parsers)
           
CustomFieldValueValidatorHandler(BackupProject backupProject, ProjectImportMapper projectImportMapper, CustomFieldManager customFieldManager, Map<String,CustomFieldValueParser> parsers)
           
 

Uses of CustomFieldValueParser in com.atlassian.jira.imports.project.parser
 

Classes in com.atlassian.jira.imports.project.parser that implement CustomFieldValueParser
 class CustomFieldValueParserImpl
           
 

Uses of CustomFieldValueParser in com.atlassian.jira.issue.customfields
 

Subinterfaces of CustomFieldValueParser in com.atlassian.jira.issue.customfields
 interface ProjectImportLabelFieldParser
           
 

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

Classes in com.atlassian.jira.issue.customfields.impl that implement CustomFieldValueParser
 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 ProjectImportLabelFieldParserImpl
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.