Jump to: navigation, search

Difference between revisions of "LOCKED OBJECTS"


(Locked by hierarchy)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Locked Objects =
 
 
In UBIK objects can be locked for multiple reasons, these different types of locking are discussed in this article.
 
In UBIK objects can be locked for multiple reasons, these different types of locking are discussed in this article.
 
----
 
----
== Locking for system reasons ==
 
Objects may be globally locked by the system to ensure consistency and stability.
 
=== Locked during initialization ===
 
During initialization objects are locked to prevent objects from being edited before their latest state is loaded.
 
 
 
== Locking in MRO tasks ==
 
== Locking in MRO tasks ==
 
=== Locked by [[MRO_Objects_(Client)#Locking|hierarchy]] ===
 
=== Locked by [[MRO_Objects_(Client)#Locking|hierarchy]] ===
 
By design, an MRO object is locked if its parent MRO work package is confirmed. This type of locking is applied recursively to all child MRO objects.
 
By design, an MRO object is locked if its parent MRO work package is confirmed. This type of locking is applied recursively to all child MRO objects.
 
+
=== Locked by [[MRO_Objects_(Client)#Sequential_Task|sequence]] ===
 
+
=== Locked by sequence ===
+
 
An MRO task can also be locked if it belongs to a sequential list of tasks that must be completed in order, in this case all tasks but the current one are locked.
 
An MRO task can also be locked if it belongs to a sequential list of tasks that must be completed in order, in this case all tasks but the current one are locked.
  
 
== Locking through access rights ==
 
== Locking through access rights ==
=== Locked by  [[Exclusive_Access_Content_(Client)|Exclusive access]]{{Version/WinXSince|4.1}} ===
+
=== Locked by  [[Exclusive_Access_Content_(Client)|exclusive access]]{{Version/WinXSince|4.1}} ===
 
Objects may have exclusive access, allowing only a single user to edit it by checking it out, for all other users this objects is locked and can not be edited.
 
Objects may have exclusive access, allowing only a single user to edit it by checking it out, for all other users this objects is locked and can not be edited.
=== Locked by [[User_Rights|User rights]] ===
+
=== Locked by [[User_Rights|user rights]] ===
 
If a user does not have the necessary right to write to, or even read the contents of an object this object appears locked. This can apply to groups of objects, single objects or even properties of objects.
 
If a user does not have the necessary right to write to, or even read the contents of an object this object appears locked. This can apply to groups of objects, single objects or even properties of objects.
 +
 +
== Locking for other reasons ==
 +
=== Locked during initialization ===
 +
After login objects are locked to prevent objects from being edited before the session is fully initialized.

Latest revision as of 14:01, 31 May 2023

In UBIK objects can be locked for multiple reasons, these different types of locking are discussed in this article.


Locking in MRO tasks

Locked by hierarchy

By design, an MRO object is locked if its parent MRO work package is confirmed. This type of locking is applied recursively to all child MRO objects.

Locked by sequence

An MRO task can also be locked if it belongs to a sequential list of tasks that must be completed in order, in this case all tasks but the current one are locked.

Locking through access rights

Locked by exclusive access

Objects may have exclusive access, allowing only a single user to edit it by checking it out, for all other users this objects is locked and can not be edited.

Locked by user rights

If a user does not have the necessary right to write to, or even read the contents of an object this object appears locked. This can apply to groups of objects, single objects or even properties of objects.

Locking for other reasons

Locked during initialization

After login objects are locked to prevent objects from being edited before the session is fully initialized.