Interface RestContext


public interface RestContext
Loads and makes available a set of data for a context within the current workspace. All of the data in the context is loaded before it can be used, which makes this useful for operations such as exporting and publishing data. Note that individual chunks of data might be serialized to disk to keep down the memory footprint. This should be transparent to clients of the context other than that data should not be fetched on the EDT.
  • Method Details