Uses of Class
com.communardo.confluence.metadata.MetadataExportException
-
Packages that use MetadataExportException Package Description com.communardo.confluence.metadata.fieldtype -
-
Uses of MetadataExportException in com.communardo.confluence.metadata.fieldtype
Methods in com.communardo.confluence.metadata.fieldtype that throw MetadataExportException Modifier and Type Method Description StringTransferable. exportDataObject(com.atlassian.confluence.core.ContentEntityObject contentEntityObject)Get the data object (metadata value) of the given content entity assigned to the field of this metadata field type and serialize it into a string, so it can be exported and later be re-converted into a data object.StringDefaultValueSupport. exportDefaultValueConfiguration(MetadataSet metadataSet, MetadataField metadataField)export the default value defined for a field of a specific type in a setStringTransferable. exportTypeConfiguration()Export the configuration of this metadata field type into a string.
-