Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt

Provides functionality to search for a user using a configurable set of attributes, returns a IPersonAttributes object for the found user.

All user attributes that are displayed are run through the spring:message tag so human readable names can be provided by a messages file for the portlet using this flow.

Flow Inputs

Type

Default

Description

showCancelButton

boolean

false

If a cancel button should be displayed on the search page

personSearchResults_selectAndGoButtonTextKey

string

personSearchResults.selectAndGoButton

Message code to use for the text on the button which selects and returns a user from the results list view

personDetails_selectAndGoButtonTextKey

string

personDetails.selectAndGoButton

Message code to use for the text on the button which returns the displayed user on the details view

...