Skip Headers

Oracle Workflow API Reference
Release 2.6.3.5

Part Number B12163-02
Previous Next       Contents Index Glossary
         Previous  Next          Contents  Index  Glossary

GetEncryptedAccessKey

PL/SQL Syntax

function GetEncryptedAccessKey

    (itemType in varchar2,
itemKey in varchar2,
adminMode in varchar2 default 'N')
return varchar2;

Description

Returns an encrypted access key password that controls access to the specified workflow process instance in the Status Monitor with the specified administrator mode. The administrator mode lets you determine whether the user who accesses the Status Monitor with this access key should have privileges to perform administrative operations in the Status Monitor.

Arguments (input)

itemType A valid workflow item type.
itemKey A string generated from the application object's primary key. The string uniquely identifies the item within an item type. The item type and key together identify the workflow process.
adminMode Specify 'Y' to grant administrator privileges to the user accessing the Status Monitor, or 'N' to withhold administrator privileges from the user. The default is 'N'.


         Previous  Next          Contents  Index  Glossary



Oracle Logo
Copyright © 2003, 2004, Oracle. All rights reserved.