+

Search Tips   |   Advanced Search

Configuration options

To change the overall behavior of the UX Screen Flow Manager, several configuration options are available. We specify the options as Resource Environment Provider (REP) properties. For more information, read Setting service configuration properties.

We can enable or disable the UX Screen Flow Manager using a single configuration switch. The switch can be found in the REP WP_ConfigService for the portal configuration service

Property: com.ibm.wps.pcm.enabled
Values: true, false
Default: true
Description: If true, the IBM UX Screen
Flow Manager is enabled. If false, the IBM UX Screen
Flow Manager is disabled.

All other properties are listed in the following. You find them in the resource environment provider WP_PCMConfig.

Property: com.ibm.wps.pcm.dialog.default.return.uniquename
Value: A valid unique name of a page or portlet window
Default: None. Set a unique name.
Description: Default return target to which a user is redirected after a dialog instance ends. For more information, read Start transitions and special events.

Property: com.ibm.wps.pcm.dialog.default.dialogstep.display.endtransition
Values: true, false
Default: true
Description: Determine whether the end transition is part of the set of dialog steps that is revealed by the dialog state display (DSD) (true) or not (false).

Property: com.ibm.wps.pcm.dcx.jaxb.serialization.mode
Values: on, off, auto
Default: auto
Description: Determine the JAXB marshalling mode of objects that are put into the DCX using the DCX API. Use one of the following values:

  • The value on means that data to be stored in the DCX is always JAXB marshaled.

  • The value auto means the data is JAXB marshaled only if required. The decision is computed by analyzing the class loader hierarchy.

  • The value off means the data is never JAXB marshaled. For more information, read Packaging of event mappers and JAXB serialization.


Parent IBM UX Screen Flow Manager

Related concepts:

Start transitions and special events
Packaging of event mappers and JAXB serialization