A B C D E F G H I L M N O P R S T U V

A

addAttribute(URI) - Method in interface org.eclipse.higgins.idas.api.IHasAttributes
Creates a new Attribute for this container of attributes (typically IEntity).
addAttribute(IAttribute) - Method in interface org.eclipse.higgins.idas.api.IHasAttributes
Creates a new Attribute for this container of attributes (typically IEntity) by copying the data from the passed IAttribute.
addAttributeValue(URI, String) - Method in interface org.eclipse.higgins.idas.api.IHasAttributes
 
addComplexValue(URI) - Method in interface org.eclipse.higgins.idas.api.IAttribute
Creates a new complex value for this attribute.
addComplexValue(String) - Method in interface org.eclipse.higgins.idas.api.IAttribute
Add a reference to the entity with passed entityId.
addEntity(URI, String) - Method in interface org.eclipse.higgins.idas.api.IContext
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()
addEntity(IEntity) - Method in interface org.eclipse.higgins.idas.api.IContext
Creates a new Entity for this Context by copying the data from the passed entity
Note: This operation is only applied to any backing data store after IContext.applyUpdates() is called.
addFilter(IFilter) - Method in interface org.eclipse.higgins.idas.api.IFilter
Adds a filter to the set of filters.
addFilter(IFilterAssertion) - Method in interface org.eclipse.higgins.idas.api.IFilter
Adds a filter containing the passed IFilterAssertion.
addSimpleValue(URI, Object) - Method in interface org.eclipse.higgins.idas.api.IAttribute
Creates a new simple value for this attribute.
addValue(URI) - Method in interface org.eclipse.higgins.idas.api.IAttribute
Creates a new value for this attribute.
addValue(IValue) - Method in interface org.eclipse.higgins.idas.api.IAttribute
Creates a new value for this attribute by copying the passed IValue If passed value is not blank entity (has not null entityId), a reference to this entity is created.
ANYURI_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
ANYURI_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
ANYURI_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
ANYURI_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
ANYURI_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
applyUpdates() - Method in interface org.eclipse.higgins.idas.api.IContext
Applies all update operations which have been called on this Context and called on any element held by this Context (including entities, attributes, attribute meta-attributes and it's value(s), and attribute values) to a backing data store.
AuthenticationException - Exception in org.eclipse.higgins.idas.api
Thrown when an attempt to authenticate has failed.
AuthenticationException() - Constructor for exception org.eclipse.higgins.idas.api.AuthenticationException
 
AuthenticationException(String) - Constructor for exception org.eclipse.higgins.idas.api.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for exception org.eclipse.higgins.idas.api.AuthenticationException
 
AuthenticationException(Throwable) - Constructor for exception org.eclipse.higgins.idas.api.AuthenticationException
 
AUTHNMATERIALS_TYPE_ANONYMOUS - Static variable in interface org.eclipse.higgins.idas.api.IAuthNMaterials
 
AUTHNMATERIALS_TYPE_IMPLIED - Static variable in interface org.eclipse.higgins.idas.api.IAuthNMaterials
 
AUTHNMATERIALS_TYPE_LEASTPRIVILEGED - Static variable in interface org.eclipse.higgins.idas.api.IAuthNMaterials
 
AUTHNMATERIALS_TYPE_MINFOCARD - Static variable in interface org.eclipse.higgins.idas.api.IAuthNMaterials
 
AUTHNMATERIALS_TYPE_NAMEPRIVATEKEY - Static variable in interface org.eclipse.higgins.idas.api.IAuthNMaterials
 
AUTHNMATERIALS_TYPE_PINFOCARD - Static variable in interface org.eclipse.higgins.idas.api.IAuthNMaterials
 
AUTHNMATERIALS_TYPE_SAMLPOLICY - Static variable in interface org.eclipse.higgins.idas.api.IAuthNMaterials
 
AUTHNMATERIALS_TYPE_USERNAMEPASSWORD - Static variable in interface org.eclipse.higgins.idas.api.IAuthNMaterials
 

B

BadFilterException - Exception in org.eclipse.higgins.idas.api
 
BadFilterException() - Constructor for exception org.eclipse.higgins.idas.api.BadFilterException
 
BadFilterException(String) - Constructor for exception org.eclipse.higgins.idas.api.BadFilterException
 
BadFilterException(String, Throwable) - Constructor for exception org.eclipse.higgins.idas.api.BadFilterException
 
BadFilterException(Throwable) - Constructor for exception org.eclipse.higgins.idas.api.BadFilterException
 
BASE64BINARY_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
BASE64BINARY_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
BASE64BINARY_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
BASE64BINARY_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
BASE64BINARY_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
BASE_OWL_URI - Static variable in interface org.eclipse.higgins.idas.api.IValue
Value: "http://www.eclipse.org/higgins/ontologies/2008/6/higgins#"
BASE_XML_SCHEMA_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
Value: "http://www.w3.org/2001/XMLSchema#"
BOOLEAN_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
BOOLEAN_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
BOOLEAN_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
BOOLEAN_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
BOOLEAN_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
buildAttribute(URI) - Method in interface org.eclipse.higgins.idas.api.IContext
Builds an IAttribute (unassociated with any Entity).
buildAttributeAssertion() - Method in interface org.eclipse.higgins.idas.api.IContext
Builds an assertion for Entity Attributes (see IHasAttributes.getAttributes() and IHasAttributes.getAttribute(URI)) which can be passed to IFilter.setAssertion(IFilterAssertion)
buildAuthNAttributesMaterials() - Method in interface org.eclipse.higgins.idas.api.IContext
Builds an IAuthNAttributesMaterials that may be used when calling #open(Object)
buildComplexAttrValue(URI) - Method in interface org.eclipse.higgins.idas.api.IContext
Builds a complex attribute value to be passed to IFilterAttributeAssertion.setAssertionValue(IValue).
buildEntityIDAssertion() - Method in interface org.eclipse.higgins.idas.api.IContext
Builds an assertion for Entity IDs (see IEntity.getEntityID()) which can be passed to IFilter.setAssertion(IFilterAssertion) Note that this is simply a convenience method equivalent to creating an IFilterAttributeAssertion for the http://www.eclipse.org/higgins/ontologies/2008/6/higgins#entityId attribute
buildEntityTypeAssertion() - Method in interface org.eclipse.higgins.idas.api.IContext
Builds an assertion for Entity Types (see IEntity#getEntityType()) which can be passed to IFilter.setAssertion(IFilterAssertion)
buildFilter() - Method in interface org.eclipse.higgins.idas.api.IContext
Builds an IFilter instance that may be used when calling IContext.getEntities(IFilter)
buildSimpleAttrValue(URI, Object) - Method in interface org.eclipse.higgins.idas.api.IContext
Builds a simple attribute value to be passed to IFilterAttributeAssertion#setAssertionValue(IAttributeValue).
BYTE_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
BYTE_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
BYTE_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
BYTE_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
BYTE_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 

C

cancelUpdates() - Method in interface org.eclipse.higgins.idas.api.IContext
Cancels all update operations which have been called on this Context and called on any element held by this Context (including entities, attributes, attribute meta-attributes and it's value(s), and attribute values).
close() - Method in interface org.eclipse.higgins.idas.api.IContext
Closes this Context and returns it to an un-open state.
COMP_ATTR_EQ - Static variable in interface org.eclipse.higgins.idas.api.IFilterAttributeAssertion
Compares true when a tested Entity has a attribute of the specified type which contains at least one value equal to the specified assertion value.
COMP_ATTR_GE - Static variable in interface org.eclipse.higgins.idas.api.IFilterAttributeAssertion
Compares true when a tested Entity has a attribute of the specified type which contains at least one value greater or equal to the specified assertion value.
COMP_ATTR_INFERRED_REL_EQ - Static variable in interface org.eclipse.higgins.idas.api.IFilterAttributeAssertion
This Comparator is used for assertions of type EntityRelationship (and sub-types).
COMP_ATTR_LE - Static variable in interface org.eclipse.higgins.idas.api.IFilterAttributeAssertion
Compares true when a tested Entity has a attribute of the specified type which contains at least one value less or equal to the specified assertion value.
COMP_ATTR_PRESENT - Static variable in interface org.eclipse.higgins.idas.api.IFilterAttributeAssertion
Compares true when the specified attribute type is present in a tested Entity.
COMP_ATTR_SUBSTR - Static variable in interface org.eclipse.higgins.idas.api.IFilterAttributeAssertion
Compares true when a tested Entity has a attribute of the specified type which contains at least one value containing the substring specified by the assertion value.
COMP_ENTITYID_EQ - Static variable in interface org.eclipse.higgins.idas.api.IFilterEntityIDAssertion
Compares true when a tested Entity has a unique ID equal to the specified assertion value.
COMP_TYPE_EQ - Static variable in interface org.eclipse.higgins.idas.api.IFilterEntityTypeAssertion
Compares true when a tested Entity has a type equal to the specified assertion value.
ContextNotOpenException - Exception in org.eclipse.higgins.idas.api
Thrown when methods requiring an open Context are called on a non-open Context.
ContextNotOpenException() - Constructor for exception org.eclipse.higgins.idas.api.ContextNotOpenException
 
ContextNotOpenException(String) - Constructor for exception org.eclipse.higgins.idas.api.ContextNotOpenException
 
ContextNotOpenException(String, Throwable) - Constructor for exception org.eclipse.higgins.idas.api.ContextNotOpenException
 
ContextNotOpenException(Throwable) - Constructor for exception org.eclipse.higgins.idas.api.ContextNotOpenException
 
ContextOpenException - Exception in org.eclipse.higgins.idas.api
Thrown when IContext.open() is called on an already open context.
ContextOpenException() - Constructor for exception org.eclipse.higgins.idas.api.ContextOpenException
 
ContextOpenException(String) - Constructor for exception org.eclipse.higgins.idas.api.ContextOpenException
 
ContextOpenException(String, Throwable) - Constructor for exception org.eclipse.higgins.idas.api.ContextOpenException
 
ContextOpenException(Throwable) - Constructor for exception org.eclipse.higgins.idas.api.ContextOpenException
 
createContext(IContextId) - Method in interface org.eclipse.higgins.idas.api.IContextFactory
Using a context ID, creates an instance of IContext and returns it.
createContextModel(URI) - Method in interface org.eclipse.higgins.idas.api.model.IContextModelFactory
Creates IContextModel representation of context's ontology model supplied as the parameter.
createContextModel(URL) - Method in interface org.eclipse.higgins.idas.api.model.IContextModelFactory
Creates IContextModel representation of context's ontology model supplied as the parameter.
createContextModel(String) - Method in interface org.eclipse.higgins.idas.api.model.IContextModelFactory
Creates IContextModel representation of context's ontology model supplied as the parameter.
createContextModel(InputStream) - Method in interface org.eclipse.higgins.idas.api.model.IContextModelFactory
Creates IContextModel representation of context's ontology model supplied as the parameter.

D

DATE_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
DATE_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
DATE_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
DATE_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
DATE_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
DATETIME_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
DATETIME_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
DATETIME_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
DATETIME_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
DATETIME_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
DECIMAL_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
DECIMAL_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
DECIMAL_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
DECIMAL_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
DECIMAL_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
defaultEntityType - Static variable in interface org.eclipse.higgins.idas.api.IContext
 
DOUBLE_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
DOUBLE_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
DOUBLE_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
DOUBLE_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
DOUBLE_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 

E

EntityExistsException - Exception in org.eclipse.higgins.idas.api
 
EntityExistsException() - Constructor for exception org.eclipse.higgins.idas.api.EntityExistsException
 
EntityExistsException(String) - Constructor for exception org.eclipse.higgins.idas.api.EntityExistsException
 
EntityExistsException(String, Throwable) - Constructor for exception org.eclipse.higgins.idas.api.EntityExistsException
 
EntityExistsException(Throwable) - Constructor for exception org.eclipse.higgins.idas.api.EntityExistsException
 
ENTITYID_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
ENTITYID_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
ENTITYID_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
exportData(String, String) - Method in interface org.eclipse.higgins.idas.api.IContext
Exports this Context.

F

failIfUnsupported() - Method in interface org.eclipse.higgins.idas.api.IExtension
Returns true if this extension should cause the operation to fail when the context provider does not support it.
FLOAT_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
FLOAT_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
FLOAT_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
FLOAT_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
FLOAT_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 

G

GDAY_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GDAY_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GDAY_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GDAY_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GDAY_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
getAttribute(URI) - Method in interface org.eclipse.higgins.idas.api.IHasAttributes
Returns the specified attribute of this object.
getAttributeMode() - Method in interface org.eclipse.higgins.idas.api.model.IAttributeModel
For some context providers the data storage model depends on whether the attribute is single- or multiple- valued.
getAttributeModel(URI) - Method in interface org.eclipse.higgins.idas.api.model.IHasAttributeModel
Returns IAttributeModel for the specified attribute ID
getAttributeModels() - Method in interface org.eclipse.higgins.idas.api.model.IHasAttributeModel
Returns IAttributeModels for the attributes which are defined (allowed) by this context's model.
getAttributes() - Method in interface org.eclipse.higgins.idas.api.IHasAttributes
Return all attributes of this object
getCanonical() - Method in interface org.eclipse.higgins.idas.api.ITypedValue
Returns the canonical representation if this value is a literal
getConfiguration() - Method in interface org.eclipse.higgins.idas.api.IContextId
 
getContext() - Method in interface org.eclipse.higgins.idas.api.IEntity
 
getContextDescriptor(String) - Method in interface org.eclipse.higgins.idas.api.IContextFactory
Returns the setting descriptor for a given context Id.
getContextID() - Method in interface org.eclipse.higgins.idas.api.IContext
Returns a reference to this Context.
getContextModel() - Method in interface org.eclipse.higgins.idas.api.IContext
Returns a model of the context object as it defined in the context's schema.
getContexts(String) - Method in interface org.eclipse.higgins.idas.api.IContextFactory
 
getData() - Method in interface org.eclipse.higgins.idas.api.ITypedValue
Returns the underlying Java object holding this simple type's value.
getDescription() - Method in interface org.eclipse.higgins.idas.api.model.IDisplayData
Returns extended description of the entity.
getEntities(IFilter) - Method in interface org.eclipse.higgins.idas.api.IContext
 
getEntities(IFilter, Iterator) - Method in interface org.eclipse.higgins.idas.api.IContext
From this context, return IEntitys that match the specified filter
getEntities(IFilter, Iterator, IExtension[]) - Method in interface org.eclipse.higgins.idas.api.IContext
From this context, return IEntitys that match the specified filter
getEntities(String) - Method in interface org.eclipse.higgins.idas.api.IContext
 
getEntities(String, Iterator) - Method in interface org.eclipse.higgins.idas.api.IContext
From this context, return IEntitys that match the specified SPARQL query
getEntities(String, Iterator, IExtension[]) - Method in interface org.eclipse.higgins.idas.api.IContext
From this context, return IEntitys that match the specified query
getEntity(String) - Method in interface org.eclipse.higgins.idas.api.IContext
This is the same as passing null as the attrSelectionList in IContext.getEntity(String, Iterator)
getEntity(String, Iterator) - Method in interface org.eclipse.higgins.idas.api.IContext
Returns the Entity matching the specified entityID.
getEntityID() - Method in interface org.eclipse.higgins.idas.api.IEntity
 
getEntityModel(URI) - Method in interface org.eclipse.higgins.idas.api.model.IContextModel
Returns the IEntityModel for the specified entity type
getEntityModels() - Method in interface org.eclipse.higgins.idas.api.model.IContextModel
 
getFractionDigits() - Method in interface org.eclipse.higgins.idas.api.model.ISimpleValueModel
 
getID() - Method in interface org.eclipse.higgins.idas.api.IExtension
Returns the extension identifier for this extension.
getImage() - Method in interface org.eclipse.higgins.idas.api.model.IDisplayData
Returns an URL of the image which could be used for visual representation of entity or null if not available.
getInheretedValueModels() - Method in interface org.eclipse.higgins.idas.api.model.IAttributeModel
 
getInheritedAttributeModels() - Method in interface org.eclipse.higgins.idas.api.model.IHasAttributeModel
 
getLabel() - Method in interface org.eclipse.higgins.idas.api.model.IDisplayData
Returns display label of entity.
getLength() - Method in interface org.eclipse.higgins.idas.api.model.ISimpleValueModel
 
getLexical() - Method in interface org.eclipse.higgins.idas.api.ITypedValue
Returns a lexical representation if this value is a literal
getManagedAttr() - Method in interface org.eclipse.higgins.idas.api.IAuthNAttributesMaterials
 
getManagedAttrID() - Method in interface org.eclipse.higgins.idas.api.IAuthNAttributesMaterials
 
getMaxCardinality(URI) - Method in interface org.eclipse.higgins.idas.api.model.IHasAttributeModel
 
getMaxLength() - Method in interface org.eclipse.higgins.idas.api.model.ISimpleValueModel
 
getMinCardinality(URI) - Method in interface org.eclipse.higgins.idas.api.model.IHasAttributeModel
 
getMinLength() - Method in interface org.eclipse.higgins.idas.api.model.ISimpleValueModel
 
getModel() - Method in interface org.eclipse.higgins.idas.api.IAttribute
Returns a model of this type of attribute as it defined in the context's schema.
getModel() - Method in interface org.eclipse.higgins.idas.api.IEntity
Returns a model of this type of Entities as it defined in the context's schema.
getModel() - Method in interface org.eclipse.higgins.idas.api.ISimpleValue
Returns the model for this type of attribute value as it is defined in the context's schema.
getModel(URI) - Method in interface org.eclipse.higgins.idas.api.model.IContextModel
Generic method to query context model for any kind of element matching the specified type.
getName() - Method in interface org.eclipse.higgins.idas.api.IContextFactory
 
getOneOf() - Method in interface org.eclipse.higgins.idas.api.model.ISimpleValueModel
 
getOrder() - Method in interface org.eclipse.higgins.idas.api.model.IDisplayData
Returns an information on display order of entity which could be used for visual representation of entity.
getOwnAttributeModels() - Method in interface org.eclipse.higgins.idas.api.model.IHasAttributeModel
 
getOwners() - Method in interface org.eclipse.higgins.idas.api.model.IAttributeModel
 
getOwnValueModels() - Method in interface org.eclipse.higgins.idas.api.model.IAttributeModel
 
getPattern() - Method in interface org.eclipse.higgins.idas.api.model.ISimpleValueModel
 
getPolicy() - Method in interface org.eclipse.higgins.idas.api.IContextFactory
Returns the policy in effect for this Context Factory.
getSchema() - Method in interface org.eclipse.higgins.idas.api.IContext
Returns the schema governing this context.
getShortFormType() - Method in interface org.eclipse.higgins.idas.api.model.IModel
Returns the short form type of element that this model represents.
getSingleValuedAttribute(URI) - Method in interface org.eclipse.higgins.idas.api.IHasAttributes
Returns the specified attribute of this object as an ISingleValuedAttribute.
getSubAttributes() - Method in interface org.eclipse.higgins.idas.api.model.IAttributeModel
 
getSubEntityModels() - Method in interface org.eclipse.higgins.idas.api.model.IEntityModel
 
getSuperAttribute() - Method in interface org.eclipse.higgins.idas.api.model.IAttributeModel
 
getSuperEntityModel() - Method in interface org.eclipse.higgins.idas.api.model.IEntityModel
 
getTotalDigits() - Method in interface org.eclipse.higgins.idas.api.model.ISimpleValueModel
 
getType() - Method in interface org.eclipse.higgins.idas.api.IAttribute
Returns the attribute type of this attribute as a URI.
getType() - Method in interface org.eclipse.higgins.idas.api.IValue
Returns this value's type (like string, int, address) This is a shortcut for calling getModel().getType().
getType() - Method in interface org.eclipse.higgins.idas.api.model.IModel
Returns the type of element that this model represents.
getTypes() - Method in interface org.eclipse.higgins.idas.api.IContextFactory
Returns the context types supported by this context factory.
getTypes() - Method in interface org.eclipse.higgins.idas.api.IContextId
 
getUris() - Method in interface org.eclipse.higgins.idas.api.IContextId
 
getValue() - Method in interface org.eclipse.higgins.idas.api.ISingleValuedAttribute
Returns the value for this attribute.
getValueModel() - Method in interface org.eclipse.higgins.idas.api.IValue
 
getValueModel() - Method in interface org.eclipse.higgins.idas.api.model.IAttributeModel
Deprecated. Attribute values can all have different value models now
getValueModels() - Method in interface org.eclipse.higgins.idas.api.model.IAttributeModel
 
getValues() - Method in interface org.eclipse.higgins.idas.api.IAttribute
Returns all values for this attribute.
getValues(IExtension[]) - Method in interface org.eclipse.higgins.idas.api.IAttribute
Returns all values for this attribute.
GMONTH_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GMONTH_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GMONTH_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GMONTH_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GMONTH_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GMONTHDAY_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GMONTHDAY_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GMONTHDAY_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GMONTHDAY_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GMONTHDAY_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GYEAR_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GYEAR_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GYEAR_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GYEAR_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GYEAR_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GYEARMONTH_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GYEARMONTH_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GYEARMONTH_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GYEARMONTH_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
GYEARMONTH_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 

H

HEXBINARY_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
HEXBINARY_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
HEXBINARY_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
HEXBINARY_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
HEXBINARY_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 

I

IAttribute - Interface in org.eclipse.higgins.idas.api
As defined at (TODO (Doc): add reference), This interface represents an attribute of an Entity.
IAttributeModel - Interface in org.eclipse.higgins.idas.api.model
Represents a model of attribute as it defined in the context's ontology model.
IAuthNAttributesMaterials - Interface in org.eclipse.higgins.idas.api
Represents an authentication identity to be used when calling org.eclipse.higgins.idas.api.IContext#open(Object) This type of identity is comprised of a set of attributes which make up the materials used in authentication.
IAuthNMaterials - Interface in org.eclipse.higgins.idas.api
Authentication Materials are used to open an IContext.
IContext - Interface in org.eclipse.higgins.idas.api
As defined at http://spwiki.editme.com/Context and http://spwiki.editme.com/ContextProvider, This interface holds a set of IEntity objects.
IContextFactory - Interface in org.eclipse.higgins.idas.api
As defined at http://spwiki.editme.com/ContextProvider#ContextFactory, This interface is implemented by IdAS context providers so that their IContext instances may be instantiated.
IContextId - Interface in org.eclipse.higgins.idas.api
 
IContextModel - Interface in org.eclipse.higgins.idas.api.model
Represents a model of the context object as it defined in the context's ontology model.
IContextModelFactory - Interface in org.eclipse.higgins.idas.api.model
This interface could be implemented by IdAS context providers so that their IContextModel instances may be instantiated.
IdASException - Exception in org.eclipse.higgins.idas.api
Root IdAS Exception class
IdASException() - Constructor for exception org.eclipse.higgins.idas.api.IdASException
 
IdASException(String) - Constructor for exception org.eclipse.higgins.idas.api.IdASException
 
IdASException(String, Throwable) - Constructor for exception org.eclipse.higgins.idas.api.IdASException
 
IdASException(Throwable) - Constructor for exception org.eclipse.higgins.idas.api.IdASException
 
IdASModelException - Exception in org.eclipse.higgins.idas.api.model
 
IdASModelException() - Constructor for exception org.eclipse.higgins.idas.api.model.IdASModelException
 
IdASModelException(String) - Constructor for exception org.eclipse.higgins.idas.api.model.IdASModelException
 
IdASModelException(String, Throwable) - Constructor for exception org.eclipse.higgins.idas.api.model.IdASModelException
 
IdASModelException(Throwable) - Constructor for exception org.eclipse.higgins.idas.api.model.IdASModelException
 
IDisplayData - Interface in org.eclipse.higgins.idas.api.model
Represents an information which could be used for visual representation of entity.
IEntity - Interface in org.eclipse.higgins.idas.api
As defined at http://wiki.eclipse.org/Entity and http://wiki.eclipse.org/Context, This interface holds a set of IEntity objects.
IEntityModel - Interface in org.eclipse.higgins.idas.api.model
Represents a model of a entity as it defined in the context's ontology model.
IExtension - Interface in org.eclipse.higgins.idas.api
Represents an extended argument.
IFilter - Interface in org.eclipse.higgins.idas.api
A filter is either an assertion, or an operator plus a set of filters.
IFilterAssertion - Interface in org.eclipse.higgins.idas.api
Represents a filter assertion.
IFilterAttributeAssertion - Interface in org.eclipse.higgins.idas.api
Represents a filter assertion about a Entity's Attributes (IHasAttributes.getAttribute(URI) and IHasAttributes.getAttributes()).
IFilterEntityIDAssertion - Interface in org.eclipse.higgins.idas.api
Represents a filter assertion about a Entity's ID (see IEntity.getEntityID()).
IFilterEntityTypeAssertion - Interface in org.eclipse.higgins.idas.api
Represents a filter assertion about an Entity's Type (see org.eclipse.higgins.idas.api.IEntity#getEntityType()).
IHasAttributeModel - Interface in org.eclipse.higgins.idas.api.model
 
IHasAttributes - Interface in org.eclipse.higgins.idas.api
 
IModel - Interface in org.eclipse.higgins.idas.api.model
Base interface to represent model information of elements defined in the context's ontology model.
importData(String, String) - Method in interface org.eclipse.higgins.idas.api.IContext
Imports this Context.
includeSubtypes(boolean) - Method in interface org.eclipse.higgins.idas.api.IFilterAssertion
Calling this the same as calling IFilterAssertion.setID(URI, boolean) and setting the boolean to true.
INT_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
INT_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
INT_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
INT_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
INT_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
INTEGER_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
INTEGER_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
INTEGER_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
INTEGER_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
INTEGER_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
InvalidEntityIDException - Exception in org.eclipse.higgins.idas.api
Thrown when a specified Type is invalid.
InvalidEntityIDException() - Constructor for exception org.eclipse.higgins.idas.api.InvalidEntityIDException
 
InvalidEntityIDException(String) - Constructor for exception org.eclipse.higgins.idas.api.InvalidEntityIDException
 
InvalidEntityIDException(String, Throwable) - Constructor for exception org.eclipse.higgins.idas.api.InvalidEntityIDException
 
InvalidEntityIDException(Throwable) - Constructor for exception org.eclipse.higgins.idas.api.InvalidEntityIDException
 
InvalidTypeException - Exception in org.eclipse.higgins.idas.api
Thrown when a specified Type is invalid.
InvalidTypeException() - Constructor for exception org.eclipse.higgins.idas.api.InvalidTypeException
 
InvalidTypeException(String) - Constructor for exception org.eclipse.higgins.idas.api.InvalidTypeException
 
InvalidTypeException(String, Throwable) - Constructor for exception org.eclipse.higgins.idas.api.InvalidTypeException
 
InvalidTypeException(Throwable) - Constructor for exception org.eclipse.higgins.idas.api.InvalidTypeException
 
ISimpleValue - Interface in org.eclipse.higgins.idas.api
 
ISimpleValueModel - Interface in org.eclipse.higgins.idas.api.model
Represents value's model of simple attributes as it defined in the context's schema.
ISingleValuedAttribute - Interface in org.eclipse.higgins.idas.api
 
isOneOf() - Method in interface org.eclipse.higgins.idas.api.model.ISimpleValueModel
 
isOpen(Object) - Method in interface org.eclipse.higgins.idas.api.IContext
Tests whether this context is open and authenticated using the specified identity
isProxy() - Method in interface org.eclipse.higgins.idas.api.IEntity
Indicates whether the entity belongs to this context or is just a reference to an entity from another context.
isSimple() - Method in interface org.eclipse.higgins.idas.api.IValue
 
isSimple() - Method in interface org.eclipse.higgins.idas.api.model.IAttributeModel
 
isSimple() - Method in interface org.eclipse.higgins.idas.api.model.IValueModel
Determines whether this value model represents simple attribute's value.
isSingleValued() - Method in interface org.eclipse.higgins.idas.api.IAttribute
Convenience method which returns true when the model for this attribute dictates that only a single value may exist.
isUnique() - Method in interface org.eclipse.higgins.idas.api.model.ISimpleValueModel
 
isValid(String) - Method in interface org.eclipse.higgins.idas.api.model.ISimpleValueModel
Determines whether given String is valid lexical form of represented value.
isValidValue(Object) - Method in interface org.eclipse.higgins.idas.api.model.ISimpleValueModel
Determines whether given Object is valid value form of represented value.
ITypedValue - Interface in org.eclipse.higgins.idas.api
 
IValue - Interface in org.eclipse.higgins.idas.api
Holds the value of a context.
IValueModel - Interface in org.eclipse.higgins.idas.api.model
Represents value's model as it defined in the context's ontology model.

L

LANGUAGE_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
LANGUAGE_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
LANGUAGE_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
LANGUAGE_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
LANGUAGE_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
LONG_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
LONG_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
LONG_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
LONG_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
LONG_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 

M

MIXED_MODE - Static variable in interface org.eclipse.higgins.idas.api.model.IAttributeModel
Different ontology classes can have different cardinality for the same property.
MultipleValuesExistException - Exception in org.eclipse.higgins.idas.api
Thrown in cases where an attribute is expected to have a single value but doesn't.
MultipleValuesExistException() - Constructor for exception org.eclipse.higgins.idas.api.MultipleValuesExistException
 
MultipleValuesExistException(String) - Constructor for exception org.eclipse.higgins.idas.api.MultipleValuesExistException
 
MultipleValuesExistException(String, Throwable) - Constructor for exception org.eclipse.higgins.idas.api.MultipleValuesExistException
 
MultipleValuesExistException(Throwable) - Constructor for exception org.eclipse.higgins.idas.api.MultipleValuesExistException
 
MULTY_VALUED_MODE - Static variable in interface org.eclipse.higgins.idas.api.model.IAttributeModel
Different ontology classes can have different cardinality for the same property.

N

NAME_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NAME_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NAME_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NAME_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NAME_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NCNAME_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NCNAME_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NCNAME_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NCNAME_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NCNAME_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NEGATIVEINTEGER_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NEGATIVEINTEGER_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NEGATIVEINTEGER_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NEGATIVEINTEGER_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NEGATIVEINTEGER_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NMTOKEN_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NMTOKEN_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NMTOKEN_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NMTOKEN_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NMTOKEN_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NONNEGATIVEINTEGER_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NONNEGATIVEINTEGER_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NONNEGATIVEINTEGER_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NONNEGATIVEINTEGER_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NONNEGATIVEINTEGER_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NONPOSITIVEINTEGER_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NONPOSITIVEINTEGER_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NONPOSITIVEINTEGER_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NONPOSITIVEINTEGER_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NONPOSITIVEINTEGER_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NORMALIZEDSTRING_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NORMALIZEDSTRING_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NORMALIZEDSTRING_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NORMALIZEDSTRING_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NORMALIZEDSTRING_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
NoSuchEntityException - Exception in org.eclipse.higgins.idas.api
Thrown when a specified Entity is not found in the Context.
NoSuchEntityException() - Constructor for exception org.eclipse.higgins.idas.api.NoSuchEntityException
 
NoSuchEntityException(String) - Constructor for exception org.eclipse.higgins.idas.api.NoSuchEntityException
 
NoSuchEntityException(String, Throwable) - Constructor for exception org.eclipse.higgins.idas.api.NoSuchEntityException
 
NoSuchEntityException(Throwable) - Constructor for exception org.eclipse.higgins.idas.api.NoSuchEntityException
 
NotImplementedException - Exception in org.eclipse.higgins.idas.api
Thrown when the method being called has not been implemented by the context provider.
NotImplementedException() - Constructor for exception org.eclipse.higgins.idas.api.NotImplementedException
 
NotImplementedException(String) - Constructor for exception org.eclipse.higgins.idas.api.NotImplementedException
 
NotImplementedException(String, Throwable) - Constructor for exception org.eclipse.higgins.idas.api.NotImplementedException
 
NotImplementedException(Throwable) - Constructor for exception org.eclipse.higgins.idas.api.NotImplementedException
 
NotSingleValuedAttributeException - Exception in org.eclipse.higgins.idas.api
Thrown in cases where an attribute's model specifies that the attribute may hold multiple values and the caller expects the attribute to be restricted to a single value (and thus castable to ISingleValuedAttribute.
NotSingleValuedAttributeException() - Constructor for exception org.eclipse.higgins.idas.api.NotSingleValuedAttributeException
 
NotSingleValuedAttributeException(String) - Constructor for exception org.eclipse.higgins.idas.api.NotSingleValuedAttributeException
 
NotSingleValuedAttributeException(String, Throwable) - Constructor for exception org.eclipse.higgins.idas.api.NotSingleValuedAttributeException
 
NotSingleValuedAttributeException(Throwable) - Constructor for exception org.eclipse.higgins.idas.api.NotSingleValuedAttributeException
 

O

OP_AND - Static variable in interface org.eclipse.higgins.idas.api.IFilter
When set as the operator, the filter is TRUE when all IFilters are TRUE, otherwise FALSE.
OP_NOT - Static variable in interface org.eclipse.higgins.idas.api.IFilter
When set as the operator, the filter is TRUE when the IFilter is FALSE, FALSE when the IFilter is TRUE.
OP_OR - Static variable in interface org.eclipse.higgins.idas.api.IFilter
When set as the operator, the filter is TRUE when any IFilter is TRUE, otherwise FALSE.
open(IAuthNMaterials, IExtension[]) - Method in interface org.eclipse.higgins.idas.api.IContext
Opens this Context using the provided authentication object.
open(IAuthNMaterials) - Method in interface org.eclipse.higgins.idas.api.IContext
 
org.eclipse.higgins.idas.api - package org.eclipse.higgins.idas.api
Defines the core set of interfaces for IdAS.
org.eclipse.higgins.idas.api.model - package org.eclipse.higgins.idas.api.model
This package defines core set of interfaces to simplify query and interpretation of IdAS context's schemas.
OWL_TYPE_SUFFIX - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
Value: "SimpleValue"

P

POSITIVEINTEGER_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
POSITIVEINTEGER_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
POSITIVEINTEGER_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
POSITIVEINTEGER_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
POSITIVEINTEGER_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 

R

RELATIVEENTITYUDI_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
RELATIVEENTITYUDI_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
RELATIVEENTITYUDI_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
RELATIVEENTITYUDI_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
RELATIVEENTITYUDI_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
remove() - Method in interface org.eclipse.higgins.idas.api.IAttribute
Removes all values of this attribute.
remove() - Method in interface org.eclipse.higgins.idas.api.IValue
Removes this value from its container Note: This operation is only applied to any backing data store after IContext.applyUpdates() is called.
removeAttribute(URI) - Method in interface org.eclipse.higgins.idas.api.IHasAttributes
Deletes the attribute specified by attrID.
removeAttributeValue(URI, Object) - Method in interface org.eclipse.higgins.idas.api.IHasAttributes
Deletes the specified value from the specified attrID.
removeAttributeValue(IAttribute) - Method in interface org.eclipse.higgins.idas.api.IHasAttributes
Deletes an attribute's value(s) based on the information passed in attr.
reopen() - Method in interface org.eclipse.higgins.idas.api.IContext
Causes this context to re-authenticate the previously passed authentication materials passed in the #open(Object) or #open(Object, IExtension[]) method.

S

setAssertion(IFilterAssertion) - Method in interface org.eclipse.higgins.idas.api.IFilter
When this is called, IFilter.addFilter(IFilter) and IFilter.setOperator(String) may not be called.
setAssertionValue(IValue) - Method in interface org.eclipse.higgins.idas.api.IFilterAttributeAssertion
Specifies the assertion data to be tested against values of a Entity's attribute.
setAssertionValue(String) - Method in interface org.eclipse.higgins.idas.api.IFilterEntityIDAssertion
Specifies the assertion data to be tested against an IEntity's unique ID.
setAssertionValue(URI) - Method in interface org.eclipse.higgins.idas.api.IFilterEntityTypeAssertion
Specifies the assertion data to be tested against an IEntity's type.
setAttributeFilter(IFilter) - Method in interface org.eclipse.higgins.idas.api.IFilterAttributeAssertion
Adds an (meta) attribute filter to this attribute assertion.
setComparator(String) - Method in interface org.eclipse.higgins.idas.api.IFilterAssertion
Set the comparison operator (equal, less, greater, beginsWith, etc.)
setComponentSetting(String, Object, boolean) - Method in interface org.eclipse.higgins.idas.api.IContext
Used to update one setting element for this context.
setComponentSetting(String, Object) - Method in interface org.eclipse.higgins.idas.api.IContext
 
setData(Object) - Method in interface org.eclipse.higgins.idas.api.ITypedValue
Sets the data for this simple value.
setID(URI, boolean) - Method in interface org.eclipse.higgins.idas.api.IFilterAssertion
Identifies the component to be compared.
For entity attribute assertions, this would be the type of the attribute (see IAttribute#getAttrID())
For entity ID and entity type assertions, the type is not set.
setID(URI) - Method in interface org.eclipse.higgins.idas.api.IFilterAssertion
 
setOperator(String) - Method in interface org.eclipse.higgins.idas.api.IFilter
 
setPolicy(String) - Method in interface org.eclipse.higgins.idas.api.IContextFactory
Sets the policy for for this Context Factory.
setSchema(String) - Method in interface org.eclipse.higgins.idas.api.IContext
Sets the schema governing this context.
SHORT_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
SHORT_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
SHORT_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
SHORT_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
SHORT_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
SINGLE_VALUED_MODE - Static variable in interface org.eclipse.higgins.idas.api.model.IAttributeModel
property.
STRING_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
STRING_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
STRING_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
STRING_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
STRING_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 

T

TIME_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
TIME_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
TIME_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
TIME_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
TIME_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
TOKEN_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
TOKEN_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
TOKEN_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
TOKEN_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
TOKEN_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
toLexicalForm(Object) - Method in interface org.eclipse.higgins.idas.api.model.ISimpleValueModel
Convert given Object to lexical form of represented value.
toValueForm(String) - Method in interface org.eclipse.higgins.idas.api.model.ISimpleValueModel
Convert given String to value form of represented value.
typeMap - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 

U

UnhandledExtensionException - Exception in org.eclipse.higgins.idas.api
 
UnhandledExtensionException() - Constructor for exception org.eclipse.higgins.idas.api.UnhandledExtensionException
 
UnhandledExtensionException(String) - Constructor for exception org.eclipse.higgins.idas.api.UnhandledExtensionException
 
UnhandledExtensionException(Throwable) - Constructor for exception org.eclipse.higgins.idas.api.UnhandledExtensionException
 
UnhandledExtensionException(String, Throwable) - Constructor for exception org.eclipse.higgins.idas.api.UnhandledExtensionException
 
UNSIGNEDBYTE_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
UNSIGNEDBYTE_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
UNSIGNEDBYTE_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
UNSIGNEDBYTE_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
UNSIGNEDBYTE_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
UNSIGNEDINT_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
UNSIGNEDINT_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
UNSIGNEDINT_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
UNSIGNEDINT_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
UNSIGNEDINT_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
UNSIGNEDLONG_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
UNSIGNEDLONG_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
UNSIGNEDLONG_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
UNSIGNEDLONG_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
UNSIGNEDLONG_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
UNSIGNEDSHORT_ATTR_VALUE_TYPE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
UNSIGNEDSHORT_ATTR_VALUE_URI_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
UNSIGNEDSHORT_OWL_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
UNSIGNEDSHORT_TYPE_URI - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 
UNSIGNEDSHORT_XML_TYPE_STR - Static variable in interface org.eclipse.higgins.idas.api.ITypedValue
 

V

ValueAlreadyExistsException - Exception in org.eclipse.higgins.idas.api
Thrown in cases where a value is being added to an attribute and that value already exists.
ValueAlreadyExistsException() - Constructor for exception org.eclipse.higgins.idas.api.ValueAlreadyExistsException
 
ValueAlreadyExistsException(String) - Constructor for exception org.eclipse.higgins.idas.api.ValueAlreadyExistsException
 
ValueAlreadyExistsException(String, Throwable) - Constructor for exception org.eclipse.higgins.idas.api.ValueAlreadyExistsException
 
ValueAlreadyExistsException(Throwable) - Constructor for exception org.eclipse.higgins.idas.api.ValueAlreadyExistsException
 
verifyEntityAttributes(String, Iterator) - Method in interface org.eclipse.higgins.idas.api.IContext
Simple method for comparing a set of attribute assertions against a Entity.

A B C D E F G H I L M N O P R S T U V