|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ExtensionModuleOrderingException in com.metamatrix.common.extensionmodule |
---|
Methods in com.metamatrix.common.extensionmodule that throw ExtensionModuleOrderingException | |
---|---|
java.util.List |
ExtensionModuleManager.setSearchOrder(java.lang.String principalName,
java.util.List sourceNames)
Sets the positions in the search order of all modules (all modules must be included or an ExtensionModuleOrderingException will be thrown) The sourceNames List parameter should indicate the new desired order. |
Uses of ExtensionModuleOrderingException in com.metamatrix.common.extensionmodule.spi |
---|
Methods in com.metamatrix.common.extensionmodule.spi that throw ExtensionModuleOrderingException | |
---|---|
void |
ExtensionModuleTransaction.setSearchOrder(java.lang.String principalName,
java.util.List sourceNames)
Sets the positions in the search order of all modules (all modules must be included or an ExtensionModuleOrderingException will be thrown) The sourceNames List parameter should indicate the new desired order. |
Uses of ExtensionModuleOrderingException in com.metamatrix.common.extensionmodule.spi.jdbc |
---|
Methods in com.metamatrix.common.extensionmodule.spi.jdbc that throw ExtensionModuleOrderingException | |
---|---|
void |
JDBCExtensionModuleTransaction.setSearchOrder(java.lang.String principalName,
java.util.List sourceNames)
Sets the positions in the search order of all modules (all modules must be included or an ExtensionModuleOrderingException will be thrown) The sourceNames List parameter should indicate the new desired order. |
static void |
JDBCExtensionModuleWriter.setSearchOrder(java.lang.String principalName,
java.util.List sourceNames,
java.sql.Connection jdbcConnection)
Sets the positions in the search order of all modules (all modules must be included or an ExtensionModuleOrderingException will be thrown) The sourceNames List parameter should indicate the new desired order. |
Uses of ExtensionModuleOrderingException in com.metamatrix.console.models |
---|
Methods in com.metamatrix.console.models that throw ExtensionModuleOrderingException | |
---|---|
void |
ExtensionSourceManager.reorderModules(java.util.List modules)
|
Uses of ExtensionModuleOrderingException in com.metamatrix.platform.admin.api |
---|
Methods in com.metamatrix.platform.admin.api that throw ExtensionModuleOrderingException | |
---|---|
java.util.List |
ExtensionSourceAdminAPI.setSearchOrder(java.util.List sourceNames)
Sets the positions in the search order of all sources (all sources must be included or an ExtensionSourceOrderingException will be thrown) The sourceNames List parameter should indicate the new desired order. |
Uses of ExtensionModuleOrderingException in com.metamatrix.platform.admin.apiimpl |
---|
Methods in com.metamatrix.platform.admin.apiimpl that throw ExtensionModuleOrderingException | |
---|---|
java.util.List |
ExtensionSourceAdminAPIImpl.setSearchOrder(java.util.List sourceNames)
Sets the positions in the search order of all sources (all sources must be included or an ExtensionSourceOrderingException will be thrown) The sourceNames List parameter should indicate the new desired order. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |