Home > Contents > Index >  
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 

workflowengine:isfunctionlegal

Verifies whether the current user on the specified site is allowed to execute the specified function.

Syntax

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 or false 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 to false, then unassigned objects return legal values. The default value is false.

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, 2016 Oracle and/or its affiliates. All rights reserved.