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

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

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

Methods in org.eclipse.higgins.idas.api that throw InvalidEntityIDException
 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()