|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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. |
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) on the returned IEntity
Note: This operation is only applied to any backing data
store after IContext.applyUpdates() |
IAttribute |
IHasAttributes.addAttribute(URI attrID)
Creates a new Attribute for this container of attributes (typically IEntity). |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||