Uses of Interface
com.atlassian.configurable.ObjectDescriptor

Packages that use ObjectDescriptor
com.atlassian.configurable   
com.atlassian.jira.plugin   
 

Uses of ObjectDescriptor in com.atlassian.configurable
 

Classes in com.atlassian.configurable that implement ObjectDescriptor
 class StringObjectDescription
          Simple implementation of ObjectDescriptor that simply returns the description that was passed in when the object was created.
 

Methods in com.atlassian.configurable with parameters of type ObjectDescriptor
 void XMLObjectConfigurationFactory.loadObjectConfigurationFromElement(org.dom4j.Element element, ObjectDescriptor od, String id)
           
 void XMLObjectConfigurationFactory.loadObjectConfigurationFromElement(org.dom4j.Element element, ObjectDescriptor od, String id, ClassLoader classLoader)
           
 void ObjectConfigurationFactory.loadObjectConfigurationFromElement(org.dom4j.Element element, ObjectDescriptor od, String id, ClassLoader classLoader)
           
 

Constructors in com.atlassian.configurable with parameters of type ObjectDescriptor
ObjectConfigurationImpl(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 ObjectDescriptor
protected  ObjectDescriptor AbstractConfigurableModuleDescriptor.getObjectDescriptor()
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.