|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TopicMapSourceIF
PUBLIC: Topic map sources collect references to topic maps.
Method Summary | |
---|---|
TopicMapReferenceIF |
createTopicMap(java.lang.String name,
java.lang.String baseAddressURI)
PUBLIC: Creates a new topic map in the underlying source and returns a reference to the created topic map. |
java.lang.String |
getId()
PUBLIC: Gets the id of the source. |
java.util.Collection<TopicMapReferenceIF> |
getReferences()
PUBLIC: Returns an unmodifiable collection of TopicMapReferenceIF s found by the topic map source. |
java.lang.String |
getTitle()
PUBLIC: Gets the title of the source. |
void |
refresh()
PUBLIC: Refreshes the collection of references. |
void |
setId(java.lang.String id)
PUBLIC: Sets the id of the source. |
void |
setTitle(java.lang.String title)
PUBLIC: Sets 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. |
Method Detail |
---|
java.lang.String getId()
void setId(java.lang.String id)
UnsupportedOperationException
if it does not support
setting the id.
java.lang.String getTitle()
void setTitle(java.lang.String title)
java.util.Collection<TopicMapReferenceIF> getReferences()
TopicMapReferenceIF
s found by the topic map source.
void refresh()
boolean supportsCreate()
boolean supportsDelete()
TopicMapReferenceIF createTopicMap(java.lang.String name, java.lang.String baseAddressURI)
java.lang.UnsupportedOperationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |