Difference between revisions of "Settings"
(→AR settings) |
|||
Line 74: | Line 74: | ||
|} | |} | ||
− | + | ||
=== Demo settings === | === Demo settings === | ||
Line 126: | Line 126: | ||
There are several categories of settings, each providing a group of configurable options for (a) specific feature(s). | There are several categories of settings, each providing a group of configurable options for (a) specific feature(s). | ||
+ | |||
+ | == Preamble== | ||
+ | These settings should not be changed! | ||
+ | {| class="wikitable" | width = "75%" | ||
+ | |- | ||
+ | ! Name!! Purpose | ||
+ | |- | ||
+ | | ''xml version''|| '''The XML version used to interpret the profile.Normally it is set to version "1.0".''' | ||
+ | |- | ||
+ | | ''encoding''|| '''Denotes the encoding used for the Profile. Normally it is set to "utf-8".''' | ||
+ | |- | ||
+ | | ''Profile''|| '''Denotes the schema, how the Profile will be set up afterwards, i.e. the structure and order of the different configurable options for (a) specific feature(s) in the Profile.''' | ||
+ | |- | ||
+ | |} | ||
== General == | == General == | ||
+ | This initial section in the Profile description contains some general settings. | ||
+ | {| class="wikitable" | width = "75%" | ||
+ | |- | ||
+ | ! Name!! Purpose | ||
+ | |- | ||
+ | | ''AutoBranchSync''|| '''Denotes whether the branch below an object will be synchronized automatically or not. It is set to "false" by default.''' | ||
+ | |- | ||
+ | | ''AutoBranchSyncPeriod''|| '''Denotes the period for automatic synchronization in seconds. Its value is set to "0" by default, when the ''AutoBranchSync'' is set to false. Otherwise it should take an other figure.''' | ||
+ | |- | ||
+ | | ''BranchDownloadSubLevels''|| '''Denotes which, and how many sublevels below a branch should be downloaded. Its value is set to "0" by default, ie. it does not download lower levels.''' | ||
+ | |- | ||
+ | | ''Customizing''|| '''To be filled out.''' | ||
+ | |- | ||
+ | | ''Description''|| '''To be filled out.''' | ||
+ | |- | ||
+ | | ''ExpertMode''|| '''To be filled out.''' | ||
+ | |- | ||
+ | |} | ||
== Connection == | == Connection == | ||
+ | This section contains properties to denote the internal connection settings of the App. | ||
{| class="wikitable" | width = "75%" | {| class="wikitable" | width = "75%" | ||
|- | |- | ||
! Name!! Purpose | ! Name!! Purpose | ||
+ | |- | ||
+ | |''Application'' || '''Denotes the name of the Application that will be run, e.g. one could use "YourApp" as the name for an Application.''' | ||
+ | |- | ||
+ | |''AuthenticationPort'' || '''Denotes the Port used on the Authentication Server. Default values might be: 443; 777; 888;''' | ||
+ | |- | ||
+ | |''AuthenticationProtocol'' || '''Denotes which Transfer Protocol for Authentication might be used. By default "https" is used.''' | ||
+ | |- | ||
+ | |''AuthenticationServer'' || '''Denotes the Authentication Server, e.g. "your.auth-server.net" could be used. ''' | ||
+ | |- | ||
+ | |''AuthenticationService'' || '''Denotes the path on the Authentication Server to the Authentication Service File, e.g. the path might be "YourFolder/YourApp/USAM/USAM.svc". In this case the User System Authentication Manager (USAM) is used.''' | ||
+ | |- | ||
+ | |''AuthenticationServiceConfig'' || '''To be filled out.''' | ||
+ | |- | ||
+ | |''ConnectionTimeOut'' || '''Denotes the time in seconds when the Connection will be interrupted because of a Timeout.''' | ||
+ | |- | ||
+ | |''ContentPort'' || '''Denotes the Port used on the Content Server. Default values might be: 443; 777; 888; Often it is the same port as for the Authentication Server.''' | ||
+ | |- | ||
+ | |''ContentProtocol'' || '''Denotes which Transfer Protocol for the Content might be used. By default "https" is used.''' | ||
+ | |- | ||
+ | |''ContentServer'' || '''Denotes the Authentication Server, e.g. "your.content-server.net" could be used. ''' | ||
+ | |- | ||
+ | |''ContentService'' || '''Denotes the path on the Content Server to the Content Service File, e.g. the path might be "YourFolder/YourApp/CONTENT/UBIKContent.svc". Make sure that the path points to the UBIKContent.svc file.''' | ||
|- | |- | ||
| ''ContentServiceConfig''|| WSHttpBinding (the default value) or BasicHttpBinding. It should be set according to the [[Configuration_Files/Services.config|webservice configuration]]. | | ''ContentServiceConfig''|| WSHttpBinding (the default value) or BasicHttpBinding. It should be set according to the [[Configuration_Files/Services.config|webservice configuration]]. | ||
+ | |- | ||
+ | |''Context'' || '''Denotes the name of the Context, e.g. "CXT_YourApp_001". This context is specified inside UBIK and all the different Metadefintions are loaded from it.''' | ||
+ | |- | ||
+ | |''SignalingServer'' || '''To be filled out.''' | ||
+ | |- | ||
+ | |''SyncMode'' || '''Denotes the Synchronization Mode of the Application. Possible Values are: Online, Offline, Auto; by default the SyncMode is set to "Online".''' | ||
|- | |- | ||
|} | |} | ||
== Content == | == Content == | ||
− | These settings control the behaviors and activities of the content data. | + | These internal content settings control the behaviors and activities of the content data. |
{| class="wikitable" | width = "75%" | {| class="wikitable" | width = "75%" | ||
|- | |- | ||
Line 152: | Line 213: | ||
|} | |} | ||
− | + | ||
== Augmented Reality == | == Augmented Reality == |