Interface InternalWorkItemManager

  • All Superinterfaces:
    org.kie.api.runtime.process.WorkItemManager

    public interface InternalWorkItemManager
    extends org.kie.api.runtime.process.WorkItemManager
    Exposes the work items outside of the manager.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void clearWorkItems()  
      java.util.Set<org.drools.core.process.WorkItem> getWorkItems()  
      • Methods inherited from interface org.kie.api.runtime.process.WorkItemManager

        abortWorkItem, completeWorkItem, registerWorkItemHandler
    • Method Detail

      • clearWorkItems

        void clearWorkItems()
      • getWorkItems

        java.util.Set<org.drools.core.process.WorkItem> getWorkItems()