Interface WorkflowSet

All Known Implementing Classes:
WorkflowSetImpl

public interface WorkflowSet
A single result of searching.
  • Method Summary

    Modifier and Type
    Method
    Description
    The search item list
    long
    Get the total number of items returned
  • 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.