- mapConnectionRoles(IPentahoSession, String) - Method in interface org.pentaho.platform.api.engine.IConnectionUserRoleMapper
-
Provides a mapping from the roles defined for a user, and roles appropriate for the connection
Rules: - If the user has no rights to the specified connectionContextName, you must throw
PentahoAccessControlException - If null or empty array is returned, then no mapping is required, and
connection can use defaults
- mapConnectionUser(IPentahoSession, String) - Method in interface org.pentaho.platform.api.engine.IConnectionUserRoleMapper
-
Maps the user from the given IPentahoSession into a user (or credential) appropriate for the connection
Rules: - If the user has no rights to the specified connectionContextName, you must throw
PentahoAccessControlException - If null or empty array is returned, then no mapping is required, and
connection can use defaults
- MAX_ACTIVE_KEY - Static variable in interface org.pentaho.platform.api.data.IDBDatasourceService
-
- MAX_IDLE_KEY - Static variable in interface org.pentaho.platform.api.data.IDBDatasourceService
-
- MAX_OPEN_PREPARED_STATEMENTS - Static variable in interface org.pentaho.platform.api.data.IDBDatasourceService
-
- MAX_WAIT_KEY - Static variable in interface org.pentaho.platform.api.data.IDBDatasourceService
-
- MIN_IDLE_KEY - Static variable in interface org.pentaho.platform.api.data.IDBDatasourceService
-
- ModuleThemeInfo - Class in org.pentaho.platform.api.ui
-
ModuleThemeInfo holds theme information for a platform module such as a plugin or other area.
- ModuleThemeInfo(String) - Constructor for class org.pentaho.platform.api.ui.ModuleThemeInfo
-
Constructs a new ModuleThemeInfo object parented to the given ThemeModule
- moveFile(Serializable, String, String) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Moves and/or renames file.