Home > Contents > Index >
ROLELIST.CLEAR
Clears the role list.
Syntax
<ROLELIST.CLEAR NAME="rolelist_object_name
" />Parameters
NAME (required)
- Name of the role list object from which to clear the role list.
Error Numbers
The possible values of
errno
include:
Value Description -12001 An expected table or iList field was not found. -100 Asset Exception.Example
The following code clears the current role list, then sets new attribute values for the role list.
<ROLELIST.CLEAR NAME="roleobject"/> <ROLELIST.GETALL NAME="roleobject" VARNAME="roles"/> <IF COND="IsVariable.roles=false"> <THEN> <SETVAR NAME="roles" VALUE="[None]"/> <BR/> ROLELIST.CLEAR: No roles found <BR/><BR/> </THEN> <ELSE> <BR/> ROLELIST.CLEAR: Roles found are <CSVAR NAME="Variables.roles"/><BR/><BR/> </ELSE> </IF>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.