Interface PathSmartMapSession

All Superinterfaces:
AutoCloseable, Closeable, OsidSession, OsidSession

public interface PathSmartMapSession extends OsidSession

This session manages queries and sequencing to create "smart" dynamic catalogs. A PathQuery can be retrieved from this session and mapped to this Map to create a virtual collection of Paths . The paths may be sequenced using the PathSearchOrder from this session.

This Map has a default query that matches any path and a default search order that specifies no sequencing. The queries may be examined using a PathQueryInspector . The query may be modified by converting the inspector back to a PathQuery .