Interface ResultSet<T>
public interface ResultSet<T>
Interface for a set of workflow entities that can be retrieved via
WorkflowSession.-
Method Details
-
getItems
T[] getItems()Returns the items contained in this result set.- Returns:
- The items contained in this result set.
-
getTotalSize
long getTotalSize()Returns the total number of results available.- Returns:
- The total number of results available.
-