com.genesyslab.omsdk.qil
Interface QILInteractionList

All Superinterfaces:
java.util.Collection, java.util.List

public interface QILInteractionList
extends java.util.List

Contains a list of interaction IDs.

Since:
7.2.001.00

Method Summary
 boolean isListTruncated()
          Indicates whether the Interaction Server truncated the fetched interaction list.
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

isListTruncated

public boolean isListTruncated()
Indicates whether the Interaction Server truncated the fetched interaction list.

Returns:
true if the Interaction Server truncated the interaction list.