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

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

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

Methods in org.eclipse.higgins.idas.api with parameters of type IExtension
 Iterator IContext.getEntities(IFilter filter, Iterator attrSelectionList, IExtension[] extensions)
          From this context, return IEntitys that match the specified filter
 Iterator IContext.getEntities(String query, Iterator attrSelectionList, IExtension[] extensions)
          From this context, return IEntitys that match the specified query
 Iterator IAttribute.getValues(IExtension[] extensions)
          Returns all values for this attribute.
 String IContext.open(IAuthNMaterials authentication, IExtension[] extensions)
          Opens this Context using the provided authentication object.