Interface TextSmartPressSession

All Superinterfaces:
AutoCloseable, Closeable, OsidSession, OsidSession

public interface TextSmartPressSession extends OsidSession

This session manages queries and sequencing to create "smart" dynamic catalogs. A TextQuery can be retrieved from this session and pressped to this Press to create a virtual collection of Texts . The texts may be sequenced using the TextSearchOrder from this session.

This Press has a default query that matches any text and a default search order that specifies no sequencing. The queries may be examined using a TextQueryInspector . The query may be modified by converting the inspector back to a TextQuery .

  • Method Details