public class UIOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
ExecuteImmediately
true to execute the query as soon as the page loads (default = false). |
UserActionHookCollection |
Hooks
Contains all the User Action Hooks
for the Match UI session.
|
boolean |
ShowBanner
true to show the banner containing your account logo inside the matching UI (default = true). |
boolean |
ShowDetailsButton
true to show a button that opens the 'details' popup containing detailed job/resume info (default = true). |
boolean |
ShowFilterCriteria
true to allow the user to see/modify the filter criteria (default = true). |
boolean |
ShowFindSimilar
true to add a button in the Actions menu that matches other jobs/resumes similar to the current one (default = true). |
boolean |
ShowJobBoards
true to include job boards in search/match results. |
boolean |
ShowSavedSearches
true to allow the user to save custom searches or select from pre-made criteria templates (default = false). |
boolean |
ShowWebSourcing
true to include Sovren custom web sourcing in search/match results. |
boolean |
ShowWeights
true to allow the user to see/modify the category weights (default = true). |
List<String> |
SkillsAutoCompleteCustomSkillsList
If you are using custom skills, provide your custom skills list names here.
|
List<UserDefinedTagsPicklist> |
UserDefinedTagsPicklists
Picklists shown in the UI for your users to filter on your user-defined tags.
|
String |
Username
The username of the user for which you are generating a Matching UI session.
|
| Constructor and Description |
|---|
UIOptions() |
public String Username
public boolean ShowFilterCriteria
true to allow the user to see/modify the filter criteria (default = true).public boolean ExecuteImmediately
true to execute the query as soon as the page loads (default = false). This is only applicable for Searching.
All matches/bimetric scoring are executed immediately even if this is false.public boolean ShowBanner
true to show the banner containing your account logo inside the matching UI (default = true).public boolean ShowWeights
true to allow the user to see/modify the category weights (default = true).public boolean ShowDetailsButton
true to show a button that opens the 'details' popup containing detailed job/resume info (default = true).public boolean ShowFindSimilar
true to add a button in the Actions menu that matches other jobs/resumes similar to the current one (default = true).public boolean ShowWebSourcing
true to include Sovren custom web sourcing in search/match results. Cannot be used for bimetric scoring (default = false).public boolean ShowJobBoards
true to include job boards in search/match results. Cannot be used for bimetric scoring (default = true).
Must add credentials in the Sovren Portalpublic boolean ShowSavedSearches
true to allow the user to save custom searches or select from pre-made criteria templates (default = false).public UserActionHookCollection Hooks
public List<UserDefinedTagsPicklist> UserDefinedTagsPicklists
Copyright © 2021. All rights reserved.