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

Packages that use IAttribute
org.eclipse.higgins.idas Defines the core set of interfaces for IdAS. 
org.eclipse.higgins.idas.impl This package provides some basic implementations of various IdAS interfaces for use by context providers. 
 

Uses of IAttribute in org.eclipse.higgins.idas
 

Methods in org.eclipse.higgins.idas that return IAttribute
 IAttribute IHasAttributes.createAttribute(URI type, IPropertyValue value)
          Creates and adds an attribute for this object.
 IAttribute IHasAttributes.createAttribute(URI type, Iterable<IPropertyValue> values)
          Creates and adds an attribute for this object.
 IAttribute IHasAttributes.getAttribute(URI attrID)
          Return specified attribute of this object
 

Methods in org.eclipse.higgins.idas that return types with arguments of type IAttribute
 Iterable<IAttribute> IHasAttributes.getAttributes()
          Return all attributes of this object
 

Methods in org.eclipse.higgins.idas with parameters of type IAttribute
 void IHasAttributes.addAttribute(IAttribute attribute)
           
 void IHasAttributes.removeAttribute(IAttribute attribute)
           
 

Method parameters in org.eclipse.higgins.idas with type arguments of type IAttribute
 String IContext.createSubject(URI subjectType, Iterable<IAttribute> attributes)
          Creates and adds a Digital Subject to this Context.
 void IContext.updateSubject(String cuid, Iterable<IAttribute> attributes)
          Add or change the attributes of a Digital Subject.
 boolean IContext.verifySubjectAttributes(String cuid, Iterable<IAttribute> attributes)
          Simple method for comparing a set of attribute assertions against a Digital Subject.
 

Uses of IAttribute in org.eclipse.higgins.idas.impl
 

Classes in org.eclipse.higgins.idas.impl that implement IAttribute
 class BasicAttribute
          Implements IAttribute using BasicProperty and BasicMetadata
 

Methods in org.eclipse.higgins.idas.impl that return IAttribute
 IAttribute BasicAttributeSet.createAttribute(URI type, IPropertyValue value)
           
 IAttribute BasicAttributeSet.createAttribute(URI type, Iterable<IPropertyValue> values)
           
 IAttribute BasicAttributeSet.getAttribute(URI attrID)
           
 

Methods in org.eclipse.higgins.idas.impl that return types with arguments of type IAttribute
 Iterable<IAttribute> BasicAttributeSet.getAttributes()
           
 

Methods in org.eclipse.higgins.idas.impl with parameters of type IAttribute
 void BasicAttributeSet.addAttribute(IAttribute attribute)
           
 void BasicAttributeSet.removeAttribute(IAttribute attribute)
           
 

Constructor parameters in org.eclipse.higgins.idas.impl with type arguments of type IAttribute
AbstractComplexValue(Iterable<IAttribute> attrs)
           
AbstractComplexValue(Vector<IAttribute> attrs)
           
BasicAttributeSet(Iterable<IAttribute> attrs)
           
 



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