A generic interface to a PHPTMAPI system.
A generic interface to a PHPTMAPI system. Any PHPTMAPI system must be capable of providing access to one or more TopicMap objects. A PHPTMAPI system may be capable of allowing a client to create new TopicMap instances.
Located in /core/TopicMapSystem.interface.php (line 24)
Applications SHOULD call this method when the TopicMapSystem instance is no longer required.
Applications SHOULD call this method when the TopicMapSystem instance is no longer required. Once the TopicMapSystem instance is closed, the TopicMapSystem and any object retrieved from or created in this TopicMapSystem MUST NOT be used by the application. An implementation of the TopicMapSystem interface may use this method to clean up any resources used by the implementation.
Creates a new TopicMap and stores it within the system under the specified URI.
Creates a new TopicMap and stores it within the system under the specified URI.
Returns the value of the feature specified by featureName for this TopicMapSystem instance.
Returns the value of the feature specified by featureName for this TopicMapSystem instance. The features supported by the TopicMapSystem and the value for each feature is set when the TopicMapSystem is created by a call to TopicMapSystemFactory::newTopicMapSystem() and cannot be modified subsequently.
Returns all storage addresses of TopicMap instances known by this system.
Returns all storage addresses of TopicMap instances known by this system. The return value may be empty but must never be null.
Returns a property in the underlying implementation of TopicMapSystem.
Returns a property in the underlying implementation of TopicMapSystem. A list of the core properties defined by TMAPI can be found at http://tmapi.org/properties/. An implementation is free to support properties other than the core ones. The properties supported by the TopicMapSystem and the value for each property is set when the TopicMapSystem is created by a call to TopicMapSystemFactory::newTopicMapSystem() and cannot be modified subsequently.
Documentation generated on Sat, 15 Jan 2011 20:02:27 +0100 by phpDocumentor 1.4.1