A B C D E F G H I J K L M N O P Q R S T U V W X 

C

cacheEnabled() - Method in interface org.pentaho.platform.api.engine.ICacheManager
Returns the enablement state of the cache.
cacheEnabled(String) - Method in interface org.pentaho.platform.api.engine.ICacheManager
Returns the enablement state of the cache.
cacheStop() - Method in interface org.pentaho.platform.api.engine.ICacheManager
Stops the cache by calling the cacheProvider stop method.
canAccess(RepositoryFile, EnumSet<RepositoryFilePermission>) - Method in interface org.pentaho.platform.api.repository2.unified.IAclNodeHelper
Returns true if the current user has access to repositoryFile by way of ACL node.
canExport() - Method in interface org.pentaho.platform.api.engine.IContentInfo
flags used by export handler to determine if this extension can be used
canHaveACLS(ISolutionFile) - Method in interface org.pentaho.platform.api.engine.ISecurityHelper
 
canImport() - Method in interface org.pentaho.platform.api.engine.IContentInfo
flags used by import handler to determine if this extension can be used
canUnlockFile(Serializable) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
Returns true if the current user can unlock the file.
child(RepositoryFileTree.Builder) - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFileTree.Builder
 
clearAces() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFileAcl.Builder
 
clearCache() - Method in interface org.pentaho.platform.api.data.IDBDatasourceService
This method clears the whole JNDI data source cache.
clearCache() - Method in interface org.pentaho.platform.api.engine.ICacheManager
Entirely clears the cache.
clearDataSource(String) - Method in interface org.pentaho.platform.api.data.IDBDatasourceService
This method clears the specified JNDI data source from cache.
clearGlobals() - Method in interface org.pentaho.platform.api.engine.IPentahoSystemStartupActions
 
clearLocalePropertiesMap() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile.Builder
 
clearPluginPerspectives() - Method in interface org.pentaho.platform.api.engine.perspective.IPluginPerspectiveManager
Deprecated.
No longer needed as IPluginPerspective objects are registered with PentahoSystem. Existing calls will do nothing. Replace calls to this method with .IPentahoObjectRegistration#remove()
   IPentahoObjectRegistration handle = PentahoSystem.registerObject( pluginPerspective );
   handle.remove(); // replaces call to removePluginPerspective
 
clearRegionCache(String) - Method in interface org.pentaho.platform.api.engine.ICacheManager
Clears any data for the specified for a specific region(For example region could be session, global etc)
clone() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile
 
close() - Method in interface org.pentaho.platform.api.engine.IContentListener
 
closeOutputStream() - Method in interface org.pentaho.platform.api.repository.IContentItem
 
compareTo(Object) - Method in interface org.pentaho.platform.api.repository.IRepositoryFile
 
compareTo(RepositoryFile) - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile
 
compareTo(RepositoryFileTree) - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFileTree
Compare is based on the root file.
ComponentException - Exception in org.pentaho.platform.api.engine
 
ComponentException(String, Throwable) - Constructor for exception org.pentaho.platform.api.engine.ComponentException
 
ComponentException(String) - Constructor for exception org.pentaho.platform.api.engine.ComponentException
 
ComponentException(Throwable) - Constructor for exception org.pentaho.platform.api.engine.ComponentException
 
ComponentException() - Constructor for exception org.pentaho.platform.api.engine.ComponentException
 
configure(Map<String, String>) - Method in interface org.pentaho.platform.api.engine.IConfiguredPojo
Deprecated.
Sets the configuration settings that were requested via a call to getConfigSettingsPaths().
containsActions() - Method in interface org.pentaho.platform.api.repository.IRepositoryFile
 
CONTENT - Static variable in interface org.pentaho.platform.api.engine.IOutputHandler
 
contentDone() - Method in interface org.pentaho.platform.api.engine.IOutputHandler
Deprecated.
This method could never tell you if the content was actually done. Use IOutputHandler.isResponseExpected() if you need information about a handlers likelihood to generate a response.
ContentException - Exception in org.pentaho.platform.api.repository
 
ContentException(String) - Constructor for exception org.pentaho.platform.api.repository.ContentException
Constructor
ContentException(String, Throwable) - Constructor for exception org.pentaho.platform.api.repository.ContentException
Constructor
ContentException(Throwable) - Constructor for exception org.pentaho.platform.api.repository.ContentException
Constructor
contributeAttributes(ISolutionFile, Element) - Method in interface org.pentaho.platform.api.engine.ISolutionAttributeContributor
 
convert(InputStream, String, String) - Method in interface org.pentaho.platform.api.repository2.unified.Converter
 
