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
 

GetAttrDoc

PL/SQL Syntax

function GetAttrDoc

 (nid in number,
aname in varchar2,
disptype in varchar2)
return varchar2;

Java Syntax

public static String getAttrDoc

 (WFContext wCtx,
BigDecimal nid,
String aName,
String dispType)

Description

Returns the displayed value of a Document-type attribute. The referenced document appears in either plain text or HTML format, as requested.

If you wish to retrieve the actual attribute value, that is, the document key string instead of the actual document, use GetAttrText( ).

Arguments (input)

wCtx Workflow context information. Required for the Java method only. See: Oracle Workflow Context.
nid The notification id.
aname The message attribute name.
disptype The display type of the document you wish to return. Valid display types are:

 
         Previous  Next          Contents  Index  Glossary


Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.