Long name (short name) |
Argument types |
Properties |
-listNamespace(-ls) |
|
![create create](../gfx/create.gif) |
|
List the contents of the current namespace. |
|
-currentNamespace(-cur) |
|
![create create](../gfx/create.gif) |
|
Display the name of the current namespace. |
|
-isRootNamespace(-ir) |
string |
![create create](../gfx/create.gif) |
|
Returns true if the current namespace is root(":"), false if
not |
|
-parent(-p) |
|
![create create](../gfx/create.gif) |
|
Display the parent of the current namespace. By default, the
list returned will not include internal nodes (such as
itemFilters). To include the internal nodes, use the -internal
flag. |
|
-listOnlyDependencyNodes(
-lod) |
|
![create create](../gfx/create.gif) |
|
List all dependency nodes in the current namespace. |
|
-listOnlyNamespaces(-lon) |
|
![create create](../gfx/create.gif) |
|
List all namespaces in the current namespace. |
|
-recurse(-r) |
|
![create create](../gfx/create.gif) |
|
Can be specified with -listNamespace, -listOnlyNamespaces or
-listOnlyDependencyNode to cause the listing to recursively include
any child namespaces of the current namespaces. |
|
-dagPath(-dp) |
|
![create create](../gfx/create.gif) |
|
This flag modifies the '-ls/-listNamespace' and
'-lod\-listOnlyDependencyNodes flags to indicate that the names of
any dag objects returned will include as much of the dag path as is
necessary to make the names unique. If this flag is not present,
the names returned will not include any dag paths. |
|
-shortName(-sn) |
|
![create create](../gfx/create.gif) |
|
This flag modifies the '-p/-parent' and
'-cur\-currentNamespace' flags to indicate that the name returned
will be the base name of the namespace. If the flag is not present,
the names returned are full path of the namespace, including its
parent paths and base name It cannot be used together with
-absoluteName. |
|
-absoluteName(-an) |
|
![create create](../gfx/create.gif) |
|
This flag modifies queries so that the namespace name returned
will be an absolute name. The absolute name is the full namespace
path, starting from the root namespace ":" and including all parent
namespaces. It cannot be used together with -shortName. |
|
-internal(-int) |
|
![create create](../gfx/create.gif) |
|
This flag used together with listOnlyDependencyNodes. When this
flag is set, the returned list will include internal nodes (for
example itemFilters) that are not listed by default. |
|