convert(IRepositoryFileData) - Method in interface org.pentaho.platform.api.repository2.unified.Converter
 
convert(Serializable) - Method in interface org.pentaho.platform.api.repository2.unified.Converter
 
Converter - Interface in org.pentaho.platform.api.repository2.unified
Implementations of this interface are responsible for converting between an InputStream and an IRepositoryFileData.
copyFile(Serializable, String, String) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
Copies file.
create(IPentahoSession) - Method in interface org.pentaho.platform.api.engine.IObjectCreator
Return an implementation for the Class T.
createAuthentication(String) - Method in interface org.pentaho.platform.api.engine.ISecurityHelper
Utility method for hydrating a Spring Authentication object (Principal) given just a user name.
createContent() - Method in interface org.pentaho.platform.api.engine.IContentGenerator
the createContent() method is called after the content generator has been initialized appropriately, and is responsible for populating the output handler.
createDatasource(IDatabaseConnection) - Method in interface org.pentaho.platform.api.repository.datasource.IDatasourceMgmtService
Creates a JDBC datasource in a given repository and return an id
createdDate(Date) - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile.Builder
 
createDefaultAcl(RepositoryFile) - Method in interface org.pentaho.platform.api.repository2.unified.IRepositoryDefaultAclHandler
 
createFeedbackParameter(IRuntimeContext, String, String, String, Object, List, Map, String, boolean, boolean) - Method in interface org.pentaho.platform.api.engine.ICreateFeedbackParameterCallback
 
createFeedbackParameter(IActionParameter) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
Deprecated.
Adds a feedback parameter for prompts based on an Action Parameter. Uses the Selections defined in the Action Parameter for the options and sets the default to the current value
createFeedbackParameter(ISelectionMapper, String, Object) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
Adds a feedback parameter (essentially a form input field) for a required input.
createFeedbackParameter(ISelectionMapper, String, Object, boolean) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
Adds a feedback parameter (essentially a form input field) for a required input.
createFeedbackParameter(String, String, String, Object, boolean) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
Adds a scalar feedback parameter
createFeedbackParameter(String, String, String, Object, boolean, boolean) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
Adds a scalar feedback parameter
createFeedbackParameter(String, String, String, Object, List, Map, String) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
Creates a feedback parameter that uses a list for the values
createFeedbackParameter(String, String, String, Object, List, Map, String, boolean) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
Creates a feedback parameter that uses a list for the values
createFile(Serializable, RepositoryFile, IRepositoryFileData, String) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
Creates a file.
createFile(Serializable, RepositoryFile, IRepositoryFileData, RepositoryFileAcl, String) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
Creates a file.
createFolder(Serializable, RepositoryFile, String) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
Creates a folder.
createFolder(Serializable, RepositoryFile, RepositoryFileAcl, String) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
Creates a folder.
createNewInstance(boolean) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
Creates a new runtime context that is a child of this instance
createNewInstance(boolean, Map) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
Creates a new runtime context that is a child of this instance and sets attributes of the runtime data from the parameter Map
createNewInstance(boolean, Map, boolean) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
Creates a new runtime context that is a child of this instance and sets attributes of the runtime data from the parameter Map, and can optionally cause the new instance to be forcibly written to the underlying persistence mechanism.
createObject(String, ILogger) - Method in interface org.pentaho.platform.api.engine.IPentahoSystemHelper
Deprecated.
createObject(String) - Method in interface org.pentaho.platform.api.engine.IPentahoSystemHelper
Deprecated.
createRole(ITenant, String, String, String[]) - Method in interface org.pentaho.platform.api.engine.security.userroledao.IUserRoleDao
Create a role under a specified tenant.
createTempFile(IPentahoSession, String, String, File, boolean) - Method in interface org.pentaho.platform.api.engine.IApplicationContext
Creates a temporary file in the specified parent folder and optionally tracks it for deletion on session termination
createTempFile(IPentahoSession, String, String, boolean) - Method in interface org.pentaho.platform.api.engine.IApplicationContext
Creates a temporary file in the system/tmp solutions folder
createTenant(ITenant, String, String, String, String) - Method in interface org.pentaho.platform.api.mt.ITenantManager
 
createUser(ITenant, String, String, String, String[]) - Method in interface org.pentaho.platform.api.engine.security.userroledao.IUserRoleDao
Creates user under a specified tenant.
createUserHomeFolder(ITenant, String) - Method in interface org.pentaho.platform.api.mt.ITenantManager
Creates users home folder.
creatorId(String) - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile.Builder
 
A B C D E F G H I J K L M N O P Q R S T U V W X