Interface MTopicMapSource
-
- All Superinterfaces:
AutoCloseable
,TopicMapSourceIF
public interface MTopicMapSource extends TopicMapSourceIF
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
PUBLIC: Gets the id of the source.String
getTitle()
PUBLIC: Gets the title of the source.boolean
supportsCreate()
PUBLIC: Returns true if the source supports creating new topic maps with the createTopicMap.boolean
supportsDelete()
PUBLIC: Returns true if the source supports deleting topic map with the TopicMapReferenceIF.delete() method.-
Methods inherited from interface net.ontopia.topicmaps.entry.TopicMapSourceIF
close, createTopicMap, getReferences, refresh, setId, setTitle
-
-
-
-
Method Detail
-
getId
String getId()
Description copied from interface:TopicMapSourceIF
PUBLIC: Gets the id of the source.- Specified by:
getId
in interfaceTopicMapSourceIF
-
getTitle
String getTitle()
Description copied from interface:TopicMapSourceIF
PUBLIC: Gets the title of the source.- Specified by:
getTitle
in interfaceTopicMapSourceIF
-
supportsCreate
boolean supportsCreate()
Description copied from interface:TopicMapSourceIF
PUBLIC: Returns true if the source supports creating new topic maps with the createTopicMap.- Specified by:
supportsCreate
in interfaceTopicMapSourceIF
-
supportsDelete
boolean supportsDelete()
Description copied from interface:TopicMapSourceIF
PUBLIC: Returns true if the source supports deleting topic map with the TopicMapReferenceIF.delete() method.- Specified by:
supportsDelete
in interfaceTopicMapSourceIF
-
-