Meego Wiki
Views

AgileBrowser/ProducingViewURL

From MeeGo wiki
< AgileBrowser(Difference between revisions)
Jump to: navigation, search
(Examples)
(Basic parameters)
 
Line 16: Line 16:
== Basic parameters ==
== Basic parameters ==
-
* '''requested''' query string that is used to produce elements in the initial scope. See AgileBrowser page for full information of the syntax. Examples: '''bluetooth''', '''voip OR sip''', '''/middleware'''
+
* '''requested''' query string that is used to produce elements in the initial scope. See AgileBrowser page for full information of the syntax. Examples:  
 +
** '''bluetooth'''
 +
** '''voip OR sip'''
 +
** "'''/middleware'''" (remember to do URL encoding: %22/middleware%22)
* '''dataFile''' the model path. Unimportant in self-installable version.
* '''dataFile''' the model path. Unimportant in self-installable version.
* '''requestedDepth''' detail level alias model depth. This is used to filter detailed levels from the model, e.g. showing layers instead of packages. Example: 3
* '''requestedDepth''' detail level alias model depth. This is used to filter detailed levels from the model, e.g. showing layers instead of packages. Example: 3

Latest revision as of 08:17, 17 May 2011

Contents

Producing view parameters into a URL

Examples

Disclaimer: below URLs are not intended to be used with Internet browser, but to be used through Paste View Parameters of Share menu.

Basic parameters

  • requested query string that is used to produce elements in the initial scope. See AgileBrowser page for full information of the syntax. Examples:
    • bluetooth
    • voip OR sip
    • "/middleware" (remember to do URL encoding: %22/middleware%22)
  • dataFile the model path. Unimportant in self-installable version.
  • requestedDepth detail level alias model depth. This is used to filter detailed levels from the model, e.g. showing layers instead of packages. Example: 3
  • depsLevel level of dependency search. Values: 0: no dependencies, 1: dependencies between elements in the scope, 2: directly used elements or users, depending on the direction (dir). 3: indirectly used or users behind 1 recursion level. 4: indirectly used or users behind 2 recursion levels. And so on..
  • dir direction parameter to direct how dependencies are searched. Values: used dependency search, users user search, both combination of the previous, undirected sets recursive dependency search to traverse dependency network in an undirected manner.

Additional parameters

  • coloring coloring defines an attribute name for coloring. Example: license
  • layoutName layout method to be used when visualizing dependencies, see AgileBrowser GUI for the possible values.
Personal tools