Uses of Class
org.tm4j.topicmap.DuplicateObjectIDException

Packages that use DuplicateObjectIDException
org.tm4j.topicmap Provides the core interfaces of the TM4J Topic Map Engine. 
org.tm4j.topicmap.unified Implements a TM4J back-end which merges topic maps from one or more other back-end implementations dynamically. 
 

Uses of DuplicateObjectIDException in org.tm4j.topicmap
 

Methods in org.tm4j.topicmap that throw DuplicateObjectIDException
protected  BaseName TopicMapFactoryBase.createBaseName(Topic parent, java.lang.String id, java.lang.String nameString)
           
protected  BaseName TopicMapFactoryBase.createBaseName(Topic parent, java.lang.String id, java.lang.String nameString, Topic[] scope)
           
 VariantName Variant.createVariantName(java.lang.String id)
          Creates a new VariantName as a child of this Variant.
 Variant VariantContainer.createVariant(java.lang.String id)
          Creates a new child variant of this object.
 Member Association.createMember(java.lang.String id)
          Creates a new Member and adds it to this Association.
 Member Association.createMember(java.lang.String id, Locator resourceLoc, Topic roleSpec, java.util.Collection players)
          Creates a new Member and adds it to this Association.
 BaseName Topic.createName(java.lang.String id)
          Creates a new BaseName as a child of this Topic.
 BaseName Topic.createName(java.lang.String id, java.lang.String nameString)
          Creates a new BaseName as a child of this Topic
 BaseName Topic.createName(java.lang.String id, java.lang.String nameString, Topic[] scope)
          Creates a new BaseName as a child of this Topic
 Occurrence Topic.createOccurrence(java.lang.String id)
          Creates a new Occurrence as a child of this Topic.
 Occurrence Topic.createOccurrence(java.lang.String id, Locator resourceLocator, Topic type, Locator ref, Topic[] themes)
           
 Occurrence Topic.createOccurrence(java.lang.String id, Locator resourceLocator, Topic type, java.lang.String data, Topic[] themes)
           
 void TopicMapObject.setID(java.lang.String id)
          Sets the object ID of the TopicMapObject.
 Association TopicMap.createAssociation(java.lang.String id)
          Creates a new Association in this TopicMap.
 Association TopicMap.createAssociation(java.lang.String id, Locator resourceLocator, Topic type, Topic[] themes)
          Creates a new Association in this topic map
 Topic TopicMap.createTopic(java.lang.String id)
          Creates a new Topic in this TopicMap.
 

Uses of DuplicateObjectIDException in org.tm4j.topicmap.unified
 

Methods in org.tm4j.topicmap.unified that throw DuplicateObjectIDException
 Member UnifiedAssociation.createMember(java.lang.String id, Locator resourceLoc, Topic roleSpec, java.util.Collection players)
           
 Occurrence UnifiedTopic.createOccurrence(java.lang.String id, Locator resourceLocator, Topic type, Locator ref, Topic[] themes)
           
 Occurrence UnifiedTopic.createOccurrence(java.lang.String id, Locator resourceLocator, Topic type, java.lang.String data, Topic[] themes)
           
 Association UnifiedTopicMap.createAssociation(java.lang.String id, Locator resourceLocator, Topic type, Topic[] themes)