Oracle Workflow API Reference Release 2.6.3.5 Part Number B12163-02 |
Previous | Next | Contents | Index | Glossary |
function WorkCount
(username in varchar2)
return number;
Java Syntax
public static BigDecimal workCount
(WFContext wCtx,
String userName)
Description
Returns the number of open notifications assigned to a role.
Arguments (input)
wCtx | Workflow context information. Required for the Java method only. See: Oracle Workflow Context. |
username | The internal name of a role. |
Previous | Next | Contents | Index | Glossary |