Uses of Interface
org.eclipse.higgins.idas.api.IDigitalSubject

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

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

Methods in org.eclipse.higgins.idas.api that return IDigitalSubject
 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.
 IDigitalSubject IContext.getSubject(String cuid)
          This is the same as passing null as the attrSelectionList in IContext.getSubject(String, Iterator)
 IDigitalSubject IContext.getSubject(String cuid, Iterator attrSelectionList)
          Returns the Digital Subject matching the specified cuid.
 

Methods in org.eclipse.higgins.idas.api with parameters of type IDigitalSubject
 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.