Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
devel:documentation:modules_extras [2020/11/20 10:30]
kucerar fixed format of titles for conf properties
devel:documentation:modules_extras [2021/06/17 10:08]
kucerar added sync of code list items
Line 2: Line 2:
 CzechIdM - extras contains various features, which are not suited to be in any other module. List of the currently supported features is below. CzechIdM - extras contains various features, which are not suited to be in any other module. List of the currently supported features is below.
  
-Currently supported CzechIdM version : 10.4.9+Currently supported CzechIdM version : 11.0.x
  
 [[https://github.com/bcvsolutions/czechidm-extras]] [[https://github.com/bcvsolutions/czechidm-extras]]
Line 9: Line 9:
 ===== Table of compatible versions ===== ===== Table of compatible versions =====
  
-^ Extras version  ^ Min dependency versions  ^ Max dependency versions  ^ Note  +^ Extras version  ^ Min dependency versions  ^ Max dependency versions  ^ Note                                                                               
-| 2.5.0           | idm-core-10.3.3          | UNKNOWN                  |       +| 2.5.0           | idm-core-10.3.3          | UNKNOWN                  |                                                                                    
-| 2.6.0           | idm-core-10.4.4          | UNKNOWN                  |       |+| 2.6.0           | idm-core-10.4.4          | UNKNOWN                  |                                                                                    |
 | 2.6.1           | idm-core-10.4.8          | UNKNOWN                  | This version is needed for [[tutorial:adm:import_automatic_roles_on_tree_nodes|]]  | | 2.6.1           | idm-core-10.4.8          | UNKNOWN                  | This version is needed for [[tutorial:adm:import_automatic_roles_on_tree_nodes|]]  |
 +| 2.7.0           | idm-core-10.4.9          | UNKNOWN                  |                                                                                    |
  
  
Line 108: Line 109:
  
 Edit: Support for technical identities added for use in version 1.9.0 Edit: Support for technical identities added for use in version 1.9.0
-===== Get titles before and after =====+===== Script split titles before and after =====
 Almost every project receive all titles in one string and IdM allow separates titles before and after. For this case was created in *ExtrasUtils* two methods *getTitlesAfter* and *getTitlesBefore*. And transformation scripts *extrasGetTitlesBefore* and *extrasGetTitlesAfter*, transformation scripts calls method from utils. Almost every project receive all titles in one string and IdM allow separates titles before and after. For this case was created in *ExtrasUtils* two methods *getTitlesAfter* and *getTitlesBefore*. And transformation scripts *extrasGetTitlesBefore* and *extrasGetTitlesAfter*, transformation scripts calls method from utils.
  
-Dictionary with titles can be setup by configuration properties. Default values exists.+Dictionary with titles can be setup by configuration properties. Default values exists in [[https://github.com/bcvsolutions/czechidm-extras/blob/2.6.1/Realization/backend/idm-extras/src/main/java/eu/bcvsolutions/idm/extras/util/ExtrasUtils.java#L62|BE]]
 <code> <code>
 idm.sec.extras.configuration.titlesAfter=Ph.D.,Th.D.,CSc.,DrSc.,dr. h. c.,DiS.,MBA,LL.M.,FESC,MHA,FEBO,FESO,FEBU,FACC idm.sec.extras.configuration.titlesAfter=Ph.D.,Th.D.,CSc.,DrSc.,dr. h. c.,DiS.,MBA,LL.M.,FESC,MHA,FEBO,FESO,FEBU,FACC
 idm.sec.extras.configuration.titlesBefore=Bc.,BcA.,Ing.,Ing. arch.,MUDr.,MVDr.,MgA.,Mgr.,JUDr.,PhDr.,RNDr.,PharmDr.,ThLic.,ThDr.,prof.,doc.,PaedDr.,Dr.,PhMr.,MDDr. idm.sec.extras.configuration.titlesBefore=Bc.,BcA.,Ing.,Ing. arch.,MUDr.,MVDr.,MgA.,Mgr.,JUDr.,PhDr.,RNDr.,PharmDr.,ThLic.,ThDr.,prof.,doc.,PaedDr.,Dr.,PhMr.,MDDr.
 +</code> 
 +in version 2.8.0 was added the option to select a separator for source string and for titles before and after values in IdM. 
 +<code> 
 +idm.sec.extras.configuration.titlesSourceSeparator - a character, that separates titles in the source. Default"
 +idm.sec.extras.configuration.titlesBeforeSeparator - titles before separator for IdM. Default",
 +idm.sec.extras.configuration.titlesAfterSeparator - titles before separator for IdM. Default", "
 </code> </code>
  
Line 123: Line 129:
  
 ===== Groups synchronization workflow  ===== ===== Groups synchronization workflow  =====
-Since module version **1.4.0** was exists better workflow for groups synchronization than in core. This workflow has same features as product. In product will be available same feature as this workflow but with configuration from GUI+Since module version **1.4.0** there exists improved workflow in the extras module for groups synchronization than in the core moduleThe workflow **Extras Synchronization - Roles from LDAP** (extrasSyncRoleLdap) has more features and some fixed bugs than the product workflow syncRoleLdapThe workflow in the product is not developed anymore, because we plan to add more user-friendly configuration of the feature in future versions of the product. 
 + 
 +Documentation for configuration is available in [[tutorial:dev:ad_groups_sync_workflow#set_aplication_properties|Group synchronization workflow - Application properties]]. 
 + 
 +Note: the workflow extrasSyncRoleLdap depends on some services implemented in the extras module, so to use this workflow, you must deploy the whole module to CzechIdM. 
  
-Documentation for configuration is available [[tutorial:dev:ad_groups_sync_workflow|]]. 
  
 ===== Workflow to disable contract on MISSING_ACCOUNT ===== ===== Workflow to disable contract on MISSING_ACCOUNT =====
Line 151: Line 161:
  
 Documentation is available [[devel:documentation:modules_extras:import_code_list_an_it_s_items|there]] Documentation is available [[devel:documentation:modules_extras:import_code_list_an_it_s_items|there]]
 +
 +===== Synchronize code list items from end system =====
 +Since module version **3.2.0**
 +
 +Documentation is available [[devel:documentation:modules_extras:sync_code_list_items|there]]
  
 ===== Evaluators (permissions) for Identities and Contracts which are both subordinate and have given projection ===== ===== Evaluators (permissions) for Identities and Contracts which are both subordinate and have given projection =====
Line 161: Line 176:
  
 Documentation is available [[tutorial:adm:modules_extras_wf|there]] Documentation is available [[tutorial:adm:modules_extras_wf|there]]
 +
 +===== Script for soft abbreviate strings (extrasAbbreviateString) =====
 +Since module version **3.2.0**
 +
 +Script called **extrasAbbreviateString** abbreviate given string by default with maximum length 255. Maximum length can be defined by adding parameter **maximum**. For example:
 +  * .addParameter('maximum', 60)
 +
 +Result examples:
 +  * "Hi how are you" - maximum: 9 - "Hi how"
 +  * "Ing. Mgr. at Mgr. MBA" - maximum: 20 - "Ing. Mgr. at Mgr."
 +  * "Ing." - maximum: 20 - "Ing."
 +
  
  • by apeterova