Table of Contents

Search

  1. Preface
  2. Introduction
  3. IDD Concepts
  4. Implementation Process
  5. IDD Configuration Manager
  6. Manual IDD Configuration
  7. IDD Global Properties
  8. Sizing and Platform Requirements
  9. Application Components
  10. IDD Security Configuration
  11. Data Security
  12. Example Role-Based Security Configuration
  13. Data Masking
  14. Siperian BPM Workflow Engine
  15. Locale Codes
  16. Troubleshooting
  17. Glossary

Data Director Implementation Guide

Data Director Implementation Guide

User Interface Extensions

User Interface Extensions

User Interface extensions are used to add custom functionality to an IDD application.
Element
Description
uiExtensions
Can be added to the configuration to add top-level tabs and
Start workspace
extensions.
externalLinkChild
Can be configured to add child tabs to a subject area.
externalLinkAction
Can be configured to add actions to a subject area, subject area child, or search results.
These extensions are invoked via an URL to which parameters can be passed. These parameters can include the username and password for the logged-in user. These can be passed in clear text or encrypted text through Blowfish symmetric encryption. Use the encryptionKey as an optional element in the bddApplication element.
<bddApplication xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="AppName" displayName="Application Name" defaultLocale="en" sessionTimeoutMinutes="30" xsi:noNamespaceSchemaLocation="./
siperian-bdd-config-6.xsd
"> <encryptionKey>secretKey</encryptionKey> ... </bddApplication>

0 COMMENTS

We’d like to hear from you!