Oracle Workflow API Reference Release 2.6.3.5 Part Number B12163-02 |
Previous | Next | Contents | Index | Glossary |
public void loadItemAttributes
(WFContext pWCtx) throws SQLException
Description
Retrieves the item attributes from the database for the item type from which the external Java function was called. The item attributes are not loaded by default due to the performance impact that could occur if the item type contains a large number of item attributes. You can use this method to load the item attributes explicitly before accessing them in your function.
If a database access error occurs, this method throws a SQLException.
Arguments (input)
pWCtx | Workflow context information. See: Oracle Workflow Context. |
Previous | Next | Contents | Index | Glossary |