Uses of Class
org.eclipse.higgins.idas.api.InvalidTypeException

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

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

Methods in org.eclipse.higgins.idas.api that throw InvalidTypeException
 IAttribute IHasAttributes.addAttribute(URI attrID)
          Creates a new Attribute for this container of attributes (typically IEntity).
 IEntity IAttribute.addComplexValue(String entityID)
          Add a reference to the entity with passed entityId.
 IEntity IAttribute.addComplexValue(URI type)
          Creates a new complex value for this attribute.
 IEntity IContext.addEntity(URI entityType, String entityID)
          Creates a new Entity for this Context.
This call is typically followed by one or more calls to IHasAttributes.addAttribute(java.net.URI) on the returned IEntity Note: This operation is only applied to any backing data store after IContext.applyUpdates()
 ISimpleValue IAttribute.addSimpleValue(URI dataType, Object data)
          Creates a new simple value for this attribute.
 IValue IAttribute.addValue(URI dataType)
          Creates a new value for this attribute.
 IEntity IContext.buildComplexAttrValue(URI dataType)
          Builds a complex attribute value to be passed to IFilterAttributeAssertion.setAssertionValue(IValue).
 ISimpleValue IContext.buildSimpleAttrValue(URI dataType, Object value)
          Builds a simple attribute value to be passed to IFilterAttributeAssertion#setAssertionValue(IAttributeValue).