Package org.opencastproject.workflow.api
Interface WorkflowSet
- All Known Implementing Classes:
WorkflowSetImpl
public interface WorkflowSet
A single result of searching.
-
Method Details
-
getItems
List<WorkflowInstance> getItems()The search item list- Returns:
- Item list.
-
size
long size()Get the total number of items returned- Returns:
- The number.
-