Interface ResultSet<T>
-
public interface ResultSet<T>Interface for a set of workflow entities that can be retrieved via.WorkflowSession
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T[]getItems()Returns the items contained in this result set.longgetTotalSize()Returns the total number of results available.
-
-
-
Method Detail
-
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.
-
-