Uses of Class
org.eclipse.higgins.idas.api.SubjectExistsException

Packages that use SubjectExistsException
org.eclipse.higgins.idas.api Defines the core set of interfaces for IdAS. 
 

Uses of SubjectExistsException in org.eclipse.higgins.idas.api
 

Methods in org.eclipse.higgins.idas.api that throw SubjectExistsException
 IDigitalSubject IContext.addSubject(URI type, String subjectID)
          Creates a new Digital Subject for this Context.
This call is typically followed by one or more calls to IHasAttributes.addAttribute(java.net.URI), IHasMetadata.addMetadata(java.net.URI) on the returned IDigitalSubject Note: This operation is only applied to any backing data store after IContext.applyUpdates()
 IDigitalSubject IContext.addSubject(IDigitalSubject copyFrom)
          Creates a new Digital Subject for this Context by copying the data from the passed subject
Note: This operation is only applied to any backing data store after IContext.applyUpdates() is called.