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 TypeClassDescriptionclassSimple implementation ofObjectDescriptorthat simply returns the description that was passed in when the object was created.Methods in com.atlassian.configurable with parameters of type ObjectDescriptorModifier and TypeMethodDescriptionvoidObjectConfigurationFactory.loadObjectConfigurationFromElement(com.atlassian.plugin.module.Element element, ObjectDescriptor od, String id, ClassLoader classLoader) voidXMLObjectConfigurationFactory.loadObjectConfigurationFromElement(com.atlassian.plugin.module.Element element, ObjectDescriptor od, String id) voidXMLObjectConfigurationFactory.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 ObjectDescriptorAbstractConfigurableModuleDescriptor.getObjectDescriptor()