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

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

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

Methods in org.eclipse.higgins.idas.api that throw InvalidSubjectIDException
 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()