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

getActivityAttributes

Java Syntax

public static WFTwoDArray getActivityAttributes

    (WFContext wCtx,
String itemType,
String itemKey,
BigDecimal actID)

Description

Returns a list of all the activity attributes, their types, and their values for the specified activity as a two dimensional data object.

Arguments (input)

wCtx Workflow context information. Required for the Java method only. See: Oracle Workflow Context.
itemtype A valid 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 process. See: CreateProcess.
actID The activity ID for a particular usage of an activity in a process definition. Also referred to as the activity ID of the node.


         Previous  Next          Contents  Index  Glossary



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