|
|||||||||||
| 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 type)
Creates a new value for this attribute. |
ISimpleAttrValue |
IAttribute.addSimpleValue(URI type,
Object data)
Creates a new simple value for this attribute. |
IComplexAttrValue |
IAttribute.addComplexValue(URI type)
Creates a new complex value for this attribute. |
IMetadata |
IHasMetadata.addMetadata(URI metadataID)
Creates a new Metadata element for this container of metadata. |
ISimpleAttrValue |
IContext.buildSimpleAttrValue(URI type,
Object value)
Builds a simple attribute value to be passed to IFilterAttributeAssertion.setAssertionValue(IAttributeValue). |
IComplexAttrValue |
IContext.buildComplexAttrValue(URI type)
Builds a complex attribute value to be passed to IFilterAttributeAssertion.setAssertionValue(IAttributeValue). |
IDigitalSubject |
IContext.addSubject(URI type,
String subjectID)
Creates a new Digital Subject 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 IDigitalSubject
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 IDigitalSubject). |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||