Skip Headers
Oracle Workflow API Reference
Release 2.6.3.5
Part Number B12163-02
|
|
|
|
|
|
|
|
|
Previous |
Next |
|
Contents |
Index |
Glossary |
Workflow Function APIs
The WFFunctionAPI Java class is the abstract class from which the Java procedures for all external Java function activities are derived. This class contains methods for accessing item type and activity attributes, as well as the execute() method which forms the main entry point function of the external Java function activity being implemented.
The WFFunctionAPI class is stored in the oracle.apps.fnd.wf Java package. The following list shows the APIs available in this class.
Attention: Java is case-sensitive and all Java method names begin with a lower case letter to follow Java naming conventions.
See Also
Standard API for Java Procedures Called by Function Activities, Oracle Workflow Developer's Guide
Function Activity, Oracle Workflow Developer's Guide
Copyright © 2003, 2004, Oracle. All rights reserved.