Package org.pentaho.platform.config
Class PentahoObjectsConfig
java.lang.Object
org.pentaho.platform.config.PentahoObjectsConfig
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
static enum
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.dom4j.Document
protected org.dom4j.Element
getObjectBeanElement
(String objectId) getObjectClassName
(String objectId) getObjectScope
(String objectId) void
setAclPublisher
(String aclPublisher, PentahoObjectsConfig.ScopeType scope) void
setAclVoter
(String aclVoter, PentahoObjectsConfig.ScopeType scope) void
setAuditFileEntry
(String auditFileEntry, PentahoObjectsConfig.ScopeType scope) void
setBackgroundExecutionHelper
(String backgroundExecutionHelper, PentahoObjectsConfig.ScopeType scope) void
setCacheManager
(String cacheManager, PentahoObjectsConfig.ScopeType scope) void
setConditionalExecution
(String conditionalExecution, PentahoObjectsConfig.ScopeType scope) void
setContentRepository
(String contentRepository, PentahoObjectsConfig.ScopeType scope) void
setContentRepositoryOutputHandler
(String contentRepositoryOutputHandler, PentahoObjectsConfig.ScopeType scope) void
setDataSource
(String dataSource, PentahoObjectsConfig.ScopeType scope) void
setDataSourceService
(String dataSourceService, PentahoObjectsConfig.ScopeType scope) void
setDataSourcMgmtService
(String dataSourcMgmtService, PentahoObjectsConfig.ScopeType scope) void
setDocument
(org.dom4j.Document doc) void
setFileOutputHandler
(String fileOutputHandler, PentahoObjectsConfig.ScopeType scope) void
setMessageFormatter
(String messageFormatter, PentahoObjectsConfig.ScopeType scope) void
setObject
(String objectId, PentahoObjectsConfig.ObjectDescriptor objectDescriptor) void
setPasswordService
(String passwordService, PentahoObjectsConfig.ScopeType scope) void
setRuntimeRepository
(String runtimeRepository, PentahoObjectsConfig.ScopeType scope) void
setScheduler
(String scheduler, PentahoObjectsConfig.ScopeType scope) void
setSolutionEngine
(String solutionEngine, PentahoObjectsConfig.ScopeType scope) void
setSubscriptionRepository
(String subscriptionRepository, PentahoObjectsConfig.ScopeType scope) void
setSubscriptionScheduler
(String subscriptionScheduler, PentahoObjectsConfig.ScopeType scope) void
setUiTemplater
(String uiTemplater, PentahoObjectsConfig.ScopeType scope) void
setUserFilesComponent
(String userFilesComponent, PentahoObjectsConfig.ScopeType scope) void
setUserSettingsService
(String userSettingsService, PentahoObjectsConfig.ScopeType scope) void
setVersionHelper
(String versionHelper, PentahoObjectsConfig.ScopeType scope) stringToScopeType
(String scopeTypeString) void
updateObject
(String objectId, PentahoObjectsConfig.ObjectDescriptor objectDescriptor)
-
Field Details
-
SOLUTION_ENGINE_ID
- See Also:
-
CONTENT_REPOSITORY_ID
- See Also:
-
RUNTIME_REPOSITORY_ID
- See Also:
-
AUDIT_FILE_ENTRY_ID
- See Also:
-
UI_TEMPLATER_ID
- See Also:
-
USER_FILES_COMPONENT_ID
- See Also:
-
BACKGROUND_EXECUTION_HELPER_ID
- See Also:
-
SUBSCRIPTION_REPOSITORY_ID
- See Also:
-
SUBSCRIPTION_SCHEDULER_ID
- See Also:
-
USER_SETTINGS_SERVICE_ID
- See Also:
-
FILE_OUTPUT_HANDLER_ID
- See Also:
-
CONTENT_REPOSITORY_OUTPUT_HANDLER_ID
- See Also:
-
ACL_PUBLISHER_ID
- See Also:
-
ACL_VOTER_ID
- See Also:
-
VERSION_HELPER_ID
- See Also:
-
CACHE_MGR_ID
- See Also:
-
SCHEDULER_ID
- See Also:
-
CONDITONAL_EXECUTION_ID
- See Also:
-
MSG_FORMATTER_ID
- See Also:
-
DATA_SOURCE_SERVICE_ID
- See Also:
-
PASSWORD_SERVICE_ID
- See Also:
-
DATA_SOURCE_ID
- See Also:
-
DATA_SOURCE_MGMT_SERVICE_ID
- See Also:
-
PROTOTYPE
- See Also:
-
SESSION
- See Also:
-
SINGLETON
- See Also:
-
-
Constructor Details
-
PentahoObjectsConfig
- Throws:
IOException
org.dom4j.DocumentException
-
PentahoObjectsConfig
- Throws:
org.dom4j.DocumentException
-
PentahoObjectsConfig
public PentahoObjectsConfig()
-
-
Method Details
-
setDocument
public void setDocument(org.dom4j.Document doc) throws org.dom4j.DocumentException - Throws:
org.dom4j.DocumentException
-
getSolutionEngine
-
setSolutionEngine
-
getContentRepository
-
setContentRepository
-
getRuntimeRepository
-
setRuntimeRepository
-
getAuditFileEntry
-
setAuditFileEntry
-
getUiTemplater
-
setUiTemplater
-
getUserFilesComponent
-
setUserFilesComponent
-
getBackgroundExecutionHelper
-
setBackgroundExecutionHelper
public void setBackgroundExecutionHelper(String backgroundExecutionHelper, PentahoObjectsConfig.ScopeType scope) -
getSubscriptionRepository
-
setSubscriptionRepository
public void setSubscriptionRepository(String subscriptionRepository, PentahoObjectsConfig.ScopeType scope) -
getSubscriptionScheduler
-
setSubscriptionScheduler
public void setSubscriptionScheduler(String subscriptionScheduler, PentahoObjectsConfig.ScopeType scope) -
getUserSettingsService
-
setUserSettingsService
public void setUserSettingsService(String userSettingsService, PentahoObjectsConfig.ScopeType scope) -
getFileOutputHandler
-
setFileOutputHandler
-
getContentRepositoryOutputHandler
-
setContentRepositoryOutputHandler
public void setContentRepositoryOutputHandler(String contentRepositoryOutputHandler, PentahoObjectsConfig.ScopeType scope) -
getAclPublisher
-
setAclPublisher
-
getAclVoter
-
setAclVoter
-
getVersionHelper
-
setVersionHelper
-
getCacheManager
-
setCacheManager
-
getScheduler
-
setScheduler
-
getConditionalExecution
-
setConditionalExecution
public void setConditionalExecution(String conditionalExecution, PentahoObjectsConfig.ScopeType scope) -
getMessageFormatter
-
setMessageFormatter
-
getDataSourceService
-
setDataSourceService
-
getPasswordService
-
setPasswordService
-
getDataSource
-
setDataSource
-
getDataSourcMgmtService
-
setDataSourcMgmtService
public void setDataSourcMgmtService(String dataSourcMgmtService, PentahoObjectsConfig.ScopeType scope) -
getObjectBeanElement
-
setObject
-
updateObject
-
getObjectClassName
-
getObjectScope
-
getObject
-
getDocument
public org.dom4j.Document getDocument() -
stringToScopeType
-