|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NameLookup
Provides general object resolution capabilities. A NameLookup is
needed to transform a String object reference into an actual instance.
While this can be done using a query, the resulting reference
resolution code would be unnecessarily complex. This is similar to
IDLookup but used for String references.
| Method Summary | |
|---|---|
SandInstanceMessage |
getInstance(java.lang.String classname,
java.lang.String fieldname,
java.lang.String value,
AuthUser user)
Return the unique instance identified by the specified class, field, and value. |
| Method Detail |
|---|
SandInstanceMessage getInstance(java.lang.String classname,
java.lang.String fieldname,
java.lang.String value,
AuthUser user)
throws SandException
If the identification does not resolve to a unique instance,
this method throws a DuplicateReferenceException
SandException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||