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 XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.