- TENANT_ENABLED - Static variable in interface org.pentaho.platform.api.mt.ITenantManager
-
- TENANT_ID_KEY - Static variable in interface org.pentaho.platform.api.engine.IPentahoSession
-
Key for searching the tenant ID.
- TENANT_ROOT - Static variable in interface org.pentaho.platform.api.mt.ITenantManager
-
- TEST_ON_BORROW - Static variable in interface org.pentaho.platform.api.data.IDBDatasourceService
-
- TEST_ON_RETURN - Static variable in interface org.pentaho.platform.api.data.IDBDatasourceService
-
- TEST_WHILE_IDLE - Static variable in interface org.pentaho.platform.api.data.IDBDatasourceService
-
- Theme - Class in org.pentaho.platform.api.ui
-
Theme encapsulates a collection of ThemeResources and a root directory to access them from.
- Theme(String, String, String) - Constructor for class org.pentaho.platform.api.ui.Theme
-
- ThemeResource - Class in org.pentaho.platform.api.ui
-
User: nbaker Date: 5/15/11
- ThemeResource(Theme, String) - Constructor for class org.pentaho.platform.api.ui.ThemeResource
-
- TIME_BETWEEN_EVICTION_RUNS_MILLIS - Static variable in interface org.pentaho.platform.api.data.IDBDatasourceService
-
- title(String) - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile.Builder
-
- title(String, String) - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile.Builder
-
- TITLE - Static variable in class org.pentaho.platform.api.repository2.unified.RepositoryFile
-
- toPentahoRole(String) - Method in interface org.pentaho.platform.api.engine.security.IAuthenticationRoleMapper
-
Takes a string name of third party role and returns the mapped Pentaho security role.
- toString() - Method in interface org.pentaho.platform.api.engine.ISelectionMapper
-
- toString() - Method in class org.pentaho.platform.api.repository2.unified.data.node.DataNode
-
- toString() - Method in class org.pentaho.platform.api.repository2.unified.data.node.DataNodeRef
-
- toString() - Method in class org.pentaho.platform.api.repository2.unified.data.node.DataProperty
-
- toString() - Method in class org.pentaho.platform.api.repository2.unified.data.simple.SimpleRepositoryFileData
-
- toString() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile
-
- toString() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFileAce
-
- toString() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFileAcl
-
- toString() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFileSid
-
- toString() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFileTree
-
- toString() - Method in class org.pentaho.platform.api.repository2.unified.VersionSummary
-
- toXML() - Method in interface org.pentaho.platform.api.repository.IRuntimeElement
-
- TRACE - Static variable in interface org.pentaho.platform.api.engine.ILogger
-
The TRACE has the lowest possible rank and is intended to turn on all logging.
- trace(String) - Method in interface org.pentaho.platform.api.engine.ILogger
-
Log a message object with the
TRACE
Level.
- trace(String, Throwable) - Method in interface org.pentaho.platform.api.engine.ILogger
-
Log a message with the
TRACE
level including the stack trace of the Throwable error passed as
parameter.
- trackBackgroundExecution(IPentahoSession, String) - Method in interface org.pentaho.platform.api.engine.IBackgroundExecution
-
This provides an entry point for tracking the created background execution task
- trackTempFile(File) - Method in interface org.pentaho.platform.api.util.ITempFileDeleter
-
Adds the provided file to the list of files being tracked
- TRANSACTION_ISOLATION_NONE_VALUE - Static variable in interface org.pentaho.platform.api.data.IDBDatasourceService
-
- TYPE_CONTENT - Static variable in interface org.pentaho.platform.api.engine.IActionParameter
-
Parameter type indicating streamable content.
- TYPE_DATE - Static variable in interface org.pentaho.platform.api.engine.IActionParameter
-
Parameter type of Date
- TYPE_DECIMAL - Static variable in interface org.pentaho.platform.api.engine.IActionParameter
-
Parameter type of BigDecimal
- TYPE_INTEGER - Static variable in interface org.pentaho.platform.api.engine.IActionParameter
-
Parameter type of int
- TYPE_LIST - Static variable in interface org.pentaho.platform.api.engine.IActionParameter
-
Parameter type of List.
- TYPE_OBJECT - Static variable in interface org.pentaho.platform.api.engine.IActionParameter
-
Parameter type indicating any type of Object
- TYPE_RESULT_SET - Static variable in interface org.pentaho.platform.api.engine.IActionParameter
-
Parameter type of IPentahoResultSet
- TYPE_STRING - Static variable in interface org.pentaho.platform.api.engine.IActionParameter
-
Parameter type of String