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
 IAttributeValue IAttribute.addValue(URI dataType)
          Creates a new value for this attribute.
 ISimpleAttrValue IAttribute.addSimpleValue(URI dataType, Object data)
          Creates a new simple value for this attribute.
 IComplexAttrValue IAttribute.addComplexValue(URI dataType)
          Creates a new complex value for this attribute.
 IMetadata IHasMetadata.addMetadata(URI metadataType)
          Creates a new Metadata element for this container of metadata.
 ISimpleAttrValue IContext.buildSimpleAttrValue(URI dataType, Object value)
          Builds a simple attribute value to be passed to IFilterAttributeAssertion.setAssertionValue(IAttributeValue).
 IComplexAttrValue IContext.buildComplexAttrValue(URI dataType)
          Builds a complex attribute value to be passed to IFilterAttributeAssertion.setAssertionValue(IAttributeValue).
 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), IHasMetadata.addMetadata(java.net.URI) on the returned IEntity Note: This operation is only applied to any backing data store after IContext.applyUpdates()
 IMetadataValue IMetadata.addValue(URI dataType)
          Creates a new value for this metadata element.
 ISimpleMetaValue IMetadata.addSimpleValue(URI dataType, Object data)
          Creates a new simple value for this metadata element.
 IComplexMetaValue IMetadata.addComplexValue(URI dataType)
          Creates a new complex value for this metadata element.
 IAttribute IHasAttributes.addAttribute(URI attrID)
          Creates a new Attribute for this container of attributes (typically IEntity).