Uses of Interface
com.atlassian.configurable.ObjectDescriptor
Packages that use ObjectDescriptor
-
Uses of ObjectDescriptor in com.atlassian.configurable
Classes in com.atlassian.configurable that implement ObjectDescriptorModifier and TypeClassDescriptionclass
Simple implementation ofObjectDescriptor
that simply returns the description that was passed in when the object was created.Methods in com.atlassian.configurable with parameters of type ObjectDescriptorModifier and TypeMethodDescriptionvoid
ObjectConfigurationFactory.loadObjectConfigurationFromElement
(com.atlassian.plugin.module.Element element, ObjectDescriptor od, String id, ClassLoader classLoader) void
XMLObjectConfigurationFactory.loadObjectConfigurationFromElement
(com.atlassian.plugin.module.Element element, ObjectDescriptor od, String id) void
XMLObjectConfigurationFactory.loadObjectConfigurationFromElement
(com.atlassian.plugin.module.Element element, ObjectDescriptor od, String id, ClassLoader classLoader) Constructors in com.atlassian.configurable with parameters of type ObjectDescriptorModifierConstructorDescriptionObjectConfigurationImpl
(Map<String, ObjectConfigurationProperty> configProperties, ObjectDescriptor od) Creates a new ObjectConfigurationImpl object. -
Uses of ObjectDescriptor in com.atlassian.jira.plugin
Methods in com.atlassian.jira.plugin that return ObjectDescriptorModifier and TypeMethodDescriptionprotected ObjectDescriptor
AbstractConfigurableModuleDescriptor.getObjectDescriptor()