Interface ProjectImportableCustomField
- All Known Implementing Classes:
CascadingSelectCFType
,DateCFType
,DateTimeCFType
,FuncTestTextAreaCFType
,GenericTextCFType
,ImportIdLinkCFType
,InitialWatchersCFType
,LabelsCFType
,MultiGroupCFType
,MultiSelectCFType
,MultiUserCFType
,NumberCFType
,ProjectCFType
,ReadOnlyCFType
,RenderableTextCFType
,SelectCFType
,TextAreaCFType
,TextAreaNoValidationCFType
,TextCFType
,URLCFType
,UserCFType
,VersionCFType
@PublicSpi
public interface ProjectImportableCustomField
This is an interface that will need to be implemented if a custom field is able to be imported by the
project importer. When importing a project, if the
CustomFieldType
is an instance of this interface then we will attempt to perform mappings and import the custom field
data. If it is not an instance of this interface then we will alert the user in the importer that the
custom field is not importable.- Since:
- v3.13
-
Method Summary
Modifier and TypeMethodDescriptionReturns the object that will perform the actual project import functions for the custom field type.
-
Method Details
-
getProjectImporter
ProjectCustomFieldImporter getProjectImporter()Returns the object that will perform the actual project import functions for the custom field type.- Returns:
- the object that will perform the actual project import functions for the custom field type.
-