Skip Headers
|
 |
 |
|
 |
 |
 |
|
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
Function Activity
Copyright © 2003, 2005, Oracle. All rights reserved.