Operation Details |
Description: | Returns a count of subscriptions to a specified work queue for a specified user. @deprecated Since Curam 6.0, this method has been replaced by {@link #countBySubscriber()}. See release note CR00225257. |
Sterotype: | ns |
SQL |
SELECT COUNT (*) INTO :numberOfRecords FROM WorkQueueSubscription WHERE WorkQueueSubscription.userName = :userName AND WorkQueueSubscription.workQueueID = :workQueueID |