Uses of Class
com.atlassian.confluence.api.extension.MetadataProperty
Packages that use MetadataProperty
Package
Description
-
Uses of MetadataProperty in com.atlassian.confluence.api.extension
Methods in com.atlassian.confluence.api.extension that return types with arguments of type MetadataPropertyModifier and TypeMethodDescriptionMetadataProperty.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 MetadataPropertyModifierConstructorDescriptionMetadataProperty
(String propertyName, List<MetadataProperty> children) -
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