Oracle Workflow API Reference Release 2.6.3 Part Number B10286-02 |
Previous | Next | Contents | Index | Glossary |
The WFAttribute 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, except the constructor method names, begin with a lower case letter to follow Java naming conventions.
Standard API for Java Procedures Called by Function Activities, Oracle Workflow Developer's Guide
The WFAttribute class contains several constants. The following table shows the constants that can be used to represent the data type of an attribute.
Constant Variable Declaration | Constant Value |
---|---|
public static final String TEXT | "TEXT" |
public static final String NUMBER | "NUMBER" |
public static final String DATE | "DATE" |
public static final String LOOKUP | "LOOKUP" |
public static final String FORM | "FORM" |
public static final String URL | "URL" |
public static final String DOCUMENT | "DOCUMENT" |
public static final String ROLE | "ROLE" |
public static final String EVENT | "EVENT" |
The following table shows the constants that can be used to represent the type of the default value for an attribute. The default value can be either a constant or, for an activity attribute, a reference to an item type attribute.
Constant Variable Declaration | Constant Value |
---|---|
public static final String CONSTANT | "CONSTANT" |
public static final String ITEMATTR | "ITEMATTR" |
Previous | Next | Contents | Index | Glossary |