Uses of Package
org.eclipse.higgins.idas.api

Packages that use org.eclipse.higgins.idas.api
org.eclipse.higgins.idas.api Defines the core set of interfaces for IdAS. 
org.eclipse.higgins.idas.api.model This package defines core set of interfaces to simplify query and interpretation of IdAS context's schemas. 
 

Classes in org.eclipse.higgins.idas.api used by org.eclipse.higgins.idas.api
ContextOpenException
          Thrown when IContext.open() is called on an already open context.
EntityExistsException
           
IAttribute
          As defined at (TODO (Doc): add reference), This interface represents an attribute of an Entity.
IAttributeValue
          Holds the value of an attribute.
IAuthNAttributesMaterials
          Represents an authentication identity to be used when calling IContext.open(Object) This type of identity is comprised of a set of attributes which make up the materials used in authentication.
IBlankEntity
          Supertype for IEntity and complex attributes.
IComplexAttrValue
           
IContext
          As defined at http://spwiki.editme.com/Context and http://spwiki.editme.com/ContextProvider, This interface holds a set of IEntity objects.
IContextId
           
IdASException
          Root IdAS Exception class
IEntity
          As defined at http://wiki.eclipse.org/Entity and http://wiki.eclipse.org/Context, This interface holds a set of IEntity objects.
IExtension
          Represents an extended argument.
IFilter
          A filter is either an assertion, or an operator plus a set of filters.
IFilterAssertion
          Represents a filter assertion.
IFilterAttributeAssertion
          Represents a filter assertion about a Entity's Attributes (IHasAttributes.getAttribute(URI) and IHasAttributes.getAttributes()).
IFilterEntityIDAssertion
          Represents a filter assertion about a Entity's ID (see IEntity.getEntityID()).
IFilterEntityTypeAssertion
          Represents a filter assertion about an Entity's Type (see IEntity.getEntityType()).
IHasAttributes
           
InvalidEntityIDException
          Thrown when a specified Type is invalid.
InvalidTypeException
          Thrown when a specified Type is invalid.
ISimpleAttrValue
           
ISingleValuedAttribute
           
ITypedValue
           
NotSingleValuedAttributeException
          Thrown in cases where an attribute's model specifies that the attribute may hold multiple values and the caller expects the attribute to be restricted to a single value (and thus castable to ISingleValuedAttribute.
 

Classes in org.eclipse.higgins.idas.api used by org.eclipse.higgins.idas.api.model
IdASException
          Root IdAS Exception class