- PALETTE_NODE_NAME - Static variable in interface org.pentaho.platform.uifoundation.chart.ChartDefinition
-
- PARAM2_NODE_NAME - Static variable in class org.pentaho.platform.uifoundation.chart.AbstractChartComponent
-
XML node for the series name
- ParameterHelper - Class in org.pentaho.platform.util
-
- ParameterHelper() - Constructor for class org.pentaho.platform.util.ParameterHelper
-
- ParameterManager - Class in org.pentaho.platform.engine.services.runtime
-
- ParameterManager.ReturnParameter - Class in org.pentaho.platform.engine.services.runtime
-
- ParameterManager.ReturnParameter(String, String, Object) - Constructor for class org.pentaho.platform.engine.services.runtime.ParameterManager.ReturnParameter
-
- parametersToProperties(IParameterProvider) - Static method in class org.pentaho.platform.engine.services.runtime.TemplateUtil
-
- parameterToDate(String, Date) - Static method in class org.pentaho.platform.util.ParameterHelper
-
- parameterToDecimal(String, BigDecimal) - Static method in class org.pentaho.platform.util.ParameterHelper
-
- parameterToLong(String, long) - Static method in class org.pentaho.platform.util.ParameterHelper
-
- parameterToObjectArray(Object, Object[]) - Static method in class org.pentaho.platform.util.ParameterHelper
-
- parameterToString(String, String) - Static method in class org.pentaho.platform.util.ParameterHelper
-
- parameterToStringArray(Object, String[]) - Static method in class org.pentaho.platform.util.ParameterHelper
-
- PARENTID - Static variable in class org.pentaho.commons.util.repository.type.PropertiesFolder
-
- parseActionString(String) - Static method in class org.pentaho.platform.engine.core.solution.ActionInfo
-
- parseActionString(String, boolean) - Static method in class org.pentaho.platform.engine.core.solution.ActionInfo
-
Break an action string into it's 3 components: the solution Id, the path to action file, and the action name
- parseAndSetLocaleOverride(String) - Static method in class org.pentaho.platform.util.messages.LocaleHelper
-
BISERVER-9863
Check if override locale string contains language and country.
- parseQueryString(String) - Static method in class org.pentaho.platform.util.web.HttpUtil
-
- PASSWORD - Static variable in class org.pentaho.platform.engine.services.solution.StandardSettings
-
- PATH - Static variable in class org.pentaho.platform.engine.services.solution.StandardSettings
-
- PATH_TEXT_NODE_NAME - Static variable in class org.pentaho.platform.engine.services.solution.SolutionReposHelper
-
- PathBasedSystemSettings - Class in org.pentaho.platform.engine.core.system
-
Behavior is identical to SystemSettings
except that the settings
for PentahoSystem
can live in an arbitrary location in the file system
(i.e.
- PathBasedSystemSettings() - Constructor for class org.pentaho.platform.engine.core.system.PathBasedSystemSettings
-
- PENTAHO_SESSION_KEY - Static variable in class org.pentaho.platform.engine.core.system.PentahoSystem
-
- PentahoAclEntry - Class in org.pentaho.platform.engine.security.acls
-
Base Pentaho Access Control entry.
- PentahoAclEntry() - Constructor for class org.pentaho.platform.engine.security.acls.PentahoAclEntry
-
- PentahoAclEntry(Object, int) - Constructor for class org.pentaho.platform.engine.security.acls.PentahoAclEntry
-
- PentahoAllowAllAclVoter - Class in org.pentaho.platform.engine.security.acls.voter
-
- PentahoAllowAllAclVoter() - Constructor for class org.pentaho.platform.engine.security.acls.voter.PentahoAllowAllAclVoter
-
- PentahoAllowAnonymousAclVoter - Class in org.pentaho.platform.engine.security.acls.voter
-
Extends the BasicAclVoter, but overrides the getAuthentication() method to
allow anonymous sessions.
- PentahoAllowAnonymousAclVoter() - Constructor for class org.pentaho.platform.engine.security.acls.voter.PentahoAllowAnonymousAclVoter
-
- PentahoAuthenticationSuccessListener - Class in org.pentaho.platform.engine.security.event
-
Synchronizes the Pentaho session's principal with the Spring Security Authentication
.
- PentahoAuthenticationSuccessListener() - Constructor for class org.pentaho.platform.engine.security.event.PentahoAuthenticationSuccessListener
-
- PentahoBase - Class in org.pentaho.platform.engine.core.system
-
- PentahoBase() - Constructor for class org.pentaho.platform.engine.core.system.PentahoBase
-
- PentahoBasicAclVoter - Class in org.pentaho.platform.engine.security.acls.voter
-
Standard basic ACL Voter.
- PentahoBasicAclVoter() - Constructor for class org.pentaho.platform.engine.security.acls.voter.PentahoBasicAclVoter
-
- PentahoChartURLTagFragmentGenerator - Class in org.pentaho.platform.uifoundation.chart
-
- PentahoChartURLTagFragmentGenerator(String, Dataset, String, String) - Constructor for class org.pentaho.platform.uifoundation.chart.PentahoChartURLTagFragmentGenerator
-
- PentahoChartURLTagFragmentGenerator(String, String, boolean, Dataset, String, String) - Constructor for class org.pentaho.platform.uifoundation.chart.PentahoChartURLTagFragmentGenerator
-
- PentahoChartURLTagFragmentGenerator(String, Dataset, String) - Constructor for class org.pentaho.platform.uifoundation.chart.PentahoChartURLTagFragmentGenerator
-
- PentahoConnectionFactory - Class in org.pentaho.platform.engine.services.connection
-
- PentahoConnectionFactory() - Constructor for class org.pentaho.platform.engine.services.connection.PentahoConnectionFactory
-
- PentahoDtdEntityResolver - Class in org.pentaho.platform.engine.core.system
-
- PentahoDtdEntityResolver() - Constructor for class org.pentaho.platform.engine.core.system.PentahoDtdEntityResolver
-
- PentahoEntityResolver - Class in org.pentaho.platform.engine.services.solution
-
- PentahoEntityResolver() - Constructor for class org.pentaho.platform.engine.services.solution.PentahoEntityResolver
-
- PentahoMessenger - Class in org.pentaho.platform.engine.services
-
- PentahoMessenger() - Constructor for class org.pentaho.platform.engine.services.PentahoMessenger
-
- PentahoRequestContextHolder - Class in org.pentaho.platform.engine.core.system
-
Stores the IPentahoRequestContext object for the current thread so that a
web service bean can get to it without requiring it to be passed to its
methods.
- PentahoRequestContextHolder() - Constructor for class org.pentaho.platform.engine.core.system.PentahoRequestContextHolder
-
- PentahoSessionHolder - Class in org.pentaho.platform.engine.core.system
-
Stores the IPentahoSession session object for the current thread so that a
web service bean can get to it without requiring it to be passed to its
methods.
- PentahoSessionHolder() - Constructor for class org.pentaho.platform.engine.core.system.PentahoSessionHolder
-
- PentahoSessionParameterProvider - Class in org.pentaho.platform.engine.core.solution
-
- PentahoSessionParameterProvider(IPentahoSession) - Constructor for class org.pentaho.platform.engine.core.solution.PentahoSessionParameterProvider
-
- PentahoSessionStartupAuthenticationSuccessListener - Class in org.pentaho.platform.engine.security.event
-
Runs the session startup upon hearing an interactive login success.
- PentahoSessionStartupAuthenticationSuccessListener() - Constructor for class org.pentaho.platform.engine.security.event.PentahoSessionStartupAuthenticationSuccessListener
-
- PENTAHOSETTINGSFILENAME - Static variable in class org.pentaho.platform.engine.core.system.SystemSettings
-
This constant is for the overall system settings file name.
- PentahoSubstringRoleVoter - Class in org.pentaho.platform.engine.security
-
Similar to RoleVoter
except that it does not use a role prefix; instead it
uses a config attribute prefix which serves a similar, but not the same, purpose.
- PentahoSubstringRoleVoter(String) - Constructor for class org.pentaho.platform.engine.security.PentahoSubstringRoleVoter
-
- PentahoSystem - Class in org.pentaho.platform.engine.core.system
-
- PentahoSystem() - Constructor for class org.pentaho.platform.engine.core.system.PentahoSystem
-
- PentahoSystemBoot - Class in org.pentaho.platform.engine.core.system.boot
-
This class is designed to help embedded deployments start the Pentaho system.
- PentahoSystemBoot() - Constructor for class org.pentaho.platform.engine.core.system.boot.PentahoSystemBoot
-
Creates a minimal ready-to-run platform.
- PentahoSystemBoot(String) - Constructor for class org.pentaho.platform.engine.core.system.boot.PentahoSystemBoot
-
Creates a minimal ready-to-run platform with a specified solution path.
- PentahoSystemBoot(String, String) - Constructor for class org.pentaho.platform.engine.core.system.boot.PentahoSystemBoot
-
- PentahoSystemBoot(String, IPentahoDefinableObjectFactory) - Constructor for class org.pentaho.platform.engine.core.system.boot.PentahoSystemBoot
-
- PentahoSystemBoot(String, String, IPentahoDefinableObjectFactory) - Constructor for class org.pentaho.platform.engine.core.system.boot.PentahoSystemBoot
-
- PentahoUserOverridesVoter - Class in org.pentaho.platform.engine.security.acls.voter
-
Extends the PentahoBasicAclVoter class, and overrides the getEffectiveAcls method
to stipulate that if the current user occurrs in the access control list, that
whatever access controls are listed for that user, those are the only ones returned.
- PentahoUserOverridesVoter() - Constructor for class org.pentaho.platform.engine.security.acls.voter.PentahoUserOverridesVoter
-
- PentahoVersionCheckDataProvider - Class in org.pentaho.platform.util.versionchecker
-
- PentahoVersionCheckDataProvider() - Constructor for class org.pentaho.platform.util.versionchecker.PentahoVersionCheckDataProvider
-
- PentahoVersionCheckHelper - Class in org.pentaho.platform.util.versionchecker
-
Avoid loading this class without reflection, so if someone
deletes the versionchecker.jar, there will be no class loading
exceptions
- PentahoVersionCheckHelper() - Constructor for class org.pentaho.platform.util.versionchecker.PentahoVersionCheckHelper
-
- PentahoVersionCheckReflectHelper - Class in org.pentaho.platform.util.versionchecker
-
- PentahoVersionCheckReflectHelper() - Constructor for class org.pentaho.platform.util.versionchecker.PentahoVersionCheckReflectHelper
-
- performUpdate() - Method in class org.pentaho.platform.util.versionchecker.PentahoVersionCheckHelper
-
- performVersionCheck(boolean, int) - Static method in class org.pentaho.platform.util.versionchecker.PentahoVersionCheckReflectHelper
-
- PermissionDeniedException - Exception in org.pentaho.commons.util.repository.exception
-
PermissionDeniedException
- PermissionDeniedException() - Constructor for exception org.pentaho.commons.util.repository.exception.PermissionDeniedException
-
- PIE_CHART_STR - Static variable in interface org.pentaho.platform.uifoundation.chart.ChartDefinition
-
- PIE_CHART_TYPE - Static variable in class org.pentaho.platform.uifoundation.chart.JFreeChartEngine
-
- PIE_GRID_CHART_STR - Static variable in interface org.pentaho.platform.uifoundation.chart.ChartDefinition
-
- PIE_GRID_CHART_TYPE - Static variable in class org.pentaho.platform.uifoundation.chart.JFreeChartEngine
-
- PieDatasetChartComponent - Class in org.pentaho.platform.uifoundation.chart
-
- PieDatasetChartComponent(int, String, int, int, IPentahoUrlFactory, List) - Constructor for class org.pentaho.platform.uifoundation.chart.PieDatasetChartComponent
-
- PieDatasetChartComponent(String, IPentahoUrlFactory, ArrayList) - Constructor for class org.pentaho.platform.uifoundation.chart.PieDatasetChartComponent
-
- PieDatasetChartComponent(IPentahoUrlFactory, List) - Constructor for class org.pentaho.platform.uifoundation.chart.PieDatasetChartComponent
-
- PieDatasetChartDefinition - Class in org.pentaho.platform.uifoundation.chart
-
- PieDatasetChartDefinition(IPentahoSession) - Constructor for class org.pentaho.platform.uifoundation.chart.PieDatasetChartDefinition
-
- PieDatasetChartDefinition(IPentahoResultSet, boolean, IPentahoSession) - Constructor for class org.pentaho.platform.uifoundation.chart.PieDatasetChartDefinition
-
- PieDatasetChartDefinition(IPentahoResultSet, boolean, Node, IPentahoSession) - Constructor for class org.pentaho.platform.uifoundation.chart.PieDatasetChartDefinition
-
- PlatformInitializationException - Exception in org.pentaho.platform.engine.core.system.boot
-
- PlatformInitializationException(String, Throwable) - Constructor for exception org.pentaho.platform.engine.core.system.boot.PlatformInitializationException
-
- PlatformInitializationException(String) - Constructor for exception org.pentaho.platform.engine.core.system.boot.PlatformInitializationException
-
- PLATFORMORIG - Static variable in class org.pentaho.platform.util.client.BiPlatformRepositoryClient
-
- PLOT_BACKGROUND_NODE_NAME - Static variable in interface org.pentaho.platform.uifoundation.chart.ChartDefinition
-
- PluginOperation - Class in org.pentaho.platform.engine.core.solution
-
- PluginOperation(String) - Constructor for class org.pentaho.platform.engine.core.solution.PluginOperation
-
- PMDUIComponent - Class in org.pentaho.platform.uifoundation.component.xml
-
- PMDUIComponent(IPentahoUrlFactory, List) - Constructor for class org.pentaho.platform.uifoundation.component.xml.PMDUIComponent
-
- PojoComponent - Class in org.pentaho.platform.engine.services.solution
-
Deprecated.
Pojo components are deprecated, use IAction
- PojoComponent() - Constructor for class org.pentaho.platform.engine.services.solution.PojoComponent
-
Deprecated.
- POLICIES - Static variable in class org.pentaho.commons.util.repository.type.TypesOfFileableObjects
-
- PooledDatasourceHelper - Class in org.pentaho.platform.engine.services.connection.datasource.dbcp
-
- PooledDatasourceHelper() - Constructor for class org.pentaho.platform.engine.services.connection.datasource.dbcp.PooledDatasourceHelper
-
- PooledDatasourceService - Class in org.pentaho.platform.engine.services.connection.datasource.dbcp
-
- PooledDatasourceService() - Constructor for class org.pentaho.platform.engine.services.connection.datasource.dbcp.PooledDatasourceService
-
- PooledDatasourceSystemListener - Class in org.pentaho.platform.engine.services.connection.datasource.dbcp
-
- PooledDatasourceSystemListener() - Constructor for class org.pentaho.platform.engine.services.connection.datasource.dbcp.PooledDatasourceSystemListener
-
- PooledOrJndiDatasourceService - Class in org.pentaho.platform.engine.services.connection.datasource.dbcp
-
- PooledOrJndiDatasourceService() - Constructor for class org.pentaho.platform.engine.services.connection.datasource.dbcp.PooledOrJndiDatasourceService
-
- populate(Map, String[]) - Method in class org.pentaho.platform.uifoundation.component.FilterDefinition
-
- populate(Map, Map) - Method in class org.pentaho.platform.uifoundation.component.xml.FilterPanel
-
- populate(IPentahoResultSet) - Method in class org.pentaho.platform.util.xml.dom4j.DataGrid
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.pentaho.platform.engine.core.system.objfac.spring.ApplicationContextPentahoSystemRegisterer
-
- PRINTER_NAME - Static variable in class org.pentaho.platform.engine.services.solution.StandardSettings
-
- printPermissionsBlock(int) - Method in class org.pentaho.platform.engine.security.acls.PentahoAclEntry
-
- PROCESS_END - Static variable in class org.pentaho.platform.engine.core.audit.MessageTypes
-
- PROCESS_ID_HTTP - Static variable in class org.pentaho.platform.engine.core.audit.MessageTypes
-
- PROCESS_ID_PORTLET - Static variable in class org.pentaho.platform.engine.core.audit.MessageTypes
-
- PROCESS_ID_SESSION - Static variable in class org.pentaho.platform.engine.core.audit.MessageTypes
-
- PROCESS_START - Static variable in class org.pentaho.platform.engine.core.audit.MessageTypes
-
- processSolutionStructure(Element, ISolutionFile, int) - Static method in class org.pentaho.platform.engine.services.solution.SolutionReposHelper
-
- processSolutionStructure(Element, ISolutionFile, ISolutionFilter, int) - Static method in class org.pentaho.platform.engine.services.solution.SolutionReposHelper
-
- processSolutionStructure(Element, ISolutionFile, ISolutionFilter, ISolutionAttributeContributor, int) - Static method in class org.pentaho.platform.engine.services.solution.SolutionReposHelper
-
- processSolutionTree(ISolutionFile, int) - Static method in class org.pentaho.platform.engine.services.solution.SolutionReposHelper
-
- processSolutionTree(Element, ISolutionFile, int) - Static method in class org.pentaho.platform.engine.services.solution.SolutionReposHelper
-
- processSolutionTree(Element, ISolutionFile, ISolutionFilter, int) - Static method in class org.pentaho.platform.engine.services.solution.SolutionReposHelper
-
- processSolutionTree(Element, ISolutionFile, ISolutionFilter, ISolutionAttributeContributor, int) - Static method in class org.pentaho.platform.engine.services.solution.SolutionReposHelper
-
- promptNeeded() - Method in class org.pentaho.platform.engine.services.runtime.RuntimeContext
-
Sets the prompt flag but continue processing Actions
- promptNeeded() - Method in class org.pentaho.platform.engine.services.solution.ComponentBase
-
- promptNow() - Method in class org.pentaho.platform.engine.services.runtime.RuntimeContext
-
- promptNow() - Method in class org.pentaho.platform.engine.services.solution.ComponentBase
-
- PropertiesBase - Class in org.pentaho.commons.util.repository.type
-
- PropertiesBase(String) - Constructor for class org.pentaho.commons.util.repository.type.PropertiesBase
-
- PropertiesDocument - Class in org.pentaho.commons.util.repository.type
-
- PropertiesDocument() - Constructor for class org.pentaho.commons.util.repository.type.PropertiesDocument
-
- PropertiesEditorUIComponent - Class in org.pentaho.platform.uifoundation.component.xml
-
- PropertiesEditorUIComponent(IPentahoUrlFactory, List, IPentahoSession) - Constructor for class org.pentaho.platform.uifoundation.component.xml.PropertiesEditorUIComponent
-
- PropertiesFolder - Class in org.pentaho.commons.util.repository.type
-
- PropertiesFolder() - Constructor for class org.pentaho.commons.util.repository.type.PropertiesFolder
-
- PropertyBoolean - Class in org.pentaho.commons.util.repository.type
-
- PropertyBoolean(String) - Constructor for class org.pentaho.commons.util.repository.type.PropertyBoolean
-
- PropertyBoolean(String, boolean) - Constructor for class org.pentaho.commons.util.repository.type.PropertyBoolean
-
- PropertyDateTime - Class in org.pentaho.commons.util.repository.type
-
- PropertyDateTime(String) - Constructor for class org.pentaho.commons.util.repository.type.PropertyDateTime
-
- PropertyDateTime(String, Calendar) - Constructor for class org.pentaho.commons.util.repository.type.PropertyDateTime
-
- PropertyDecimal - Class in org.pentaho.commons.util.repository.type
-
- PropertyDecimal(String) - Constructor for class org.pentaho.commons.util.repository.type.PropertyDecimal
-
- PropertyDecimal(String, BigDecimal) - Constructor for class org.pentaho.commons.util.repository.type.PropertyDecimal
-
- PropertyHtml - Class in org.pentaho.commons.util.repository.type
-
- PropertyHtml(String) - Constructor for class org.pentaho.commons.util.repository.type.PropertyHtml
-
- PropertyHtml(String, String) - Constructor for class org.pentaho.commons.util.repository.type.PropertyHtml
-
- PropertyId - Class in org.pentaho.commons.util.repository.type
-
- PropertyId(String) - Constructor for class org.pentaho.commons.util.repository.type.PropertyId
-
- PropertyId(String, String) - Constructor for class org.pentaho.commons.util.repository.type.PropertyId
-
- PropertyInteger - Class in org.pentaho.commons.util.repository.type
-
- PropertyInteger(String) - Constructor for class org.pentaho.commons.util.repository.type.PropertyInteger
-
- PropertyInteger(String, Integer) - Constructor for class org.pentaho.commons.util.repository.type.PropertyInteger
-
- PropertyNameFormatter - Interface in org.pentaho.platform.util.beans
-
PropertyNameFormatter
s are used to synchronize property names coming from a
non Java Bean spec compliant system with the actual property names (camelCase)
on the target bean.
- propertyNotWritable(Object, String) - Method in class org.pentaho.platform.util.beans.ActionHarness.DefaultActionCallback
-
- propertyNotWritable(Object, String) - Method in class org.pentaho.platform.util.beans.ActionHarness.VarArgsWrapperCallback
-
- propertyNotWritable(Object, String) - Method in class org.pentaho.platform.util.beans.BeanUtil.EagerFailingCallback
-
- propertyNotWritable(Object, String) - Method in interface org.pentaho.platform.util.beans.ValueSetErrorCallback
-
Fired if, prior to the value being set, the write-check on the property fails.
- PropertyString - Class in org.pentaho.commons.util.repository.type
-
- PropertyString(String) - Constructor for class org.pentaho.commons.util.repository.type.PropertyString
-
- PropertyString(String, String) - Constructor for class org.pentaho.commons.util.repository.type.PropertyString
-
- PropertyType - Class in org.pentaho.commons.util.repository.type
-
- PropertyType(String) - Constructor for class org.pentaho.commons.util.repository.type.PropertyType
-
- PropertyUri - Class in org.pentaho.commons.util.repository.type
-
- PropertyUri(String) - Constructor for class org.pentaho.commons.util.repository.type.PropertyUri
-
- PropertyUri(String, String) - Constructor for class org.pentaho.commons.util.repository.type.PropertyUri
-
- PropertyXml - Class in org.pentaho.commons.util.repository.type
-
- PropertyXml(String) - Constructor for class org.pentaho.commons.util.repository.type.PropertyXml
-
- PropertyXml(String, String) - Constructor for class org.pentaho.commons.util.repository.type.PropertyXml
-
- publish(IPentahoSession) - Method in class org.pentaho.platform.engine.core.system.BasePublisher
-
- publish(IPentahoSession, int) - Method in class org.pentaho.platform.engine.core.system.BasePublisher
-
- publish(IPentahoSession) - Method in class org.pentaho.platform.engine.core.system.GlobalListsPublisher
-
- publish(IPentahoSession, String) - Static method in class org.pentaho.platform.engine.core.system.PentahoSystem
-
- publish(IPentahoSession) - Method in class org.pentaho.platform.engine.core.system.SettingsPublisher
-
- publish(IPentahoSession) - Method in class org.pentaho.platform.engine.services.metadata.MetadataPublisher
-
- publish(IPentahoSession) - Method in class org.pentaho.platform.engine.services.solution.SolutionPublisher
-
- publish(String, String, File[], String, String, String, boolean) - Static method in class org.pentaho.platform.util.client.PublisherUtil
-
Publishes a list of files and a datasource to the server with basic authentication to the server
- publish(String, String, File[], String, String, String, boolean, boolean) - Static method in class org.pentaho.platform.util.client.PublisherUtil
-
Publishes a list of files and a datasource to the server with basic authentication to the server
- publishDefaultAcls(IAclSolutionFile) - Method in class org.pentaho.platform.engine.security.acls.AclPublisher
-
This method is called from the RDBMS repository publish method when
publishing a file-based solution to the RDBMS repository.
- PublishedBeanRegistry - Class in org.pentaho.platform.engine.core.system.objfac.spring
-
A Registry for published Spring beans.
- PublishedBeanRegistry() - Constructor for class org.pentaho.platform.engine.core.system.objfac.spring.PublishedBeanRegistry
-
- PublisherUtil - Class in org.pentaho.platform.util.client
-
- PublisherUtil() - Constructor for class org.pentaho.platform.util.client.PublisherUtil
-
- putInGlobalAttributesMap(Object, Object) - Static method in class org.pentaho.platform.engine.core.system.PentahoSystem
-
- putInGlobalCache(Object, Object) - Method in class org.pentaho.platform.engine.core.system.SimpleMapCacheManager
-
- putInRegionCache(String, Object, Object) - Method in class org.pentaho.platform.engine.core.system.SimpleMapCacheManager
-
- putInSessionCache(IPentahoSession, String, Object) - Method in class org.pentaho.platform.engine.core.system.SimpleMapCacheManager
-