Modifier and Type | Method and Description |
---|---|
abstract ItpamWebServiceClient.ItpamInteraction |
ItpamWebServiceClient.getPendingInteraction(long lInteractionId)
Get information related to pending user interaction specified.
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.Vector<ItpamWebServiceClient.ItpamInteraction> |
ItpamWebServiceClient.getPendingInteractions()
Get pending interaction information.
|
abstract java.util.Vector<ItpamWebServiceClient.ItpamInteraction> |
ItpamWebServiceClient.getProcessPendingInteractions(long lProcessId)
Get list of pending interactions related to the process ID specified.
|