@AccessLevel(value=EXTERNAL)
public interface EventWaitAdmin
Modifier and Type | Method and Description |
---|---|
EventWaitMatchCount |
countEventWaits(EventWaitMatchKey key)
Returns the number of event wait records that match the specified event
details.
|
EventWaitMatchCount countEventWaits(EventWaitMatchKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- The event wait match key that includes the event class, event
type and event match data.curam.util.exception.AppException
- Exceptions that may occur when
invoking this function.curam.util.exception.InformationalException
- Generic Exception
Signature.