ヘッダーをスキップ

Oracle Workflow APIリファレンス
リリース2.6.3.5

部品番号: B15622-01
前へ 次へ       目次 索引 用語集
         前へ  次へ          目次  索引  用語集

getNotificationAttributes

Java構文

public static WFTwoDArray getNotificationAttributes


    (WFContext wCtx,
BigDecimal nid)

説明

指定された通知IDの通知属性と対応する値のリストを戻します。

引数(入力)

wCtx ワークフローのコンテキスト情報。Javaメソッドの場合にのみ必須です。 「Oracle Workflowのコンテキスト」を参照してください。
nid 通知ID。

次のコードは、JavaプログラムでgetNotificationAttributes()をコールする方法の例です。このコード例は、WFTest.javaプログラムからの引用です。


// List available Notification Attributes
System.out.println("List of Attributes for id " + myNid
":");
dataSource =
WFNotificationAPI.getNotificationAttributes(ctx, myNid);
displayDataSource(ctx, dataSource);


          前へ   次へ           目次   索引   用語集



Oracleロゴ
Copyright © 2003, 2004, Oracle. All rights reserved.