Meego Wiki
Views

AgileBrowser/ProducingViewURL

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "= Producing view parameters into a URL = == Examples == * How to find packages named xyz ** http://swdocwiki.nokia.com/agilebrowser2/index.php?requested=xyz * How to find users ...")
(Examples)
Line 2: Line 2:
== Examples ==
== Examples ==
 +
 +
Disclaimer: below URLs are not intended to be used with Internet browser, but to be used through '''Paste View Parameters''' of Share menu.
 +
* How to find packages named xyz
* How to find packages named xyz
** http://swdocwiki.nokia.com/agilebrowser2/index.php?requested=xyz
** http://swdocwiki.nokia.com/agilebrowser2/index.php?requested=xyz

Revision as of 08:05, 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
  • 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