Difference between revisions of "Property-Value Journal"
(Created page with "==General information== Since Version 2.2.1 UBIK supports the a journal feature for every single property. UBIK logs the change of every propertyvalue in the system and provid...") |
|||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | A journal feature for a single property is available since version 2.2.1. {{UBIK}} logs changes of property values in the system and provides a mechanism to evaluate information about | |
− | + | * the user changing a property value | |
+ | * the timestamp the property value has changed | ||
− | + | The journal feature can be activated for each single [[MetaProperty]], see ([[HowTo:Activate Logging of PropertyValues]]). | |
+ | {{Hint|Once the logging is activated, every change on the property will be logged in the database}} | ||
== Journal == | == Journal == | ||
− | It is possible to see a list of all changes (per property) by using the | + | It is possible to see a list of all changes (per property) by using the {{Object Explorer}}. |
− | By exploring an instance it is possible to browse through all | + | By exploring an instance it is possible to browse through all its properties. If the journal feature is activated, a list of all changes made to a property value can be shown: |
+ | |||
+ | <br/>[[File:Property_Journal.000.PNG|border]] | ||
{| class="wikitable" | width = "50%" | {| class="wikitable" | width = "50%" | ||
Line 17: | Line 21: | ||
| LastChange|| Displays the very last change (on the timeline) that were made for the current property | | LastChange|| Displays the very last change (on the timeline) that were made for the current property | ||
|- | |- | ||
− | | UTS|| If the logging is activated, it | + | | UTS|| If the logging is activated, it shows to see the time stamp of the last change for the current property.<br />If not activated, it shows the creation time stamp of the object. |
|- | |- | ||
| ValueChangeLogActive|| Indicates whether the logging is activated for the current property | | ValueChangeLogActive|| Indicates whether the logging is activated for the current property | ||
|- | |- | ||
|} | |} | ||
− | |||
− | |||
− | |||
=== Changelogs === | === Changelogs === | ||
− | By opening the | + | By opening the changelogs list you see an overview of all commited value changes. It is possible to view the details of every single log entry by browsing through the changelog. |
+ | |||
+ | <br/>[[File:Property_Journal.001.PNG|border]] | ||
{| class="wikitable" | width = "50%" | {| class="wikitable" | width = "50%" | ||
Line 33: | Line 36: | ||
! Property!! Description | ! Property!! Description | ||
|- | |- | ||
− | | ChangedFrom|| The previous | + | | ChangedFrom|| The previous value of the property (before the change) |
|- | |- | ||
− | | ChangedTo|| The "new" | + | | ChangedTo|| The "new" value of the property (after the change) |
|- | |- | ||
| Timestamp|| Timestamp when the change was made | | Timestamp|| Timestamp when the change was made | ||
Line 41: | Line 44: | ||
| UbikSession|| Shows the session object during which the change was made | | UbikSession|| Shows the session object during which the change was made | ||
|- | |- | ||
− | | ChangedIndexValues|| Gives a detailed overview for changes done on the index values ( | + | | ChangedIndexValues|| Gives a detailed overview for changes done on the index values (only available for indexed properties) |
|- | |- | ||
|} | |} | ||
+ | |||
+ | [[Category:Studio|Property-Value Journal]] |
Latest revision as of 07:44, 25 August 2015
A journal feature for a single property is available since version 2.2.1. UBIK® logs changes of property values in the system and provides a mechanism to evaluate information about
- the user changing a property value
- the timestamp the property value has changed
The journal feature can be activated for each single MetaProperty, see (Activate Logging of PropertyValues).
Journal
It is possible to see a list of all changes (per property) by using the Object Explorer. By exploring an instance it is possible to browse through all its properties. If the journal feature is activated, a list of all changes made to a property value can be shown:
Property | Description |
---|---|
ChangeLogs | Displays a collection of all logged changes of the current property |
LastChange | Displays the very last change (on the timeline) that were made for the current property |
UTS | If the logging is activated, it shows to see the time stamp of the last change for the current property. If not activated, it shows the creation time stamp of the object. |
ValueChangeLogActive | Indicates whether the logging is activated for the current property |
Changelogs
By opening the changelogs list you see an overview of all commited value changes. It is possible to view the details of every single log entry by browsing through the changelog.
Property | Description |
---|---|
ChangedFrom | The previous value of the property (before the change) |
ChangedTo | The "new" value of the property (after the change) |
Timestamp | Timestamp when the change was made |
UbikSession | Shows the session object during which the change was made |
ChangedIndexValues | Gives a detailed overview for changes done on the index values (only available for indexed properties) |