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 Both sides next revision
devel:documentation:synchronization:dev:contract-slice-sync [2019/10/01 07:45]
doischert
devel:documentation:synchronization:dev:contract-slice-sync [2019/10/01 07:48]
doischert [Fields for sync contractual relationship mapping]
Line 59: Line 59:
   * **Contract code** - Code of the parent contract. This `String` value represents relation between all slices for the same contract.   * **Contract code** - Code of the parent contract. This `String` value represents relation between all slices for the same contract.
   * **Valid from of slice** - Defines time from which the slice is valid. Valid till of slice is computed automatically (by the validity of the next slice) after save. Output value from attribute transformation must be 'org.joda.time.LocalDate' (or String in the format `yyyy-MM-dd`).   * **Valid from of slice** - Defines time from which the slice is valid. Valid till of slice is computed automatically (by the validity of the next slice) after save. Output value from attribute transformation must be 'org.joda.time.LocalDate' (or String in the format `yyyy-MM-dd`).
-  * **Owner** - Relation owner. Must be identity in IdM. This field is required for every relation. Output from attribute transformation can be:+  * **Owner** - Relation'owner, it must be an existing identity in IdM. This field is required for every relation. Output from attribute transformation can be:
       * ID of IdM identity in String or UUID format.       * ID of IdM identity in String or UUID format.
       * Username of IdM identity in String.        * Username of IdM identity in String. 
-  * **Main** - Define if the contract is the main contracts (among all contracts for the identity). Output from attribute transformation must be Boolean.+  * **Main** - Defines if the contract is the main contract (among all contracts for the identity). Output from attribute transformation must be Boolean.
   * **State** - State of contract. Output from attribute transformation must be enumeration ContractState or String representation for this enumeration (DISABLED, EXCLUDED) (see below for more details).   * **State** - State of contract. Output from attribute transformation must be enumeration ContractState or String representation for this enumeration (DISABLED, EXCLUDED) (see below for more details).
   * **Position** - String representation of contract. Typically name of contract.   * **Position** - String representation of contract. Typically name of contract.
  • by kubicar