Interface IWorkingSetUpdater2

All Superinterfaces:
IWorkingSetUpdater

public interface IWorkingSetUpdater2 extends IWorkingSetUpdater
IWorkingSetUpdater2 can be used to restore the content of a working set, if the working set content shouldn't be persisted by the framework.
Since:
3.120
  • Method Details

    • isManagingPersistenceOf

      boolean isManagingPersistenceOf(IWorkingSet set)
      Answers if the given working set content presistence is managed by this updater
      Parameters:
      set - non null working set
      Returns:
      true if the working set content should not be persisted by the framework
    • restore

      IAdaptable[] restore(IWorkingSet set)
      Restores working set content if its persistence is managed by current updater
      Parameters:
      set - non null working set
      Returns:
      non null array with initial children of given working set
      See Also: