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

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

Methods in org.eclipse.higgins.framework.idas that return IDigitalSubject
 IDigitalSubject IContext.addDigitalSubject(IDigitalSubject ds)
          Adds an IDigitalSubject to this IContext.
 IDigitalSubject IContext.getDigitalSubject(String cuid)
          Search for IDigitalSubject of given name.
 

Methods in org.eclipse.higgins.framework.idas that return types with arguments of type IDigitalSubject
 Iterable<IDigitalSubject> IContext.getDigitalSubjects(String filter, Set<URI> attributeSelection)
          From this context, return IDigitalSubjects that match the specified filter
 

Methods in org.eclipse.higgins.framework.idas with parameters of type IDigitalSubject
 IDigitalSubject IContext.addDigitalSubject(IDigitalSubject ds)
          Adds an IDigitalSubject to this IContext.