Home > Contents > Index >
USERMANAGER.GETUSERS
Gets a user with a specifed role.
Syntax
<USERMANAGER.GETUSERS PREFIX="prefix" ROLE="role name" SITE="site ID" />Parameters
PREFIX
- The first part of the name of all variables and/or lists used by this scatter operation. Variables are typically named with the prefix together with the field name. A delimiter is not automatically inserted after the prefix. Therefore, if a delimiter, such as a colon, is desired, it must be included with the prefix. For example,
Variables.prefix:fieldname
. The total is written into a variable calledprefix:Total.
ROLE (required)
- Role name.
SITE (required)
- Site ID.
Description
This tag creates a family of IUser objects in the ICS object pool. They are named according to the prefix passed to the tag, plus a number which is the index of the user. If the prefix is "Hello", for example, the first IUser object is named "Hello0", etc. It uses directory services to obtain the list of users.
Error Numbers
The possible values of
errno
include:
Value Description -100 General exception. -12001 An expected table or Ilist field was not found. -12051 Directory error.
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.