Home > Contents > Index >
rolelist:isall
Verifies whether the role list corresponds to "any" (or "all") roles.
Syntax
<rolelist:isall name="rolelist_object_name
" varname="variable_name
" />Parameters
name (required)
- Name of the rolelist object.
varname (required)
- Name of the output variable to create. The value is set to
true
if the object specifies "any".
Description
If the role list for a workflow process is set to "any," then users with any role (i.e. users from all roles) can participate in that workflow process.
Error Numbers
The possible values of
errno
include:
Value Description -100 Asset Exception. -12001 An expected table or iList field was not found.Example
The following code checks to see if the status of the role is "any" or "all".
<!-- check for is all --> <rolelist:isall name="roleobject" varname="status"/> rolelist:isall: <CSVAR name="Variables.status"/><BR/>
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.