com.atlassian.configurable
Interface ObjectDescriptor

All Known Implementing Classes:
ProjectCategoriesDescriptor, ProjectObjectDescriptor, ProjectTableCategoriesDescriptor, SearchRequestObjectDescriptor, StringObjectDescription, TitleObjectDescriptor

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 validateProperties(Map values)
           
 

Method Detail

getDescription

String getDescription(Map properties,
                      Map propertyValues)

validateProperties

Map validateProperties(Map values)


Copyright © 2002-2010 Atlassian. All Rights Reserved.