|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use EntityExistsException | |
|---|---|
| org.eclipse.higgins.idas.api | Defines the core set of interfaces for IdAS. |
| Uses of EntityExistsException in org.eclipse.higgins.idas.api |
|---|
| Methods in org.eclipse.higgins.idas.api that throw EntityExistsException | |
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() |
IEntity |
IContext.addEntity(IEntity copyFrom)
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||