Oracle Workflow Guide Release 2.6.2 Part Number A95265-03 |
Contents | Index | Glossary | Master Index | Feedback |
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 |