Package com.denodo.configuration.manager
Class AbstractConfigurationManagerImpl
java.lang.Object
com.denodo.configuration.manager.AbstractConfigurationManagerImpl
- All Implemented Interfaces:
ConfigurationManager
public abstract class AbstractConfigurationManagerImpl
extends Object
implements ConfigurationManager
- Since:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetElementsUsedByElement(int elementID) protected abstract StringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.denodo.configuration.manager.ConfigurationManager
add, add, get, getByName, getByName, getByName, getBySubType, getBySubType, getBySubTypeGroupedByProject, getProjectsBySubType, remove, removeByProject, removeBySubType, replicateElement, update
-
Constructor Details
-
AbstractConfigurationManagerImpl
public AbstractConfigurationManagerImpl()
-
-
Method Details
-
getElementsUsedByElement
public Map<String,Set<Configuration>> getElementsUsedByElement(int elementID) throws InstanceNotFoundException, InternalErrorException - Specified by:
getElementsUsedByElementin interfaceConfigurationManager- Returns:
- Throws:
InstanceNotFoundExceptionInternalErrorException
-
getPathExpressions
-