Home > Contents > Index >
workflowengine:isfunctionlegal
Verifies whether the current user on the specified site is allowed to execute the specified function.
Syntax
<workflowengine:isfunctionlegal site="pub_id" object="workflow_asset_object" varname="variable_name" functionname="workflow_function" [mustbeassigned="true
|false
"] [reasonvarname="reason_variable_name"] />Parameters
site (required)
- Publication id.
object (required)
- Workflow asset object.
varname (required)
- Name of the output variable to create. The variable contains
true
if the function is allowed orfalse
if the function is not allowed.
functionname (required)
- Name of function.
mustbeassigned (optional)
- If set to
true
, then unassigned objects do not return any legal functions. If set tofalse
, then unassigned objects return legal values. The default value isfalse
.
reasonvarname (optional)
- Specifies the name of a variable to set with the reason that privileges were granted or denied. The returned string will be properly localized.
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.