com.atlassian.configurable
Interface ObjectDescriptor

All Known Implementing Classes:
StringObjectDescription

public interface ObjectDescriptor

Interface that allows a ObjectConfiguration to retrieve a dynamic description based on the values set for its properties


Method Summary
 String getDescription(Map properties, Map propertyValues)
           
 Map<String,ObjectConfigurationProperty> validateProperties(Map<String,ObjectConfigurationProperty> values)
           
 

Method Detail

getDescription

String getDescription(Map properties,
                      Map propertyValues)

validateProperties

Map<String,ObjectConfigurationProperty> validateProperties(Map<String,ObjectConfigurationProperty> values)


Copyright © 2002-2014 Atlassian. All Rights Reserved.