Skip Headers

Oracle Workflow API Reference
Release 2.6.3

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

getActivityAttr

Java Syntax

public WFAttribute getActivityAttr

(String aName)

Java Syntax

public WFAttribute getActivityAttr

(WFContext pWCtx,
String aName) throws SQLException

Description

There are two implementations of getActivityAttr(). These methods return the activity attribute information for the specified activity attribute.

For example, if you want to write information back to the item attribute, you can first use getActivityAttr(String aName) to retrieve the item attribute name. Then use setItemAttrValue(WFContext pWCtx, WFAttribute pAttr) to set the item attribute value, which also becomes the activity attribute value. See: setItemAttrValue.
If a database access error occurs, this method throws a SQLException.
Arguments (input)
pWCtx Workflow context information. Required for the second method only. See: Oracle Workflow Context.
aName The internal name of an activity attribute.

         Previous  Next          Contents  Index  Glossary


Oracle Logo
Copyright © 2003 Oracle Corporation.

All rights reserved.