Uses of Class
com.atlassian.confluence.api.extension.MetadataProperty
-
Packages that use MetadataProperty Package Description com.atlassian.confluence.api.extension com.atlassian.confluence.api.model.content com.atlassian.confluence.plugins.restapi.metadata.content -
-
Uses of MetadataProperty in com.atlassian.confluence.api.extension
Methods in com.atlassian.confluence.api.extension that return types with arguments of type MetadataProperty Modifier and Type Method Description List<MetadataProperty>
MetadataProperty. getChildren()
Get the child properties, that are specified without a java type.default List<MetadataProperty>
ModelMetadataProvider. getProperties()
Get the type hierarchy of the fields and their types provided by this ModelMetadataProvider.Constructor parameters in com.atlassian.confluence.api.extension with type arguments of type MetadataProperty Constructor Description MetadataProperty(String propertyName, List<MetadataProperty> children)
-
Uses of MetadataProperty in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return types with arguments of type MetadataProperty Modifier and Type Method Description static List<MetadataProperty>
Space. getMetadataProperties()
Deprecated.since 8.6 -
Uses of MetadataProperty in com.atlassian.confluence.plugins.restapi.metadata.content
Methods in com.atlassian.confluence.plugins.restapi.metadata.content that return types with arguments of type MetadataProperty Modifier and Type Method Description List<MetadataProperty>
LabelsModelMetadataProvider. getProperties()
-