public interface ObjectConfigurationFactory
| Modifier and Type | Method and Description |
|---|---|
ObjectConfiguration |
getObjectConfiguration(String id,
Map userParams)
This function retrieves an ObjectConfiguration based on a specified identifier,
N.B.
|
boolean |
hasObjectConfiguration(String id)
Does this factory know about an ObjectConfiguration with the specified id
|
void |
loadObjectConfiguration(String xmlFile,
String id,
ClassLoader classLoader) |
void |
loadObjectConfigurationFromElement(org.dom4j.Element element,
ObjectDescriptor od,
String id,
ClassLoader classLoader) |
boolean hasObjectConfiguration(String id)
id - Identifier for the object configuration to retrieve.ObjectConfiguration getObjectConfiguration(String id, Map userParams) throws ObjectConfigurationException
id - Identifier for the object configuration to retrieve.ObjectConfigurationExceptionvoid loadObjectConfiguration(String xmlFile, String id, ClassLoader classLoader) throws ObjectConfigurationException
ObjectConfigurationExceptionvoid loadObjectConfigurationFromElement(org.dom4j.Element element,
ObjectDescriptor od,
String id,
ClassLoader classLoader)
Copyright © 2002-2024 Atlassian. All Rights Reserved.