- get(Class<T>, IPentahoSession) - Method in interface org.pentaho.platform.api.engine.IPentahoObjectFactory
-
Retrieves an instance of a Pentaho BI Server API interface using the simple interface name (interfaceClass
name without the package) as the object key.
- get(Class<T>, String, IPentahoSession) - Method in interface org.pentaho.platform.api.engine.IPentahoObjectFactory
-
Retrieves an instance of a Pentaho BI Server API interface by the given object key.
- get(Class<T>, IPentahoSession, Map<String, String>) - Method in interface org.pentaho.platform.api.engine.IPentahoObjectFactory
-
Retrieves an instance of a Pentaho BI Server API interface using the simple interface name (interfaceClass
name without the package) as the object key.
- getAccessControls() - Method in interface org.pentaho.platform.api.engine.IAclHolder
-
Returns the ACLs on the existing object.
- getAces() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFileAcl
-
- getAcl(Serializable) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Returns ACL for file.
- getACLFileExtensionList() - Method in interface org.pentaho.platform.api.engine.IPentahoSystemAclHelper
-
- getAclFor(RepositoryFile) - Method in interface org.pentaho.platform.api.repository2.unified.IAclNodeHelper
-
Returns an ACL for repositoryFile
.
- getActionClass() - Method in exception org.pentaho.platform.api.engine.ActionSequenceException
-
- getActionDefinition() - Method in exception org.pentaho.platform.api.engine.ActionSequenceException
-
- getActionDefinition() - Method in interface org.pentaho.platform.api.engine.IComponent
-
- getActionDefinitionsAndSequences() - Method in interface org.pentaho.platform.api.engine.IActionSequence
-
Returns the list of ActionDefinition objects retrieved from the SequenceDefinition.
- getActionInputDefinitions() - Method in interface org.pentaho.platform.api.engine.ISolutionActionDefinition
-
Returns a Map of the input parameters that are defined to this ActionDefinition.
- getActionName() - Method in interface org.pentaho.platform.api.engine.IAuditable
-
Return the name of the action sequence.
- getActionName() - Method in interface org.pentaho.platform.api.engine.IComponent
-
- getActionName() - Method in interface org.pentaho.platform.api.scheduler.IJobDetail
-
- getActionOutputDefinitions() - Method in interface org.pentaho.platform.api.engine.ISolutionActionDefinition
-
Returns a Map of the output parameters that are defined for this ActionDefinition.
- getActionOutputScope() - Method in interface org.pentaho.platform.api.engine.ISessionStartupAction
-
- getActionPath() - Method in interface org.pentaho.platform.api.engine.ISessionStartupAction
-
- getActionResourceDefinitionNames() - Method in interface org.pentaho.platform.api.engine.ISolutionActionDefinition
-
Returns a List of the resource parameter names that are defined for this ActionDefinition.
- getActionSequence() - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
- getActionSequenceName() - Method in exception org.pentaho.platform.api.engine.ActionSequenceException
-
- getActionTitle() - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
During execution of an action sequence, returns the IActionSequence#getTitle().
- getActionUrlBuilder() - Method in interface org.pentaho.platform.api.engine.IPentahoUrlFactory
-
Gets a builder for action URLs.
- getActualRequestParameterName(String) - Method in interface org.pentaho.platform.api.engine.IParameterManager
-
- getAddress() - Method in interface org.pentaho.platform.api.engine.IActionSequenceResource
-
Depending on the resource source type, returns the address to the resource as a path or a URL.
- getAdminPlugins() - Method in interface org.pentaho.platform.api.engine.IPentahoSystem
-
- getAdminRole() - Method in interface org.pentaho.platform.api.engine.IAclVoter
-
Gets the role used to determine whether someone is the system-manager.
- getAll(Class<T>, IPentahoSession) - Method in interface org.pentaho.platform.api.engine.IPentahoObjectFactory
-
Returns all objects implementing the provided interface or extending the provided class if the Class is not an
Interface.
- getAll(Class<T>, IPentahoSession, Map<String, String>) - Method in interface org.pentaho.platform.api.engine.IPentahoObjectFactory
-
Returns all objects implementing the provided interface or extending the provided class if the Class is not an
Interface.
- getAllEntriesFromRegionCache(String) - Method in interface org.pentaho.platform.api.engine.ICacheManager
-
Get a Set of Map.Entry objects from the cache within a specific region
- getAllKeysFromRegionCache(String) - Method in interface org.pentaho.platform.api.engine.ICacheManager
-
Get a Set of Key objects from the cache within a specific region
- getAllowedActions(String) - Method in interface org.pentaho.platform.api.engine.IAuthorizationPolicy
-
Returns all actions in the given namespace that are currently allowed.
- getAllParameters() - Method in interface org.pentaho.platform.api.engine.IParameterManager
-
- getAllRoles() - Method in interface org.pentaho.platform.api.engine.IUserRoleListService
-
Returns all authorities known to the provider.
- getAllRoles(ITenant) - Method in interface org.pentaho.platform.api.engine.IUserRoleListService
-
Returns all authorities known to the provider for a given tenant.
- getAllUsers() - Method in interface org.pentaho.platform.api.engine.IUserRoleListService
-
Returns all user names known to the provider.
- getAllUsers(ITenant) - Method in interface org.pentaho.platform.api.engine.IUserRoleListService
-
Returns all user names known to the provider for a given tenant.
- getAllValuesFromRegionCache(String) - Method in interface org.pentaho.platform.api.engine.ICacheManager
-
Get a list of values from the cache within a specific region
- getApplicationContext() - Method in interface org.pentaho.platform.api.engine.IPentahoSystem
-
- getApplicationPath(String) - Method in interface org.pentaho.platform.api.engine.IApplicationContext
-
Returns the path to the web application or standalone application.
- getArrayParameter(String, Object[]) - Method in interface org.pentaho.platform.api.engine.IParameterProvider
-
Retrieve the requested parameter as an Object array
- getAttribute(String) - Method in interface org.pentaho.platform.api.engine.IPentahoSession
-
Gets the value of a named session attribute.
- getAttributeNames() - Method in interface org.pentaho.platform.api.engine.IPentahoSession
-
Returns an enumeration of the names of the attributes stored in the session.
- getAttributes() - Method in interface org.pentaho.platform.api.engine.IPentahoObjectReference
-
- getAuthentication() - Method in interface org.pentaho.platform.api.engine.ISecurityHelper
-
- getAuthentication(IPentahoSession, boolean) - Method in interface org.pentaho.platform.api.engine.ISecurityHelper
-
Remove this method when data-access is JCR-branched
- getAuthor() - Method in interface org.pentaho.platform.api.engine.IFileInfo
-
- getAuthor() - Method in interface org.pentaho.platform.api.engine.ISequenceDefinition
-
Returns the author of the SequenceDefinition, if defined, or null otherwise.
- getAuthor() - Method in interface org.pentaho.platform.api.engine.ISolutionActionDefinition
-
Returns the author of the ActionDefinition, if defined, or null otherwise.
- getAuthor() - Method in class org.pentaho.platform.api.repository2.unified.VersionSummary
-
- getAvailableLocalesForFile(RepositoryFile) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
- getAvailableLocalesForFileById(Serializable) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
- getAvailableLocalesForFileByPath(String) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
- getBackgroundContent(String, IPentahoSession) - Method in interface org.pentaho.platform.api.engine.IBackgroundExecution
-
Gets the content generated by background execution
- getBackgroundExecutedContentList(IPentahoSession) - Method in interface org.pentaho.platform.api.engine.IBackgroundExecution
-
Gets a list of content GUIDs of background executed jobs
- getBackgroundExecutionAlert() - Method in interface org.pentaho.platform.api.engine.IPentahoSession
-
Checks the status of a background execution task.
- getBaseUrl() - Method in interface org.pentaho.platform.api.engine.IApplicationContext
-
Deprecated.
Returns a URL to the server application, up to and including the context.
The URL that is returned is derived from the server context, and thus will include the protocol,
host name, port, and application context root.
- getBean(String) - Method in interface org.pentaho.platform.api.engine.IPluginManager
-
If any plugins have registered a bean by id beanId, this method will return a new instance of the object.
- getBeanFactory() - Method in interface org.pentaho.platform.api.engine.IPlatformPlugin
-
Returns the Spring application context for this plugin
- getBeanFactory(String) - Method in interface org.pentaho.platform.api.engine.IPluginManager
-
Returns a (Spring) bean factory for retrieving plugin-bound objects
- getBeanId() - Method in class org.pentaho.platform.api.engine.PluginBeanDefinition
-
- getBeans() - Method in interface org.pentaho.platform.api.engine.IPlatformPlugin
-
Returns a list of bean configurations for this plugin-in
- getBigDecimalProperty(String) - Method in interface org.pentaho.platform.api.repository.IRuntimeElement
-
Gets a BigDecimal property from the Runtime Element.
- getBigDecimalProperty(String, BigDecimal) - Method in interface org.pentaho.platform.api.repository.IRuntimeElement
-
Gets a BigDecimal property from the Runtime Element.
- getBoolean() - Method in class org.pentaho.platform.api.repository2.unified.data.node.DataProperty
-
- getCachedItems() - Method in interface org.pentaho.platform.api.cache.ICacheExpirationRegistry
-
Gets a List
of all items registered
- getCacheKey() - Method in interface org.pentaho.platform.api.cache.ILastModifiedCacheItem
-
Get the lookup key for this cache item
- getChildNodeFilter() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryRequest
-
- getChildren(Serializable) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Deprecated.
- getChildren(Serializable, String) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Deprecated.
- getChildren(Serializable, String, Boolean) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Deprecated.
- getChildren(RepositoryRequest) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Returns the children according to the specifications of the RepositoryRequest object
- getChildren() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFileTree.Builder
-
- getChildren() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFileTree
-
Children can be have one of three values:
null: children were not fetched; used for operations that support depth
empty list: there are no children for this file (i.e.
- getChildrenFiles() - Method in interface org.pentaho.platform.api.engine.IAclSolutionFile
-
Gets the set children IAclSolutionFiles from this IAclSolutionFile
.
- getChildrenFiles() - Method in interface org.pentaho.platform.api.repository.IRepositoryFile
-
- getChildTenants(ITenant) - Method in interface org.pentaho.platform.api.mt.ITenantManager
-
Gets children tenants of the "parent" tenant.
- getChildTenants(ITenant, boolean) - Method in interface org.pentaho.platform.api.mt.ITenantManager
-
Gets children tenants of the "parent" tenant.
- getClassLoader(String) - Method in interface org.pentaho.platform.api.engine.IPluginManager
-
Returns the classloader instance that was assigned by the plugin manager to load all classes for the specified
plugin.
- getClassname() - Method in interface org.pentaho.platform.api.engine.IContentGeneratorInfo
-
- getClassname() - Method in class org.pentaho.platform.api.engine.PluginBeanDefinition
-
- getComponent() - Method in interface org.pentaho.platform.api.engine.ISolutionActionDefinition
-
Returns the Component object that this ActionDefinition belongs to.
- getComponentDefinition() - Method in interface org.pentaho.platform.api.engine.IComponent
-
- getComponentName() - Method in interface org.pentaho.platform.api.engine.ISolutionActionDefinition
-
Returns the Java class name of the Component that this ActionDefinition is created for.
- getComponentSection() - Method in interface org.pentaho.platform.api.engine.ISolutionActionDefinition
-
Returns the Component definition portion of this ActionDefinition.
- getConditionalExecution() - Method in interface org.pentaho.platform.api.engine.IActionSequence
-
- getConfigSettingsPaths() - Method in interface org.pentaho.platform.api.engine.IConfiguredPojo
-
Deprecated.
Returns a list of Strings that define system settings that a POJO component would like read for it.
- getConfiguration(String) - Method in interface org.pentaho.platform.api.engine.ISystemConfig
-
- getContent(String) - Method in interface org.pentaho.platform.api.ui.IXMLComponent
-
- getContentGenerator(String, String) - Method in interface org.pentaho.platform.api.engine.IPluginManager
-
- getContentGeneratorForType(String, IPentahoSession) - Method in interface org.pentaho.platform.api.engine.IPluginManager
-
Deprecated.
Use {@link #getContentGenerator(String, String) instead
- getContentGenerators() - Method in interface org.pentaho.platform.api.engine.IPlatformPlugin
-
Returns the list of content generators for this plug-in
- getContentInfos() - Method in interface org.pentaho.platform.api.engine.IPlatformPlugin
-
Returns a list of content info objects for this plug-in
- getContentOutputHandler(String, String, String, IPentahoSession, IParameterProvider) - Method in interface org.pentaho.platform.api.engine.IBackgroundExecution
-
Returns the output handler for content, specific to the implementation of the background execution helper.
- getContentRef() - Method in interface org.pentaho.platform.api.engine.IContentOutputHandler
-
- getContentTypeInfo(String) - Method in interface org.pentaho.platform.api.engine.IPluginManager
-
Gets metadata about a particular content type
- getContentTypes() - Method in interface org.pentaho.platform.api.engine.IPluginManager
-
Returns a set of the content types that the registered plugins can process.
- getContentUrl() - Method in interface org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective
-
- getContext() - Method in interface org.pentaho.platform.api.engine.IApplicationContext
-
- getContextPath() - Method in interface org.pentaho.platform.api.engine.IPentahoRequestContext
-
Returns the portion of the request URI that indicates the context of the request.
- getConverter(String) - Method in interface org.pentaho.platform.api.repository2.unified.IRepositoryContentConverterHandler
-
Retrieves a particular converter based on the extension provided
- getConverters() - Method in interface org.pentaho.platform.api.repository2.unified.IRepositoryContentConverterHandler
-
Retrieves a map of content converters.
- getCreatedDate() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile
-
- getCreatorId() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile
-
- getCurrentComponentName() - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
- getCurrentInput(String) - Method in interface org.pentaho.platform.api.engine.IParameterManager
-
- getCurrentInputNames() - Method in interface org.pentaho.platform.api.engine.IParameterManager
-
- getCurrentOutput(String) - Method in interface org.pentaho.platform.api.engine.IParameterManager
-
- getCurrentOutputNames() - Method in interface org.pentaho.platform.api.engine.IParameterManager
-
- getCurrentResource(String) - Method in interface org.pentaho.platform.api.engine.IParameterManager
-
- getCurrentResourceNames() - Method in interface org.pentaho.platform.api.engine.IParameterManager
-
- getData() - Method in interface org.pentaho.platform.api.engine.ISolutionFile
-
- getData() - Method in interface org.pentaho.platform.api.repository.IRepositoryFile
-
- getDataAtVersionForExecute(Serializable, Serializable, Class<T>) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Gets data at given version for read.
- getDataAtVersionForRead(Serializable, Serializable, Class<T>) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Gets data at given version for read.
- getDataForExecute(Serializable, Class<T>) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Gets data at base version for execute.
- getDataForExecuteInBatch(List<RepositoryFile>, Class<T>) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
- getDataForRead(Serializable, Class<T>) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Gets data at base version for read.
- getDataForReadInBatch(List<RepositoryFile>, Class<T>) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
- getDataSize() - Method in class org.pentaho.platform.api.repository2.unified.data.node.NodeRepositoryFileData
-
- getDataSize() - Method in class org.pentaho.platform.api.repository2.unified.data.sample.SampleRepositoryFileData
-
- getDataSize() - Method in class org.pentaho.platform.api.repository2.unified.data.simple.SimpleRepositoryFileData
-
- getDataSize() - Method in interface org.pentaho.platform.api.repository2.unified.IRepositoryFileData
-
- getDataSource(String) - Method in interface org.pentaho.platform.api.data.IDBDatasourceService
-
Since JNDI is supported in different ways by different application servers, it's nearly impossible to have a standard
way to look up a data source.
- getDataSource(String) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
Get's the content item associated with the parameter, and returns the content item's datasource
- getDataSource() - Method in interface org.pentaho.platform.api.repository.IContentItem
-
- getDatasourceById(String) - Method in interface org.pentaho.platform.api.repository.datasource.IDatasourceMgmtService
-
Retrieves a JDBC datasource form the repository by id
- getDatasourceByName(String) - Method in interface org.pentaho.platform.api.repository.datasource.IDatasourceMgmtService
-
Retrieves a JDBC datasource form the repository by name
- getDatasourceIds() - Method in interface org.pentaho.platform.api.repository.datasource.IDatasourceMgmtService
-
Retrieves all JDBC datasource ids from the repository
- getDatasources() - Method in interface org.pentaho.platform.api.repository.datasource.IDatasourceMgmtService
-
Retrieves all JDBC datasources from the repository
- getDate() - Method in exception org.pentaho.platform.api.engine.ActionSequenceException
-
- getDate() - Method in class org.pentaho.platform.api.repository2.unified.data.node.DataProperty
-
- getDate() - Method in class org.pentaho.platform.api.repository2.unified.VersionSummary
-
- getDateParameter(String, Date) - Method in interface org.pentaho.platform.api.engine.IParameterProvider
-
Retrieve the requested parameter as type java.util.Date.
- getDateProperty(String) - Method in interface org.pentaho.platform.api.repository.IRuntimeElement
-
Gets a Date property from the Runtime Element.
- getDateProperty(String, Date) - Method in interface org.pentaho.platform.api.repository.IRuntimeElement
-
Gets a Date property from the Runtime Element.
- getDecimalParameter(String, BigDecimal) - Method in interface org.pentaho.platform.api.engine.IParameterProvider
-
Retrieve the requested parameter as decimal, returning a java.lang.Object.
- getDefaultFrom() - Method in interface org.pentaho.platform.api.email.IEmailConfiguration
-
- getDeletedDate() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile
-
- getDeletedFiles(String) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Gets all deleted files for the current user in this folder.
- getDeletedFiles(String, String) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Gets all deleted files for the current user in this folder.
- getDeletedFiles() - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Gets all deleted files for the current user.
- getDepth() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryRequest
-
- getDescription() - Method in interface org.pentaho.platform.api.engine.IContentGeneratorInfo
-
- getDescription() - Method in interface org.pentaho.platform.api.engine.IContentInfo
-
The description of this content type as presented to the user Implementors of this interface should provide
localization for the description
- getDescription() - Method in interface org.pentaho.platform.api.engine.IFileInfo
-
- getDescription() - Method in interface org.pentaho.platform.api.engine.IPentahoPublisher
-
- getDescription() - Method in interface org.pentaho.platform.api.engine.IScheduledJob
-
- getDescription() - Method in interface org.pentaho.platform.api.engine.ISequenceDefinition
-
Returns the description of this SequenceDefinition, if defined, or null otherwise.
- getDescription() - Method in interface org.pentaho.platform.api.engine.IServiceConfig
-
Returns the localized title for this web service.
- getDescription() - Method in interface org.pentaho.platform.api.engine.ISolutionActionDefinition
-
Returns the description of the ActionDefinition, if defined, or null otherwise.
- getDescription() - Method in class org.pentaho.platform.api.engine.PluginServiceDefinition
-
- getDescription() - Method in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoRole
-
- getDescription() - Method in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoUser
-
- getDescription() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile
-
- getDescription() - Method in interface org.pentaho.platform.api.scheduler.IJobDetail
-
- getDisplayStyle() - Method in interface org.pentaho.platform.api.engine.ISelectionMapper
-
- getDisplayType() - Method in interface org.pentaho.platform.api.engine.IFileInfo
-
- getDisplayUrlBuilder() - Method in interface org.pentaho.platform.api.engine.IPentahoUrlFactory
-
Returns a URL builder for contructing URLs that are generated for user feedback (e.g.
- getDouble() - Method in class org.pentaho.platform.api.repository2.unified.data.node.DataProperty
-
- getDSBoundName(String) - Method in interface org.pentaho.platform.api.data.IDBDatasourceService
-
Since JNDI is supported in different ways by different application servers, it's nearly impossible to have a standard
way to look up a data source.
- getDSUnboundName(String) - Method in interface org.pentaho.platform.api.data.IDBDatasourceService
-
Since JNDI is supported in different ways by different application servers, it's nearly impossible to have a standard
way to look up a data source.
- getEditUrlPattern() - Method in interface org.pentaho.platform.api.ui.IFileTypePlugin
-
return the edit url pattern.
- getEffectiveAccessControls() - Method in interface org.pentaho.platform.api.engine.IAclHolder
-
Examines whether the existing object has ACLs.
- getEffectiveAces(Serializable) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Returns the list of access control entries (ACEs) that will be used to make an access control decision.
- getEffectiveAces(Serializable, boolean) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Returns the list of access control entries (ACEs) that will be used to make an access control decision.
- getEffectiveAcl(IPentahoSession, IAclHolder) - Method in interface org.pentaho.platform.api.engine.IAclVoter
-
This returns the effective ACL for the piece of content for the given user.
- getEffectiveAcls(IPentahoSession, IAclHolder) - Method in interface org.pentaho.platform.api.engine.IAclVoter
-
Returns an array of the authorities from the IAclHolder that apply to the provided authentication object.
- getEffectivePermissions(Object) - Method in interface org.pentaho.platform.api.engine.IPermissionMgr
-
Returns permission map containing access control entries that are defined directly on this
domainInstance
.
- getElementCountInGlobalCache() - Method in interface org.pentaho.platform.api.engine.ICacheManager
-
Counts the items in the global cache
- getElementCountInRegionCache(String) - Method in interface org.pentaho.platform.api.engine.ICacheManager
-
Counts the items in the region cache
- getElementCountInSessionCache() - Method in interface org.pentaho.platform.api.engine.ICacheManager
-
Counts the items in the session cache
- getEmailConfig() - Method in interface org.pentaho.platform.api.email.IEmailService
-
Retrieves the current email configuration
- getEnabledOptions() - Method in interface org.pentaho.platform.api.ui.IFileTypePlugin
-
return a comma separated list of commands supported by this plugin
- getEncoding() - Method in class org.pentaho.platform.api.repository2.unified.data.simple.SimpleRepositoryFileData
-
Returns the character encoding of the bytes in the data stream.
- getErrorMessage() - Method in interface org.pentaho.platform.api.engine.IScheduledJob
-
- getEtcFolderName() - Method in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
- getEtcFolderPath() - Method in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
- getExcludeMemberSet() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryRequest
-
- getExecutionContext() - Method in interface org.pentaho.platform.api.engine.ISolutionEngine
-
- getExecutionState() - Method in interface org.pentaho.platform.api.engine.IScheduledJob
-
- getExtension() - Method in interface org.pentaho.platform.api.engine.IContentInfo
-
The extension of files that generate this content type.
- getExtension() - Method in interface org.pentaho.platform.api.engine.ISolutionFile
-
- getExtension() - Method in interface org.pentaho.platform.api.repository.IRepositoryFile
-
- getExternalResourcesForContext(String) - Method in interface org.pentaho.platform.api.engine.IPlatformPlugin
-
Return a List of scripts registered for a given context.
- getExternalResourcesForContext(String) - Method in interface org.pentaho.platform.api.engine.IPluginManager
-
Return a List of scripts registered for a given context.
- getExtraClasses() - Method in interface org.pentaho.platform.api.engine.IServiceConfig
-
- getExtraClasses() - Method in class org.pentaho.platform.api.engine.PluginServiceDefinition
-
- getFeedbackContentItem() - Method in interface org.pentaho.platform.api.engine.IOutputHandler
-
Retrieve the ContentItem that describes the request interface for additional or missing information (missing
from the original request)
- getFeedbackContentItem() - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
Interfaces to the current output handler to get the content item that is handling feedback (i.e.
- getFile(String) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Gets file.
- getFile(String, boolean) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
- getFile(String, IPentahoLocale) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
- getFile(String, boolean, IPentahoLocale) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Retrieves a file at its given version
- getFile() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFileTree.Builder
-
- getFile() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFileTree
-
- getFileAtVersion(Serializable, Serializable) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Gets file as it was at the given version.
- getFileById(Serializable) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Gets file.
- getFileById(Serializable, boolean) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
- getFileById(Serializable, IPentahoLocale) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
- getFileById(Serializable, boolean, IPentahoLocale) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Retrieves a file at its given version by its id
- getFileExtension() - Method in interface org.pentaho.platform.api.ui.IFileTypePlugin
-
return the file extension this plugin supports
- getFileId() - Method in interface org.pentaho.platform.api.repository.IRepositoryFile
-
- getFileInfo(ISolutionFile, InputStream) - Method in interface org.pentaho.platform.api.engine.ISolutionFileMetaProvider
-
- getFileInfoGeneratorClassname() - Method in interface org.pentaho.platform.api.engine.IContentGeneratorInfo
-
Deprecated.
file info generators or solution file meta providers are now associated with content types, not
content generators. This method is not called from within the platform.
- getFileMetadata(Serializable) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Gets a metadata for the given fileid
- getFileName() - Method in interface org.pentaho.platform.api.engine.ISolutionFile
-
- getFileName() - Method in interface org.pentaho.platform.api.repository.IRepositoryFile
-
- getFileOutputContentItem() - Method in interface org.pentaho.platform.api.engine.IContentOutputHandler
-
Returns a content item that can be used to stream content to a destination of some kind
- getFileOutputPath(String) - Method in interface org.pentaho.platform.api.engine.IApplicationContext
-
Used for content output (temporary and otherwise), returns a fully qualified path suitable for creating a
File object from.
- getFileSize() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile
-
- getFirstError(List) - Method in interface org.pentaho.platform.api.engine.IMessageFormatter
-
If PentahoMessenger.getUserString("ERROR") returns the string: "Error: {0} ({1})" (which is the case for
English) Find the substring before the first "{".
- getFromGlobalCache(Object) - Method in interface org.pentaho.platform.api.engine.ICacheManager
-
Gets an object from the cache without translating the passed in key.
- getFromName() - Method in interface org.pentaho.platform.api.email.IEmailConfiguration
-
- getFromRegionCache(String, Object) - Method in interface org.pentaho.platform.api.engine.ICacheManager
-
Gets an object from the cache within a specific region
- getFromSessionCache(IPentahoSession, String) - Method in interface org.pentaho.platform.api.engine.ICacheManager
-
Gets an object from the user session specific cache.
- getFullName() - Method in interface org.pentaho.platform.api.scheduler.IJobDetail
-
- getFullname() - Method in interface org.pentaho.platform.api.scheduler.IJobSchedule
-
- getFullPath() - Method in interface org.pentaho.platform.api.engine.ISolutionFile
-
- getFullPath() - Method in interface org.pentaho.platform.api.repository.IRepositoryFile
-
- getFullyQualifiedServerURL() - Method in interface org.pentaho.platform.api.engine.IApplicationContext
-
Returns a fully qualified URL to the server application, up to and including the context.
- getGlobalParameters() - Method in interface org.pentaho.platform.api.engine.IPentahoSystemStartupActions
-
- getGlobalUserSetting(String, String) - Method in interface org.pentaho.platform.api.usersettings.IUserSettingService
-
- getGlobalUserSettings() - Method in interface org.pentaho.platform.api.usersettings.IUserSettingService
-
- getGroupName() - Method in interface org.pentaho.platform.api.scheduler.IJobDetail
-
- getHandle() - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
Returns the unique context identifier.
- getHandlerId() - Method in interface org.pentaho.platform.api.engine.IContentOutputHandler
-
- getHelp() - Method in interface org.pentaho.platform.api.engine.ISequenceDefinition
-
Returns the URL to the Help page for this definition.
- getHelp() - Method in interface org.pentaho.platform.api.engine.ISolutionActionDefinition
-
Returns the URL to the Help page for this definition.
- getHomeFolderName() - Method in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
- getHomeFolderPath() - Method in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
- getIcon() - Method in interface org.pentaho.platform.api.engine.IFileInfo
-
- getIcon() - Method in interface org.pentaho.platform.api.engine.ISequenceDefinition
-
Returns the path to the icon for this SequenceDefinition.
- getIconUrl() - Method in interface org.pentaho.platform.api.engine.IContentInfo
-
Returns an url to an icon for this content type
- getIconUrl() - Method in interface org.pentaho.platform.api.engine.ISolutionActionDefinition
-
Returns the URL to the icon for this definition.
- getId() - Method in interface org.pentaho.platform.api.engine.IAuditable
-
Returns a unique id (across classes and instances) for this auditable object.
- getId() - Method in interface org.pentaho.platform.api.engine.IConfiguration
-
- getId() - Method in interface org.pentaho.platform.api.engine.IContentGeneratorInfo
-
- getId() - Method in interface org.pentaho.platform.api.engine.IPentahoSession
-
Gets the ID for this session.
- getId() - Method in interface org.pentaho.platform.api.engine.IPlatformPlugin
-
Returns the unique ID of this plugin
- getId() - Method in interface org.pentaho.platform.api.engine.IPluginOperation
-
Gets the id for this operation.
- getId() - Method in interface org.pentaho.platform.api.engine.IServiceConfig
-
Returns the unique id of this web service.
- getId() - Method in interface org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective
-
- getId() - Method in class org.pentaho.platform.api.engine.PluginServiceDefinition
-
- getId() - Method in interface org.pentaho.platform.api.mt.ITenant
-
The method is used for retrieving ID of the tenant.
- getId() - Method in class org.pentaho.platform.api.repository2.unified.data.node.DataNode
-
- getId() - Method in class org.pentaho.platform.api.repository2.unified.data.node.DataNodeRef
-
- getId() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile
-
- getId() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFileAcl
-
- getId() - Method in class org.pentaho.platform.api.repository2.unified.VersionSummary
-
- getId() - Method in class org.pentaho.platform.api.ui.Theme
-
- getImplementingClass(String) - Method in interface org.pentaho.platform.api.engine.IPentahoObjectFactory
-
Provides the concrete Class defined for the given object key.
- getIncludeMemberSet() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryRequest
-
- getInitializationFailureMessages() - Method in interface org.pentaho.platform.api.engine.IPentahoSystemInitializer
-
- getInitializedOK() - Method in interface org.pentaho.platform.api.engine.IPentahoSystemInitializer
-
- getInitializedStatus() - Method in interface org.pentaho.platform.api.engine.IPentahoSystemInitializer
-
- getInput(String) - Method in interface org.pentaho.platform.api.engine.IParameterManager
-
- getInputDefinitions() - Method in interface org.pentaho.platform.api.engine.ISequenceDefinition
-
Returns a Map of the input parameters that are defined to this SequenceDefinition.
- getInputDefinitionsForParameterProvider(String) - Method in interface org.pentaho.platform.api.engine.ISequenceDefinition
-
Returns a Map of the input parameters that are defined to this SequenceDefinition for a specific parameter
provider.
- getInputNames() - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
- getInputParameter(String) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
Returns the named input parameter.
- getInputParameterStringValue(String) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
Gets the value of the specified input parameter as a String
.
- getInputParameterValue(String) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
Gets the value of the specified input parameter.
- getInputStream(RepositoryFilePermission, Locale) - Method in interface org.pentaho.platform.api.engine.IActionSequenceResource
-
- getInputStream(RepositoryFilePermission) - Method in interface org.pentaho.platform.api.engine.IActionSequenceResource
-
- getInputStream(String) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
Returns an input stream from an input parameter, if the input parameter is a content item.
- getInputStream() - Method in interface org.pentaho.platform.api.repository.IContentItem
-
Gets an input stream from the Content item.
- getInputStream() - Method in class org.pentaho.platform.api.repository2.unified.data.simple.SimpleRepositoryFileData
-
Returns a stream for reading the data in this file.
- getInstanceId() - Method in exception org.pentaho.platform.api.engine.ActionSequenceException
-
- getInstanceId() - Method in interface org.pentaho.platform.api.engine.IComponent
-
- getInstanceId() - Method in interface org.pentaho.platform.api.engine.IContentOutputHandler
-
- getInstanceId() - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
Returns the unique execution instance.
- getInstanceId() - Method in interface org.pentaho.platform.api.repository.IRuntimeElement
-
- getItemName() - Method in interface org.pentaho.platform.api.engine.IContentGenerator
-
Get the name of the output content item for this content generator
- getJobDescription() - Method in interface org.pentaho.platform.api.scheduler.IJobSchedule
-
- getJobGroup() - Method in interface org.pentaho.platform.api.scheduler.IJobSchedule
-
- getJobName() - Method in interface org.pentaho.platform.api.scheduler.IJobSchedule
-
- getLabels() - Method in class org.pentaho.platform.api.repository2.unified.VersionSummary
-
- getLastModified() - Method in interface org.pentaho.platform.api.cache.ILastModifiedCacheItem
-
Get the timestamp of the last time this cache item was modified
- getLastModified() - Method in interface org.pentaho.platform.api.engine.ISolutionFile
-
- getLastModified() - Method in interface org.pentaho.platform.api.repository.IRepositoryFile
-
- getLastModifiedDate() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile
-
- getLastTriggerTime() - Method in interface org.pentaho.platform.api.engine.IScheduledJob
-
- getLayoutPriority() - Method in interface org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective
-
- getLifecycleListenerClassname() - Method in interface org.pentaho.platform.api.engine.IPlatformPlugin
-
Returns the fully qualified name of the lifecycle listener class defined by this plugin.
- getListProperty(String) - Method in interface org.pentaho.platform.api.repository.IRuntimeElement
-
Gets a List property from the Runtime Element
- getLoaded() - Method in interface org.pentaho.platform.api.repository.IRuntimeElement
-
- getLoaderType() - Method in interface org.pentaho.platform.api.engine.IPlatformPlugin
-
Indicates what kind of classloader should be used to load classes and resources from this plugin.
- getLocale() - Method in interface org.pentaho.platform.api.engine.IPentahoSession
-
Gets the locale of the session.
- getLocale() - Method in interface org.pentaho.platform.api.locale.IPentahoLocale
-
Returns a single
Locale
object
- getLocale() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile
-
- getLocalePropertiesForFile(RepositoryFile, String) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
- getLocalePropertiesForFileById(Serializable, String) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
- getLocalePropertiesForFileByPath(String, String) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
- getLocalePropertiesMap() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile
-
- getLocalizedDisplayName(String) - Method in interface org.pentaho.platform.api.engine.IAuthorizationAction
-
Get the localized display name of action for a specific locale.
- getLocation() - Method in class org.pentaho.platform.api.ui.ThemeResource
-
- getLockDate() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile
-
- getLockMessage() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile
-
- getLockOwner() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile
-
- getLoggingLevel() - Method in interface org.pentaho.platform.api.engine.ILogger
-
Return the logging level for this Logger.
- getLoggingLevel() - Method in interface org.pentaho.platform.api.engine.IPentahoSystem
-
- getLoggingLevel() - Method in interface org.pentaho.platform.api.engine.ISequenceDefinition
-
Get the logging level for this SequenceDefinition.
- getLoggingLevel() - Method in interface org.pentaho.platform.api.engine.ISolutionActionDefinition
-
Get the logging level for this ActionDefinition.
- getLoggingLevel() - Method in interface org.pentaho.platform.api.repository.IRuntimeElement
-
- getLong() - Method in class org.pentaho.platform.api.repository2.unified.data.node.DataProperty
-
- getLongParameter(String, long) - Method in interface org.pentaho.platform.api.engine.IParameterProvider
-
Retrieve the requested parameter as primitive Java type long.
- getLongProperty(String, Long) - Method in interface org.pentaho.platform.api.repository.IRuntimeElement
-
Gets a Long property from the Runtime Element.
- getLongProperty(String, long) - Method in interface org.pentaho.platform.api.repository.IRuntimeElement
-
Gets a property from the paramMap as a long using a default value if it doesn't exist in the map
- getLoopIndex() - Method in exception org.pentaho.platform.api.engine.ActionSequenceException
-
- getLoopParameter() - Method in interface org.pentaho.platform.api.engine.IActionSequence
-
If the ActionSequence contains a loop, returns the parameter that the execution should loop on.
- getLoopParameter(String) - Method in interface org.pentaho.platform.api.engine.IParameterManager
-
- getLoopUsingPeek() - Method in interface org.pentaho.platform.api.engine.IActionSequence
-
If the ActionSequence contains a loop, returns the parameter that the execution should loop on.
- getMappedInputName(String) - Method in interface org.pentaho.platform.api.engine.ISolutionActionDefinition
-
Returns the name of the parameter that the passed in name is mapped to in the Action Sequence Document
- getMappedOutputName(String) - Method in interface org.pentaho.platform.api.engine.ISolutionActionDefinition
-
Returns the name of the parameter that the passed in name is mapped to in the Action Sequence Document
- getMappedResourceName(String) - Method in interface org.pentaho.platform.api.engine.ISolutionActionDefinition
-
Returns the name of the parameter that the passed in name is mapped to in the Action Sequence Document
- getMapProperty(String) - Method in interface org.pentaho.platform.api.repository.IRuntimeElement
-
Gets a Map property from the Runtime Element Special implementation note - Null values aren't supported in the
Map.
- getMask() - Method in interface org.pentaho.platform.api.engine.IPermissionMask
-
- getMessage() - Method in class org.pentaho.platform.api.repository2.unified.VersionSummary
-
- getMessages() - Method in interface org.pentaho.platform.api.engine.IActionRequestHandler
-
As the execution happens, the action handler is responsible for storing a list of all the messages that occur
in the case of component failure.
- getMessages() - Method in interface org.pentaho.platform.api.engine.IComponent
-
- getMessages() - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
- getMetaProviderMap() - Method in interface org.pentaho.platform.api.engine.IPlatformPlugin
-
The storage mechanism for a plugin to know what ISolutionFileMetaProvider class should be used for a
particular content type.
- getMimeType(String) - Method in interface org.pentaho.platform.api.action.IStreamingAction
-
Requests the mimetype of the content that the Action will write to the provided stream name.
- getMimeType() - Method in interface org.pentaho.platform.api.engine.IActionSequenceResource
-
Returns the mime type of the resource.
- getMimeType() - Method in interface org.pentaho.platform.api.engine.IContentInfo
-
Deprecated.
Don't Use - this is way too early to know the mime type
- getMimeType() - Method in interface org.pentaho.platform.api.engine.IContentOutputHandler
-
- getMimeType() - Method in interface org.pentaho.platform.api.engine.IStreamingPojo
-
Deprecated.
Gets the mimetype of the content that this object will write to the output stream
- getMimeType() - Method in interface org.pentaho.platform.api.repository.IContentItem
-
- getMimeType() - Method in class org.pentaho.platform.api.repository2.unified.data.simple.SimpleRepositoryFileData
-
Returns the MIME type of the data in this file.
- getMimeTypeListener() - Method in interface org.pentaho.platform.api.engine.IOutputHandler
-
- getModule() - Method in class org.pentaho.platform.api.ui.ModuleThemeInfo
-
- getModuleTheme(String, String) - Method in interface org.pentaho.platform.api.ui.IThemeManager
-
Returns the named local theme for the given named module or null if either is not found
- getModuleThemeInfo(String) - Method in interface org.pentaho.platform.api.ui.IThemeManager
-
Returns the MoudleThemeInfo object containing all themes for the given module name or null if not found.
- getModuleThemes() - Method in interface org.pentaho.platform.api.ui.IThemeResolver
-
Return a map of ModuleThemeInfo objects keyed by module name.
- getModuleThemes() - Method in class org.pentaho.platform.api.ui.ModuleThemeInfo
-
- getName() - Method in interface org.pentaho.platform.api.engine.IActionParameter
-
Get the name, or the key for this ActionParameter.
- getName() - Method in interface org.pentaho.platform.api.engine.IActionSequenceResource
-
Return the xml node name of the resource
- getName() - Method in interface org.pentaho.platform.api.engine.IAuthorizationAction
-
Get the name of the action
- getName() - Method in interface org.pentaho.platform.api.engine.IOutputDef
-
Retrieves the name of the output parameter.
- getName() - Method in interface org.pentaho.platform.api.engine.IPentahoObjectFactory
-
Return the name for this factory.
- getName() - Method in interface org.pentaho.platform.api.engine.IPentahoPublisher
-
- getName() - Method in interface org.pentaho.platform.api.engine.IPentahoSession
-
Gets the name for this session, for example if this is an authenticated HTTP or Portlet session, the name will be
the name of the user.
- getName() - Method in interface org.pentaho.platform.api.engine.IPermissionRecipient
-
- getName() - Method in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoRole
-
- getName() - Method in interface org.pentaho.platform.api.mt.ITenant
-
This method gets the tenant's name.
- getName() - Method in class org.pentaho.platform.api.repository2.unified.data.node.DataNode
-
- getName() - Method in class org.pentaho.platform.api.repository2.unified.data.node.DataProperty
-
- getName() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile
-
- getName() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFileSid
-
- getName() - Method in interface org.pentaho.platform.api.scheduler.IJobDetail
-
- getName() - Method in interface org.pentaho.platform.api.scheduler.IJobSchedule
-
- getName() - Method in class org.pentaho.platform.api.ui.Theme
-
- getNextFireTime() - Method in interface org.pentaho.platform.api.scheduler.IJobSchedule
-
- getNextTriggerTime() - Method in interface org.pentaho.platform.api.engine.IScheduledJob
-
- getNode() - Method in interface org.pentaho.platform.api.engine.ISolutionActionDefinition
-
- getNode(String) - Method in class org.pentaho.platform.api.repository2.unified.data.node.DataNode
-
- getNode() - Method in class org.pentaho.platform.api.repository2.unified.data.node.NodeRepositoryFileData
-
- getNodes() - Method in class org.pentaho.platform.api.repository2.unified.data.node.DataNode
-
- getObject() - Method in interface org.pentaho.platform.api.engine.IPentahoObjectReference
-
- getObjectClass() - Method in interface org.pentaho.platform.api.engine.IPentahoObjectReference
-
Get the declared type of the Object described/supplied by this reference.
- getObjectName() - Method in interface org.pentaho.platform.api.engine.IAuditable
-
Returns the Java class name for this object.
- getObjectReference(Class<T>, IPentahoSession) - Method in interface org.pentaho.platform.api.engine.IPentahoObjectFactory
-
Returns an IPentahoObjectReference for the requested Object containing registered Object Properties.
- getObjectReference(Class<T>, IPentahoSession, Map<String, String>) - Method in interface org.pentaho.platform.api.engine.IPentahoObjectFactory
-
Returns an IPentahoObjectReference for the requested Object containing registered Object Properties.
- getObjectReferences(Class<T>, IPentahoSession) - Method in interface org.pentaho.platform.api.engine.IPentahoObjectFactory
-
Returns an IPentahoObjectReference for the requested Object containing registered Object Properties.
- getObjectReferences(Class<T>, IPentahoSession, Map<String, String>) - Method in interface org.pentaho.platform.api.engine.IPentahoObjectFactory
-
Returns an IPentahoObjectReference for the requested Object containing registered Object Properties.
- getOpenUrlPattern() - Method in interface org.pentaho.platform.api.ui.IFileTypePlugin
-
return the open url pattern.
- getOperations() - Method in interface org.pentaho.platform.api.engine.IContentInfo
-
Returns a list of the operations that are available for this content type
- getOriginalParentFolderPath() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile
-
- getOutputContentItem(String, String, String, String) - Method in interface org.pentaho.platform.api.engine.IOutputHandler
-
Retrieve the ContentItem that describes the output from this request's component execution.
- getOutputContentItem(String) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
Interfaces to the current output handler to get the content item that describes the output from this request's
component execution.
- getOutputContentItem(String, String) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
Interfaces to the current output handler to get the named content item from this request's component
execution.
- getOutputDefinitions() - Method in interface org.pentaho.platform.api.engine.ISequenceDefinition
-
Returns a Map of the output parameters that are defined to this SequenceDefinition.
- getOutputDestinationFromContentRef(String, IPentahoSession) - Method in interface org.pentaho.platform.api.engine.IPentahoSystemHelper
-
- getOutputItem(String, String, String) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
Returns an output stream for writing.
- getOutputNames() - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
- getOutputParameter(String) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
Returns the named output parameter.
- getOutputPreference() - Method in interface org.pentaho.platform.api.engine.IOutputHandler
-
Gets the output type prefered by the handler.
- getOutputPreference() - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
Gets the output type prefered by the handler.
- getOutputs() - Method in interface org.pentaho.platform.api.engine.IProducesRuntimeOutputs
-
Deprecated.
- getOutputStream() - Method in interface org.pentaho.platform.api.engine.IOutputDef
-
Retrieve the OutputStream associated with this output parameter.
- getOutputStream(String) - Method in interface org.pentaho.platform.api.repository.IContentItem
-
The behavior of this method depends upon it's write mode (defined only at construction).
- getOverlays() - Method in interface org.pentaho.platform.api.engine.IPlatformPlugin
-
Returns a list of overlays for this plug-in
- getOverlays() - Method in interface org.pentaho.platform.api.engine.IPluginManager
-
Returns a list of the XUL overlays that are defined by all the plug-ins.
- getOverlays() - Method in interface org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective
-
- getOwner() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFileAcl
-
- getParameter(String) - Method in interface org.pentaho.platform.api.engine.IParameterProvider
-
Gets the named parameter from the provider as it's native type
- getParameterManager() - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
- getParameterName() - Method in exception org.pentaho.platform.api.engine.UnresolvedParameterException
-
- getParameterNames() - Method in interface org.pentaho.platform.api.engine.IParameterProvider
-
Return list of all avialable parameter names in this provider
- getParameterNames() - Method in interface org.pentaho.platform.api.repository.IRuntimeElement
-
- getParameterProviders() - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
- getParameterType(String) - Method in interface org.pentaho.platform.api.repository.IRuntimeElement
-
Gets the type of the parameter
- getParent() - Method in interface org.pentaho.platform.api.repository.IRepositoryFile
-
- getParentId() - Method in interface org.pentaho.platform.api.repository.IRuntimeElement
-
- getParentType() - Method in interface org.pentaho.platform.api.repository.IRuntimeElement
-
- getPassword() - Method in interface org.pentaho.platform.api.email.IEmailConfiguration
-
- getPassword() - Method in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoUser
-
- getPath() - Method in interface org.pentaho.platform.api.repository.IContentItem
-
- getPath() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile
-
- getPath() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryRequest
-
- getPentahoObjectFactory() - Method in interface org.pentaho.platform.api.engine.IPentahoSystem
-
- getPentahoServerName() - Method in interface org.pentaho.platform.api.engine.IApplicationContext
-
Retrieves the descriptive name of the platform application.
- getPentahoSystemAclHelper() - Method in interface org.pentaho.platform.api.engine.IPentahoSystem
-
- getPentahoSystemHelper() - Method in interface org.pentaho.platform.api.engine.IPentahoSystem
-
- getPentahoSystemInitializer() - Method in interface org.pentaho.platform.api.engine.IPentahoSystem
-
- getPermissions(Object) - Method in interface org.pentaho.platform.api.engine.IPermissionMgr
-
Returns permission map containing access control entries that are defined directly on this
domainInstance
.
- getPermissions() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFileAce
-
- getPerspective() - Method in interface org.pentaho.platform.api.engine.IPluginOperation
-
Gets the resource perspective to launch for this operation
- getPhraseSearchQueryName() - Method in interface org.pentaho.platform.api.repository.IRepositoryFile
-
- getPhraseSearchQueryName() - Method in interface org.pentaho.platform.api.repository.ISearchable
-
- getPluginIdForClassLoader(ClassLoader) - Method in interface org.pentaho.platform.api.engine.IPluginManager
-
Each plugin is loaded on its own classloader, we can use this to find the plugin for which the classloader is
serving
- getPluginIdForType(String) - Method in interface org.pentaho.platform.api.engine.IPluginManager
-
Returns the plugin (IPlatformPlugin) that handles requests for files of type contentType
- getPluginPerspectives() - Method in interface org.pentaho.platform.api.engine.IPlatformPlugin
-
Returns a list of perspective objects for this plug-in
- getPluginPerspectives() - Method in interface org.pentaho.platform.api.engine.perspective.IPluginPerspectiveManager
-
- getPluginRESTPerspectivesForId(String) - Method in interface org.pentaho.platform.api.engine.IPluginManager
-
Returns the Plugin perspectives for a plugin of specific id
- getPluginRESTPerspectivesForType(String) - Method in interface org.pentaho.platform.api.engine.IPluginManager
-
Returns the Plugin perspectives for files of type contentType
- getPlugins(IPentahoSession) - Method in interface org.pentaho.platform.api.engine.IPluginProvider
-
- getPluginSetting(String, String, String) - Method in interface org.pentaho.platform.api.engine.IPluginManager
-
Retrieves a plugin setting for a given plugin and key.
- getPluginSetting(Class<?>, String) - Method in interface org.pentaho.platform.api.engine.IPluginResourceLoader
-
Searches for the plugin setting with the specified key.
- getPluginSetting(Class<?>, String, String) - Method in interface org.pentaho.platform.api.engine.IPluginResourceLoader
-
Searches for the plugin setting with the specified key.
- getPluginSetting(ClassLoader, String, String) - Method in interface org.pentaho.platform.api.engine.IPluginResourceLoader
-
Searches for the plugin setting with the specified key.
- getPostExecuteAuditList() - Method in interface org.pentaho.platform.api.engine.ISolutionActionDefinition
-
Returns the list of input and output parameters that will be audited after component execution.
- getPreExecuteAuditList() - Method in interface org.pentaho.platform.api.engine.ISolutionActionDefinition
-
Returns the list of input and output parameters that will be audited before component execution.
- getPreviousFireTime() - Method in interface org.pentaho.platform.api.scheduler.IJobSchedule
-
- getPrincipleId(ITenant, String) - Method in interface org.pentaho.platform.api.mt.ITenantedPrincipleNameResolver
-
Constructs a principle ID from tenant and principle name.
- getPrincipleName(String) - Method in interface org.pentaho.platform.api.mt.ITenantedPrincipleNameResolver
-
Extracts the principle name from the principleId.
- getProcessId() - Method in interface org.pentaho.platform.api.engine.IAuditable
-
Return the id for the execution of a given action sequence document.
- getProcessId() - Method in interface org.pentaho.platform.api.engine.IComponent
-
- getPromptStatus() - Method in interface org.pentaho.platform.api.engine.IActionParameter
-
Returns the prompt status for this parameter.
- getProperties() - Method in interface org.pentaho.platform.api.engine.IConfiguration
-
- getProperties() - Method in class org.pentaho.platform.api.repository2.unified.data.node.DataNode
-
- getProperty(String) - Method in interface org.pentaho.platform.api.engine.IApplicationContext
-
If there were any other properties set (for example, initParams in the servlet context), this will let you
have access to all of those properties that are set.
- getProperty(String, String) - Method in interface org.pentaho.platform.api.engine.IApplicationContext
-
If there were any other properties set (for example, initParams in the servlet context), this will let you
have access to all of those properties that are set.
- getProperty(String) - Method in interface org.pentaho.platform.api.engine.ISystemConfig
-
- getProperty(String) - Method in class org.pentaho.platform.api.repository2.unified.data.node.DataNode
-
- getPublicFolderName() - Method in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
- getPublicFolderPath() - Method in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
- getPublisherList() - Method in interface org.pentaho.platform.api.engine.IPentahoSystemAdminPlugins
-
- getPublishersDocument() - Method in interface org.pentaho.platform.api.engine.IPentahoSystemAdminPlugins
-
- getRanking() - Method in interface org.pentaho.platform.api.engine.IPentahoObjectReference
-
Returns the ranking of the reference.
- getRef() - Method in class org.pentaho.platform.api.repository2.unified.data.node.DataProperty
-
- getReferrers(Serializable) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Get a list of
RepositoryFile
s that reference the RepositoryFile identified by fileId.
- getRegExPattern() - Static method in enum org.pentaho.platform.api.repository2.unified.RepositoryRequest.FILES_TYPE_FILTER
-
- getRegisteredPlugins() - Method in interface org.pentaho.platform.api.engine.IPluginManager
-
Lists the ids of available plugins.
- getRequestContext() - Method in interface org.pentaho.platform.api.engine.IPentahoRequestContextHolderStrategy
-
Returns the current request context.
- getRequiredSecurityActions() - Method in interface org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective
-
- getReservedChars() - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Returns a list of characters which cannot be used in file/folder names.
- getResourceAsBytes(Class<? extends Object>, String) - Method in interface org.pentaho.platform.api.engine.IPluginResourceLoader
-
Gets a plugin-related resource in the form of an array of bytes.
- getResourceAsDocument(IActionSequenceResource) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
Gets the named resource as a Document.
- getResourceAsStream(Class<?>, String) - Method in interface org.pentaho.platform.api.engine.IPluginResourceLoader
-
Gets a plugin-related resource in the form of an InputStream.
- getResourceAsStream(ClassLoader, String) - Method in interface org.pentaho.platform.api.engine.IPluginResourceLoader
-
Gets a plugin-related resource in the form of an InputStream.
- getResourceAsString(Class<? extends Object>, String) - Method in interface org.pentaho.platform.api.engine.IPluginResourceLoader
-
Gets a plugin-related resource in the form of a String.
- getResourceAsString(Class<? extends Object>, String, String) - Method in interface org.pentaho.platform.api.engine.IPluginResourceLoader
-
Gets a plugin-related resource in the form of a String.
- getResourceAsString(IActionSequenceResource) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
Gets the named resource as a String.
- getResourceBundle(Class<?>, String) - Method in interface org.pentaho.platform.api.engine.IPluginResourceLoader
-
Retrieves a localized resource bundle for the plugin represented by pluginClass.
- getResourceBundleUri() - Method in interface org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective
-
- getResourceDataSource(IActionSequenceResource) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
Gets the named resource as a DataSource.
- getResourceDefinitions() - Method in interface org.pentaho.platform.api.engine.ISequenceDefinition
-
Returns the sequence's resource definitions as a Map.
- getResourceDefintion(String) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
Gets the named resource definition from the executing action sequence.
- getResourceInputStream(IActionSequenceResource) - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
Gets the named resource as an InputStream.
- getResourceNames() - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
- getResources() - Method in class org.pentaho.platform.api.ui.Theme
-
- getResultSet() - Method in interface org.pentaho.platform.api.data.IDataComponent
-
- getResultType() - Method in interface org.pentaho.platform.api.engine.ISequenceDefinition
-
Returns the type of the overall result of executing the action sequence document that this SequenceDefinition
came from.
- getReturnParameters() - Method in interface org.pentaho.platform.api.engine.IParameterManager
-
Returns a mapping of output parameters and the value and destination.
- getRevision() - Method in interface org.pentaho.platform.api.repository.IRepositoryFile
-
- getRevision() - Method in interface org.pentaho.platform.api.repository.IRuntimeElement
-
- getRole(ITenant, String) - Method in interface org.pentaho.platform.api.engine.security.userroledao.IUserRoleDao
-
Retrieves the role with a given name from the specified tenant.
- getRoleMembers(ITenant, String) - Method in interface org.pentaho.platform.api.engine.security.userroledao.IUserRoleDao
-
Retrieves the list of users associated to a particular role in a given tenant.
- getRoles() - Method in interface org.pentaho.platform.api.engine.security.userroledao.IUserRoleDao
-
Retrieve all the role from the default tenant
- getRoles(ITenant) - Method in interface org.pentaho.platform.api.engine.security.userroledao.IUserRoleDao
-
Retrieve all the role from the specified tenant.
- getRoles(ITenant, boolean) - Method in interface org.pentaho.platform.api.engine.security.userroledao.IUserRoleDao
-
Retrieve all the roles from the specified tenant.
- getRoles() - Method in class org.pentaho.platform.api.engine.security.userroledao.UserRoleInfo
-
- getRolesForUser(ITenant, String) - Method in interface org.pentaho.platform.api.engine.IUserRoleListService
-
Returns all authorities granted for a specified user.
- getRootCause() - Method in exception org.pentaho.platform.api.util.PentahoChainedException
-
Gets the root cause of the exception.
- getRootCause() - Method in exception org.pentaho.platform.api.util.PentahoCheckedChainedException
-
Gets the root cause of the exception.
- getRootFolderAbsolutePath() - Method in interface org.pentaho.platform.api.mt.ITenant
-
The method gets the absolute path to the tenant root folder.
- getRootFolderPath() - Method in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
- getRuntime(String) - Method in interface org.pentaho.platform.api.engine.IActionRequestHandler
-
Gets the runtime.
- getRuntimeContext() - Method in interface org.pentaho.platform.api.engine.IComponent
-
- getSampleBoolean() - Method in class org.pentaho.platform.api.repository2.unified.data.sample.SampleRepositoryFileData
-
- getSampleInteger() - Method in class org.pentaho.platform.api.repository2.unified.data.sample.SampleRepositoryFileData
-
- getSampleString() - Method in class org.pentaho.platform.api.repository2.unified.data.sample.SampleRepositoryFileData
-
- getScheduledAndExecutingBackgroundJobs(IPentahoSession) - Method in interface org.pentaho.platform.api.engine.IBackgroundExecution
-
Gets the list of items scheduled for background execution, and those currently executing
- getScript() - Method in interface org.pentaho.platform.api.engine.IConditionalExecution
-
- getSearchableColumns() - Method in interface org.pentaho.platform.api.repository.IRepositoryFile
-
- getSearchableColumns() - Method in interface org.pentaho.platform.api.repository.ISearchable
-
- getSearchableTable() - Method in interface org.pentaho.platform.api.repository.IRepositoryFile
-
- getSearchableTable() - Method in interface org.pentaho.platform.api.repository.ISearchable
-
- getSelectionDisplayName() - Method in interface org.pentaho.platform.api.engine.IActionParameter
-
The display name to use when building a prompt.
- getSelectionDisplayName() - Method in interface org.pentaho.platform.api.engine.ISelectionMapper
-
- getSelectionNameForValue(String) - Method in interface org.pentaho.platform.api.engine.IActionParameter
-
When building a parameter prompt page, what is the name of the prompt
- getSelectionNameForValue(String) - Method in interface org.pentaho.platform.api.engine.ISelectionMapper
-
- getSelectionNameMap() - Method in interface org.pentaho.platform.api.engine.IActionParameter
-
Deprecated.
Unused in the platform
- getSelectionNameMap() - Method in interface org.pentaho.platform.api.engine.ISelectionMapper
-
- getSelectionValues() - Method in interface org.pentaho.platform.api.engine.IActionParameter
-
Deprecated.
Unused in the platform
- getSelectionValues() - Method in interface org.pentaho.platform.api.engine.ISelectionMapper
-
- getSequenceName() - Method in interface org.pentaho.platform.api.engine.ISequenceDefinition
-
Returns the document name of the action sequence document that this SequenceDefinition came from.
- getServiceBean(String, String) - Method in interface org.pentaho.platform.api.engine.IServiceManager
-
Returns an instance of a registered servicing object.
- getServiceBeanId() - Method in class org.pentaho.platform.api.engine.PluginServiceDefinition
-
- getServiceClass() - Method in interface org.pentaho.platform.api.engine.IServiceConfig
-
Returns the web service bean class
- getServiceClass() - Method in class org.pentaho.platform.api.engine.PluginServiceDefinition
-
- getServiceConfig(String, String) - Method in interface org.pentaho.platform.api.engine.IServiceManager
-
Gets the configuration for the requested service.
- getServicePlugin(String) - Method in interface org.pentaho.platform.api.engine.IPluginManager
-
Deprecated.
This method may not work correctly for plugins in Sugar or later releases, in which a plugin does not
provide the URL by which to access the resource. Use IPluginManager.isPublic(String, String)
if you want to determine if
a particular plugin dir is accessable through the plugin resources REST service.
- getServices() - Method in interface org.pentaho.platform.api.engine.IPlatformPlugin
-
Returns the list of the webservices defined by this plugin.
- getServiceType() - Method in interface org.pentaho.platform.api.engine.IServiceConfig
-
- getSession() - Method in interface org.pentaho.platform.api.engine.IComponent
-
- getSession() - Method in interface org.pentaho.platform.api.engine.IContentOutputHandler
-
- getSession() - Method in interface org.pentaho.platform.api.engine.IOutputHandler
-
- getSession() - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
- getSessionId() - Method in exception org.pentaho.platform.api.engine.ActionSequenceException
-
- getSessionType() - Method in interface org.pentaho.platform.api.engine.ISessionStartupAction
-
- getSettingName() - Method in interface org.pentaho.platform.api.usersettings.pojo.IUserSetting
-
- getSettingValue() - Method in interface org.pentaho.platform.api.usersettings.pojo.IUserSetting
-
- getSid() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFileAce
-
- getSmtpHost() - Method in interface org.pentaho.platform.api.email.IEmailConfiguration
-
- getSmtpPort() - Method in interface org.pentaho.platform.api.email.IEmailConfiguration
-
- getSmtpProtocol() - Method in interface org.pentaho.platform.api.email.IEmailConfiguration
-
- getSolution() - Method in interface org.pentaho.platform.api.engine.ISolutionFile
-
- getSolution() - Method in interface org.pentaho.platform.api.repository.IRepositoryFile
-
- getSolutionId() - Method in interface org.pentaho.platform.api.repository.IRuntimeElement
-
- getSolutionName() - Method in interface org.pentaho.platform.api.engine.ISequenceDefinition
-
Returns the solution name, which is the name at the root level of the solution path.
- getSolutionPath(String) - Method in interface org.pentaho.platform.api.engine.IApplicationContext
-
Retrieves the fully qualified path to the location of the Pentaho solution, appending the path given in the
parameter.
- getSolutionPath() - Method in interface org.pentaho.platform.api.engine.IContentOutputHandler
-
- getSolutionPath() - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
- getSolutionPath() - Method in interface org.pentaho.platform.api.engine.ISequenceDefinition
-
Returns the path relative to the solution name that will lead to this definition
- getSolutionPath() - Method in interface org.pentaho.platform.api.engine.ISolutionFile
-
- getSolutionPath() - Method in interface org.pentaho.platform.api.repository.IRepositoryFile
-
- getSolutionRootPath() - Method in interface org.pentaho.platform.api.engine.IApplicationContext
-
- getSourceDescription() - Method in interface org.pentaho.platform.api.engine.IPlatformPlugin
-
A short description of where this plugin came from, e.g.
- getSourceType() - Method in interface org.pentaho.platform.api.engine.IActionSequenceResource
-
Get the type of external resource that this ActionResource is derived from.
- getStartupActions() - Method in interface org.pentaho.platform.api.engine.IPentahoSystem
-
- getStaticResource(String) - Method in interface org.pentaho.platform.api.engine.IPluginManager
-
Deprecated.
This method may not work correctly for plugins in Sugar or later releases, in which a plugin does not
provide the URL by which to access the resource. Use IPluginManager.isPublic(String, String)
if you want to determine if
a particular plugin dir is accessable through the plugin resources REST service.
- getStaticResourceMap() - Method in interface org.pentaho.platform.api.engine.IPlatformPlugin
-
Returns a list of static resource paths for this plugin-in
- getStatus() - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
- getStatus() - Method in interface org.pentaho.platform.api.engine.ISolutionEngine
-
- getStepDescription() - Method in exception org.pentaho.platform.api.engine.ActionSequenceException
-
- getStepNumber() - Method in exception org.pentaho.platform.api.engine.ActionSequenceException
-
- getStream() - Method in class org.pentaho.platform.api.repository2.unified.data.simple.SimpleRepositoryFileData
-
- getString() - Method in class org.pentaho.platform.api.repository2.unified.data.node.DataProperty
-
- getStringArrayParameter(String, String[]) - Method in interface org.pentaho.platform.api.engine.IParameterProvider
-
Retrieve the requested parameter as a String array
- getStringParameter(String, String) - Method in interface org.pentaho.platform.api.engine.IParameterProvider
-
Retrieve the requested parameter as type java.lang.String
- getStringProperty(String) - Method in interface org.pentaho.platform.api.repository.IRuntimeElement
-
Gets a string property from the Runtime Element.
- getStringProperty(String, String) - Method in interface org.pentaho.platform.api.repository.IRuntimeElement
-
Gets a string property from the Runtime Element.
- getStringValue() - Method in interface org.pentaho.platform.api.engine.IActionParameter
-
Get the value for this ActionParameter as type String.
- getSubmissionDate() - Method in interface org.pentaho.platform.api.scheduler.IJobDetail
-
- getSyncPreference() - Method in interface org.pentaho.platform.api.engine.ISolutionActionDefinition
-
Returns boolean value regarding whether this action is set to execute synchronous or asynchronously.
- getSystemCfgSourceName() - Method in interface org.pentaho.platform.api.engine.ISystemSettings
-
Gets the name of the source of the system configurations.
- getSystemListeners() - Method in interface org.pentaho.platform.api.engine.IPentahoSystem
-
- getSystemName() - Method in interface org.pentaho.platform.api.engine.IPentahoSystemHelper
-
- getSystemRoles() - Method in interface org.pentaho.platform.api.engine.IUserRoleListService
-
Returns all system authorities known to the provider.
- getSystemSetting(String, String, String) - Method in interface org.pentaho.platform.api.engine.ISystemSettings
-
Gets a system setting from the system path
- getSystemSetting(String, String) - Method in interface org.pentaho.platform.api.engine.ISystemSettings
-
Gets a system setting from the system configuration file
- getSystemSettings(String, String) - Method in interface org.pentaho.platform.api.engine.ISystemSettings
-
Gets a section from the specified settings document
- getSystemSettings(String) - Method in interface org.pentaho.platform.api.engine.ISystemSettings
-
Gets a section from the system system configuration file
- getSystemSettingsDocument(String) - Method in interface org.pentaho.platform.api.engine.ISystemSettings
-
Returns a Document object containing the settings document within the path specified by actionPath.
- getSystemSettingsProperties(String) - Method in interface org.pentaho.platform.api.engine.ISystemSettings
-
Gets a properties file from the solution.
- getSystemSettingsService() - Method in interface org.pentaho.platform.api.engine.IPentahoSystem
-
- getSystemTheme(String) - Method in interface org.pentaho.platform.api.ui.IThemeManager
-
Returns the named theme or null if not found.
- getSystemThemeIds() - Method in interface org.pentaho.platform.api.ui.IThemeManager
-
Return a list of available system themes.
- getSystemThemes() - Method in interface org.pentaho.platform.api.ui.IThemeResolver
-
Return a map of system themes keyed by theme name.
- getSystemThemes() - Method in class org.pentaho.platform.api.ui.ModuleThemeInfo
-
- getTemplate(String, IPentahoSession) - Method in interface org.pentaho.platform.api.engine.IUITemplater
-
- getTenant() - Method in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoRole
-
- getTenant() - Method in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoUser
-
- getTenant(String) - Method in interface org.pentaho.platform.api.mt.ITenantedPrincipleNameResolver
-
Extracts the tenant from the principleId.
- getTenant(String) - Method in interface org.pentaho.platform.api.mt.ITenantManager
-
- getTenantByRootFolderPath(String) - Method in interface org.pentaho.platform.api.mt.ITenantManager
-
- getTenantRootFolder(ITenant) - Method in interface org.pentaho.platform.api.mt.ITenantManager
-
- getTheme() - Method in class org.pentaho.platform.api.ui.ThemeResource
-
- getThemeRootDir() - Method in class org.pentaho.platform.api.ui.Theme
-
- getTitle() - Method in interface org.pentaho.platform.api.engine.IContentGeneratorInfo
-
- getTitle() - Method in interface org.pentaho.platform.api.engine.IContentInfo
-
The title of this content type as presented to the user Implementors of this interface should provide
localization for the title e.g.
- getTitle() - Method in interface org.pentaho.platform.api.engine.IFileInfo
-
- getTitle() - Method in interface org.pentaho.platform.api.engine.ISequenceDefinition
-
Returns the title of this SequenceDefinition, if defined, or null otherwise.
- getTitle() - Method in interface org.pentaho.platform.api.engine.IServiceConfig
-
Returns the localized title for this web service.
- getTitle() - Method in interface org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective
-
- getTitle() - Method in class org.pentaho.platform.api.engine.PluginServiceDefinition
-
- getTitle() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile
-
Returns title for current locale or file name if not available.
- getTree(String, int, String, boolean) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Deprecated.
- getTree(RepositoryRequest) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Gets a tree rooted at path.
- getTriggerGroup() - Method in interface org.pentaho.platform.api.scheduler.IJobSchedule
-
- getTriggerName() - Method in interface org.pentaho.platform.api.scheduler.IJobSchedule
-
- getTriggerState() - Method in interface org.pentaho.platform.api.scheduler.IJobSchedule
-
- getType() - Method in interface org.pentaho.platform.api.engine.IActionParameter
-
Return the value type as one of the constants available in this class.
- getType() - Method in interface org.pentaho.platform.api.engine.IContentGeneratorInfo
-
- getType() - Method in interface org.pentaho.platform.api.engine.IOutputDef
-
Retrieves the type of the output parameter.
- getType() - Method in class org.pentaho.platform.api.repository2.unified.data.node.DataProperty
-
- getType() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFileSid
-
- getTypes() - Method in class org.pentaho.platform.api.engine.PluginServiceDefinition
-
- getTypes() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryRequest
-
- getUniqueId() - Method in interface org.pentaho.platform.api.engine.IScheduledJob
-
- getUrl() - Method in interface org.pentaho.platform.api.engine.IContentGeneratorInfo
-
Deprecated.
URL is determined by the system
- getUrl() - Method in interface org.pentaho.platform.api.engine.IPentahoUrl
-
- getUrlFactory() - Method in interface org.pentaho.platform.api.engine.IRuntimeContext
-
The Url Factory is used for building URL's that link to this or another application
- getUser(ITenant, String) - Method in interface org.pentaho.platform.api.engine.security.userroledao.IUserRoleDao
-
Retrieve the user from a specified tenant of the repository.
- getUserHomeFolder(ITenant, String) - Method in interface org.pentaho.platform.api.mt.ITenantManager
-
Retrieves users home folder.
- getUserHomeFolderName(String) - Method in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
- getUserHomeFolderPath(String) - Method in interface org.pentaho.platform.api.repository.IClientRepositoryPathsStrategy
-
- getUserId() - Method in interface org.pentaho.platform.api.email.IEmailConfiguration
-
- getUsername() - Method in interface org.pentaho.platform.api.engine.security.userroledao.IPentahoUser
-
- getUsername() - Method in interface org.pentaho.platform.api.usersettings.pojo.IUserSetting
-
- getUserParameters(String) - Method in interface org.pentaho.platform.api.util.IPdiContentProvider
-
lists user input parameters for a given a ktr/kjb filePath
- getUserRoles(ITenant, String) - Method in interface org.pentaho.platform.api.engine.security.userroledao.IUserRoleDao
-
Retrieves the list of roles associated to a particular user in a given tenant.
- getUsers() - Method in interface org.pentaho.platform.api.engine.security.userroledao.IUserRoleDao
-
Retrieve all the users from the default tenant of a repository.
- getUsers(ITenant) - Method in interface org.pentaho.platform.api.engine.security.userroledao.IUserRoleDao
-
Retrieve all the users from the specified tenant of a repository.
- getUsers(ITenant, boolean) - Method in interface org.pentaho.platform.api.engine.security.userroledao.IUserRoleDao
-
Retrieve all the users from the specified tenant of a repository .
- getUsers() - Method in class org.pentaho.platform.api.engine.security.userroledao.UserRoleInfo
-
- getUserSetting(String, String) - Method in interface org.pentaho.platform.api.usersettings.IUserSettingService
-
- getUserSettings() - Method in interface org.pentaho.platform.api.usersettings.IUserSettingService
-
- getUsersInRole(ITenant, String) - Method in interface org.pentaho.platform.api.engine.IUserRoleListService
-
Returns all known users in the specified role.
- getValue() - Method in interface org.pentaho.platform.api.engine.IActionParameter
-
Get the value for this ActionParameter as a generic Java Object.
- getValueAsList() - Method in interface org.pentaho.platform.api.engine.IActionParameter
-
Get the value for this ActionParameter as a java.util.List.
- getValueAsResultSet() - Method in interface org.pentaho.platform.api.engine.IActionParameter
-
Get the value for this ActionParameter as a IPentahoResultSet
- getValueAt(int) - Method in interface org.pentaho.platform.api.engine.ISelectionMapper
-
- getVariables() - Method in interface org.pentaho.platform.api.engine.IActionParameter
-
- getVersionedFileId() - Method in class org.pentaho.platform.api.repository2.unified.VersionSummary
-
- getVersionId() - Method in class org.pentaho.platform.api.repository2.unified.RepositoryFile
-
- getVersionInformation() - Method in interface org.pentaho.platform.api.util.IVersionHelper
-
- getVersionInformation(Class) - Method in interface org.pentaho.platform.api.util.IVersionHelper
-
- getVersionSummaries(Serializable) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Returns a list of version summary instances.
- getVersionSummary(Serializable, Serializable) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
Returns a version summary for the given file id and version id.
- getVersionSummaryInBatch(List<RepositoryFile>) - Method in interface org.pentaho.platform.api.repository2.unified.IUnifiedRepository
-
- getXmlContent() - Method in interface org.pentaho.platform.api.ui.IXMLComponent
-
- GLOBAL - Static variable in interface org.pentaho.platform.api.engine.ICacheManager
-
- globalStartup() - Method in interface org.pentaho.platform.api.engine.IPentahoSystemStartupActions
-
- globalStartup(IPentahoSession) - Method in interface org.pentaho.platform.api.engine.IPentahoSystemStartupActions
-