Changes
|-
| METACLASS || Guid || no || Reference to the according MetaClass
|-
| DELETE_CONFIG|| Integer || no || Possibility to configure the delete behavior when a instance of the defined MetaClass gets deleted via the ACM (Web Service)
|}
== Classifications ==
== Icons ==
For deploying MetaClass specific icons it is necessary to create an own MetaClassScope for each MetaClass. Otherwise, the system will always deliver the icon of the most suitable MetaClassScope fitting a parent's MetaClass.
== Delte Configuration ==
The Delete Configuration gives the possibility to configure whether an instance of the configured MetaClass may be deleted via ACM.
{| class="wikitable" width=50%
|-
! width=30% | Setting !! width=70% | Description
|-
| NotDeleteable || Deletion of an instance of the configured MetaClass via the WebService is not supported
|-
| RemoveFromOwner || Deletion of an instance is possible via the WebService. The instance will be removed from its owner (the relation/reference will be deleted) but the instance itself will not be deleted from the database.
|-
| Deleteable || Deletion of an instance of the configured MetaClass via the WebService is not supported and the deleted object will get totally be removed from Ubik (will get deleted in the database).
|}
== See also ==