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

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

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

Subinterfaces of IHasAttributes in org.eclipse.higgins.idas.api
 interface IAttribute
          As defined at (TODO (Doc): add reference), This interface represents an attribute of an Entity.
 interface IAttributeValue
          Holds the value of an attribute.
 interface 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.
 interface IBlankEntity
          Supertype for IEntity and complex attributes.
 interface IComplexAttrValue
           
 interface IContext
          As defined at http://spwiki.editme.com/Context and http://spwiki.editme.com/ContextProvider, This interface holds a set of IEntity objects.
 interface IEntity
          As defined at http://wiki.eclipse.org/Entity and http://wiki.eclipse.org/Context, This interface holds a set of IEntity objects.
 interface ISimpleAttrValue
           
 interface ISingleValuedAttribute
           
 

Methods in org.eclipse.higgins.idas.api with parameters of type IHasAttributes
 boolean IHasAttributes.equals(IHasAttributes attributes)
          Returns true if the passed attribute set is equal to this one.