Oracle Workflow Guide
Release 2.6.2

Part Number A95265-03
  Go to previous page Go to next page       Go To Table Of Contents Go To Index Go To Table Of Contents

                     Contents  Index  Glossary Master Index Feedback
 

AccessCheck

PL/SQL Syntax

function AccessCheck

(access_str in varchar2)
return varchar2;

Java Syntax

public static String accessCheck

 (WFContext wCtx,
String accessString)

Description

Returns a username if the notification access string is valid and the notification is open, otherwise it returns null. The access string is automatically generated by the Notification Mailer and is used to verify the authenticity of both text and HTML versions of e-mail notifications.

Arguments (input)

wCtx Workflow context information. Required for the Java method only. See: Oracle Workflow Context.
access_str or accessString The access string, in the format: nid/nkey where nid is the notification ID and nkey is the notification key.
 
         Previous  Next          Contents  Index  Glossary


Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.