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

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

Uses of IDigitalSubject in org.eclipse.higgins.idas
 

Methods in org.eclipse.higgins.idas that return IDigitalSubject
 IDigitalSubject IContext.getSubject(String cuid)
          Returns the Digital Subject matching the specified cuid.
 

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



Copyright © 2006 Novell Inc. All Rights Reserved.
This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

Contributors:
  Jim Sermersheim (Novell, Inc.) - initial API and implementation