<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.augmensys.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=KNO</id>
		<title>UBIK Wiki / Augmensys - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.augmensys.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=KNO"/>
		<link rel="alternate" type="text/html" href="https://wiki.augmensys.com/index.php?title=Special:Contributions/KNO"/>
		<updated>2026-04-24T11:40:59Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wiki.augmensys.com/index.php?title=MetaProperty&amp;diff=19895</id>
		<title>MetaProperty</title>
		<link rel="alternate" type="text/html" href="https://wiki.augmensys.com/index.php?title=MetaProperty&amp;diff=19895"/>
				<updated>2017-01-19T10:47:12Z</updated>
		
		<summary type="html">&lt;p&gt;KNO: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In {{UBIK}}, a Metaproperty describes a single feature of a certain [[Metaclass]]. A Metaproperty will never hold own values, but it serves as a definition for a resulting [[BaseProperty]] on a derived [[Instance|ContentClass]].&lt;br /&gt;
&lt;br /&gt;
For enhanced reuse, MetaProperties can be organized in a Pool and linked to many MetaClasses, using the [[SYSREL_METAPROPERTY|Systemrelation MetaProperty]]&lt;br /&gt;
&lt;br /&gt;
==Data Types==&lt;br /&gt;
A MetaProperty needs to have a data type that determines which kind of data should be stored in it. The following data types are currently supported by {{UBIK}}:&lt;br /&gt;
&lt;br /&gt;
===Undefined===&lt;br /&gt;
Default value; will result in an error when attempting to set values.&lt;br /&gt;
&lt;br /&gt;
===Boolean===&lt;br /&gt;
A [http://en.wikipedia.org/wiki/Boolean_data_type#ALGOL.2C_Java.2C_and_C.23 boolean] value that can be either True or false&lt;br /&gt;
&lt;br /&gt;
===ByteStream===&lt;br /&gt;
A serialized stream of bytes, non human readable.&lt;br /&gt;
&lt;br /&gt;
===Source Code===&lt;br /&gt;
A compressed text value, typically used to store texts with lots of white spaces and formatting information, such as source code.&lt;br /&gt;
&lt;br /&gt;
===Date/Time===&lt;br /&gt;
Date and time in a combined value, where the actual format is depending on the cultural/regional settings of the machine.&lt;br /&gt;
&lt;br /&gt;
===Floating point===&lt;br /&gt;
[http://en.wikipedia.org/wiki/Double-precision_floating-point_format Double-precision floating-point format], optionally with unit of measurement that can be configured with the setting [[#Unit Item|Unit item]].&lt;br /&gt;
&lt;br /&gt;
===File reference===&lt;br /&gt;
A path to a physical file in [http://en.wikipedia.org/wiki/Path_(computing)#MS-DOS.2FMicrosoft_Windows_style DOS/Windows]- or [http://en.wikipedia.org/wiki/Path_(computing)#Uniform_Naming_Convention UNC] notation.&lt;br /&gt;
&lt;br /&gt;
If the file should be serialized into the database, the [[MetaProperty#Serialize|Serialize]] attribute has to be checked and a [[MetaProperty#Bytestream_Type|Bytestream Type]] must be chosen. Supported types are PNG and JPEG.&lt;br /&gt;
&lt;br /&gt;
[[Category:UBIK Object|MetaProperty]]&lt;br /&gt;
&lt;br /&gt;
===Geographic Coordinate===&lt;br /&gt;
Absolute geographic position combined of [http://en.wikipedia.org/wiki/Longitude Longitude], [http://en.wikipedia.org/wiki/Latitude Latitude] and [http://en.wikipedia.org/wiki/Altitude  Altitude] in [http://en.wikipedia.org/wiki/World_Geodetic_System WGS84] format.&lt;br /&gt;
&lt;br /&gt;
===Guid===&lt;br /&gt;
A pointer to another object, represented with the [http://en.wikipedia.org/wiki/Globally_unique_identifier GUID] of the target object.&lt;br /&gt;
&lt;br /&gt;
===Integer===&lt;br /&gt;
A discrete [http://en.wikipedia.org/wiki/Integer_(computer_science) integer] number.&lt;br /&gt;
&lt;br /&gt;
===Text===&lt;br /&gt;
A [http://en.wikipedia.org/wiki/String_(computer_science) string] value.&lt;br /&gt;
&lt;br /&gt;
===XML===&lt;br /&gt;
Markup text in [http://en.wikipedia.org/wiki/Xml XML] format.&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
A MetaProperty can be configured with various additional options which are described in the following.&lt;br /&gt;
&lt;br /&gt;
===String Length===&lt;br /&gt;
The maximum number of characters for a property value. Only applies to property types that store text values, like&lt;br /&gt;
* [[#Text|Text]]&lt;br /&gt;
* [[#Source Code|Source Code]]&lt;br /&gt;
* [[#File Reference|File Reference]]&lt;br /&gt;
* [[#XML|XML]]&lt;br /&gt;
&lt;br /&gt;
===Multilanguage===&lt;br /&gt;
If set to true, the property will store values in all configured languages. Only applies to properties of type [[#Text|Text]].&lt;br /&gt;
&lt;br /&gt;
===Reference===&lt;br /&gt;
The [[Reference|reference]] to use for pointing to another {{UBIK}} object. Only applies to properties of type [[#Guid|Guid]].&lt;br /&gt;
&lt;br /&gt;
===Selective List===&lt;br /&gt;
The [[SelectiveList|Selective List]] to pick values from instead of providing free input of values.&lt;br /&gt;
&lt;br /&gt;
===Unit Item===&lt;br /&gt;
The [[UnitItem|Unit Item]] that shall be assigned to the value of the property. Only applies to properties of type [[#Floating Point|floating point]].&lt;br /&gt;
&lt;br /&gt;
===Format===&lt;br /&gt;
The format how a numeric value should be displayed. Only applies to properties of type [[#Floating Point|floating point]]. Some examples:&lt;br /&gt;
&lt;br /&gt;
* #.### will result in a number with a maximum of 3 digits right of the decimal point&lt;br /&gt;
* #.0 will result in a number with a 0 or one digit right of the decimal point&lt;br /&gt;
&lt;br /&gt;
For a full list of formatting options please refer to Microsoft's documentation about &lt;br /&gt;
* [http://msdn.microsoft.com/en-us/library/dwhawy9k(v=vs.100).aspx standard numeric format strings] and &lt;br /&gt;
* [http://msdn.microsoft.com/en-us/library/0c899ak8(v=vs.100).aspx custom numeric format strings]&lt;br /&gt;
&lt;br /&gt;
{{Attention|Please be ware that the result of the formatting is also depending on the regional/cultural settings of your machine}}&lt;br /&gt;
&lt;br /&gt;
===Value Validation===&lt;br /&gt;
Provide absolute lower and upper limits as well as a warning scope for the property values. The system evaluates the configured validation object as&lt;br /&gt;
* Value will be discarded if it exceeds lower or upper limits&lt;br /&gt;
* Input field will be marked with a yellow border if the value is within the warning boundaries&lt;br /&gt;
&lt;br /&gt;
===Meta Attribute===&lt;br /&gt;
If an [[Attribute]] object has been set the system will automatically store extended information for a property value, for example a validation time stamp.&lt;br /&gt;
====Needs Validation====&lt;br /&gt;
{{Attention|Replaced by [[UBIK Attributes]] technique since Version 2.5!}}&lt;br /&gt;
&lt;br /&gt;
===Default value===&lt;br /&gt;
The default value of a MetaProperty defines which value will be displayed on the client by a property if it doesn't have an own value set.&lt;br /&gt;
&lt;br /&gt;
===Initial value===&lt;br /&gt;
The initial value of a MetaProperty defines which value will be set to the property initially when a new instance of it is created. Once the value is changed, the initial value is lost for this instance.&lt;br /&gt;
&lt;br /&gt;
===Index Keys===&lt;br /&gt;
Enter the index keys as a comma separated list of strings, for example &amp;quot;a,b,c,d&amp;quot; (INDEXCOUNT = 4). &lt;br /&gt;
&lt;br /&gt;
===Index Count===&lt;br /&gt;
Set the number of named index keys, for example to 4.&lt;br /&gt;
&lt;br /&gt;
===Index Type===&lt;br /&gt;
&lt;br /&gt;
===Bytestream Type===&lt;br /&gt;
Defines how the data is serialized in the database, possbile types are&lt;br /&gt;
* PNG&lt;br /&gt;
* JPEG&lt;br /&gt;
* Text (string) [but which is not supported by subsequent features yet]&lt;br /&gt;
&lt;br /&gt;
===Order===&lt;br /&gt;
Defines the ordering of the MetaProperty with an integer number in ascending order, so the lowest number will be first in order.&lt;br /&gt;
&lt;br /&gt;
===Serialize===&lt;br /&gt;
If true, the value of the property will be serialized when it is set or changed.&lt;br /&gt;
&lt;br /&gt;
===Category===&lt;br /&gt;
The category the property shall be assigned to. This is used for grouping purposes in various UI elements, where properties of the same assigned category will be displayed together.&lt;br /&gt;
&lt;br /&gt;
[[Category:UBIK Object|MetaProperty]]&lt;br /&gt;
&lt;br /&gt;
==Editing a MetaProperty==&lt;br /&gt;
Once a MetaProperty is used on a single [[MetaClass]] editing of properties is restricted to properties that may not effect data validity.&lt;br /&gt;
The System uses a [[Rule]] to validate the edited properties and creates a [[RuleViolation]] whenever a &amp;quot;locked&amp;quot; property is edited.&lt;br /&gt;
Following properties may not be changed/edited for a &amp;quot;used&amp;quot; MetaProperty:&lt;br /&gt;
*Name&lt;br /&gt;
*PropertyType&lt;br /&gt;
&lt;br /&gt;
==Released To LiveMode==&lt;br /&gt;
A MetaProperty is marked as [[Released_to_LiveMode|released to live mode]] when: &lt;br /&gt;
* It is used on at least one [[MetaClass]] which is already released.&lt;br /&gt;
* It is referenced by at least one [[PoolMetaProperty]] which is used on at least one [[MetaClass]] which is already released.&lt;br /&gt;
&lt;br /&gt;
Editing a released MetaProperty is restricted to properties that have no effect on the released table structure. The System uses a [[Rule]] to validate the edited properties and creates a [[RuleViolation]] whenever a &amp;quot;locked&amp;quot; property is edited.&lt;br /&gt;
Following properties may not be changed/edited for a released MetaProperty:&lt;br /&gt;
*Name&lt;br /&gt;
*PropertyType&lt;br /&gt;
*StringLen&lt;br /&gt;
*Multilanguage&lt;br /&gt;
*Indexcount&lt;br /&gt;
*Serialize&lt;br /&gt;
*NeedsValidation&lt;br /&gt;
*IndexType&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Metaclass]]&lt;br /&gt;
* [[Requirements_for_a_Metaproperty|Requirements]]&lt;br /&gt;
* [[HowTo:Create_a_new_MetaProperty|Create a new MetaProperty]]&lt;br /&gt;
&lt;br /&gt;
[[Category:UBIK Object|MetaProperty]]&lt;/div&gt;</summary>
		<author><name>KNO</name></author>	</entry>

	<entry>
		<id>https://wiki.augmensys.com/index.php?title=Test&amp;diff=19882</id>
		<title>Test</title>
		<link rel="alternate" type="text/html" href="https://wiki.augmensys.com/index.php?title=Test&amp;diff=19882"/>
				<updated>2017-01-09T14:16:45Z</updated>
		
		<summary type="html">&lt;p&gt;KNO: KNO moved page Test LGE to Test over redirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#tip-text: Text | This is the tool tip.}}&lt;br /&gt;
&lt;br /&gt;
{{#simple-tooltip: text | tooltip-text}}&lt;br /&gt;
&lt;br /&gt;
{{#tip-info: 2.4.3 to 2.4.6:&lt;br /&gt;
* A single click on it would switch {{UBIK}} from the LLA only mode to the default positioning mode (defined in the factory settings).&lt;br /&gt;
* Another click from the default mode to the LLA only mode.}}&lt;br /&gt;
&lt;br /&gt;
{{#simple-tooltip-info: tooltip-text }}&lt;br /&gt;
&lt;br /&gt;
{{#tip-question: tooltip-text }}&lt;br /&gt;
{{#simple-tooltip-question: tooltip-text }}&lt;br /&gt;
&lt;br /&gt;
{{#tip-img: /path/to/your/image.png | image tooltip-text }}&lt;br /&gt;
{{#simple-tooltip-img: /path/to/your/image.png | image tooltip-text }}&lt;br /&gt;
&lt;br /&gt;
[[Category:!Internal|Test]]&lt;/div&gt;</summary>
		<author><name>KNO</name></author>	</entry>

	<entry>
		<id>https://wiki.augmensys.com/index.php?title=Test&amp;diff=19880</id>
		<title>Test</title>
		<link rel="alternate" type="text/html" href="https://wiki.augmensys.com/index.php?title=Test&amp;diff=19880"/>
				<updated>2017-01-09T14:16:07Z</updated>
		
		<summary type="html">&lt;p&gt;KNO: KNO moved page Test to Test LGE&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#tip-text: Text | This is the tool tip.}}&lt;br /&gt;
&lt;br /&gt;
{{#simple-tooltip: text | tooltip-text}}&lt;br /&gt;
&lt;br /&gt;
{{#tip-info: 2.4.3 to 2.4.6:&lt;br /&gt;
* A single click on it would switch {{UBIK}} from the LLA only mode to the default positioning mode (defined in the factory settings).&lt;br /&gt;
* Another click from the default mode to the LLA only mode.}}&lt;br /&gt;
&lt;br /&gt;
{{#simple-tooltip-info: tooltip-text }}&lt;br /&gt;
&lt;br /&gt;
{{#tip-question: tooltip-text }}&lt;br /&gt;
{{#simple-tooltip-question: tooltip-text }}&lt;br /&gt;
&lt;br /&gt;
{{#tip-img: /path/to/your/image.png | image tooltip-text }}&lt;br /&gt;
{{#simple-tooltip-img: /path/to/your/image.png | image tooltip-text }}&lt;br /&gt;
&lt;br /&gt;
[[Category:!Internal|Test]]&lt;/div&gt;</summary>
		<author><name>KNO</name></author>	</entry>

	<entry>
		<id><br />
<b>Fatal error</b>:  Call to a member function getUniqueId() on null in <b>/data/web/e22996/html/apps/wiki/mediawiki/includes/Feed.php</b> on line <b>401</b><br />
