Jump to: navigation, search

Difference between revisions of "Auto add MetaProperties to MetaClassScope"


(Set MetaClass and add MetaProperties to Scope)
(Add MetaProperties to Scope)
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Version/ServerSince|4.8}} One of the [[Drag and Drop Actions]] in UBIK 3.7.1 and above is the automatic creation of new MetaClass Scope.  
 
{{Version/ServerSince|4.8}} One of the [[Drag and Drop Actions]] in UBIK 3.7.1 and above is the automatic creation of new MetaClass Scope.  
 
 
 
 
<!-- DO NOT MODIFY THE NAME OF THIS SECTION, BUT REMOVE IT IF NOT REQUIRED -->
 
<!-- DO NOT MODIFY THE NAME OF THIS SECTION, BUT REMOVE IT IF NOT REQUIRED -->
 
 
==Set MetaClass and add MetaProperties to Scope==
 
==Set MetaClass and add MetaProperties to Scope==
 
===Functionality===
 
===Functionality===
 
This Drag and Drop Action will set the MetaClass on the MetaClassScope and add MetaProperties.
 
This Drag and Drop Action will set the MetaClass on the MetaClassScope and add MetaProperties.
Only Metaproperties that are not "Signature" will be added to the MetaClassScope.
+
Only non-Signature MetaProperties will be added. The MetaProperties "Tenant" and "Namespace" are excluded.
The Metaproperties "Tenant" and "Namespace" are excluded and will not be added by this Drag and Drop Action.
+
Also the following RelationProperties will be set to to their default value:
 
+
* Priority -> 0
The following Relation Properties of every MetaProperty will be set to 0 by default:
+
* Lockstatus -> Read
* Priority
+
* Visibility -> Visible
* Lockstatus
+
* Sort Order -> 0
* ACM Visibility
+
* Compare Value -> DoNotCompareValue
* Order
+
* Compare Value
+
  
 
===Trigger===
 
===Trigger===
It can be triggered by dragging a MetaClass onto a MetaClassScope. Confirm your decision to create a MetaClassScope by clicking on the upcoming context menu item "Fully create scope".
+
It can be triggered by dragging a MetaClass onto a MetaClassScope where the "MetaClass" Property is not set. Confirm your decision to create a MetaClassScope by clicking on the upcoming context menu item "Scope MetaClass and its properties".
  
 
[[File:ScopeMetaClassAndMetaProperties.png]]
 
[[File:ScopeMetaClassAndMetaProperties.png]]
Line 26: Line 20:
 
== Add MetaProperties to Scope==
 
== Add MetaProperties to Scope==
 
===Functionality===
 
===Functionality===
It can be triggered by dragging a MetaClass onto a Context. Confirm your decision to create a MetaClassScope by clicking on the upcoming context menu item "Fully create scope".
+
This Drag and Drop Action will add missing MetaProperties.
 +
Only non-Signature MetaProperties will be added. The MetaProperties "Tenant" and "Namespace" are excluded.
 +
Also the following RelationProperties will be set to to their default value:
 +
* Priority -> 0
 +
* Lockstatus -> Read
 +
* Visibility -> Visible
 +
* Sort Order -> 0
 +
* Compare Value -> DoNotCompareValue
  
[[File:DragDropViewItem.png]]
 
 
===Trigger===
 
===Trigger===
 +
It can be triggered by dragging a MetaClass onto a MetaClassScope where the MetaClass Property is already set but required MetaProperties are missing. Confirm your decision to create a MetaClassScope by clicking on the upcoming context menu item "Scope missing MetaClass properties".
 +
 +
[[File:ScopeMissingMetaProperties.png]]
 +
  
 
=See also=
 
=See also=

Latest revision as of 13:37, 18 March 2025

One of the Drag and Drop Actions in UBIK 3.7.1 and above is the automatic creation of new MetaClass Scope.

Set MetaClass and add MetaProperties to Scope

Functionality

This Drag and Drop Action will set the MetaClass on the MetaClassScope and add MetaProperties. Only non-Signature MetaProperties will be added. The MetaProperties "Tenant" and "Namespace" are excluded. Also the following RelationProperties will be set to to their default value:

  • Priority -> 0
  • Lockstatus -> Read
  • Visibility -> Visible
  • Sort Order -> 0
  • Compare Value -> DoNotCompareValue

Trigger

It can be triggered by dragging a MetaClass onto a MetaClassScope where the "MetaClass" Property is not set. Confirm your decision to create a MetaClassScope by clicking on the upcoming context menu item "Scope MetaClass and its properties".

ScopeMetaClassAndMetaProperties.png


Add MetaProperties to Scope

Functionality

This Drag and Drop Action will add missing MetaProperties. Only non-Signature MetaProperties will be added. The MetaProperties "Tenant" and "Namespace" are excluded. Also the following RelationProperties will be set to to their default value:

  • Priority -> 0
  • Lockstatus -> Read
  • Visibility -> Visible
  • Sort Order -> 0
  • Compare Value -> DoNotCompareValue

Trigger

It can be triggered by dragging a MetaClass onto a MetaClassScope where the MetaClass Property is already set but required MetaProperties are missing. Confirm your decision to create a MetaClassScope by clicking on the upcoming context menu item "Scope missing MetaClass properties".

ScopeMissingMetaProperties.png


See also