Package | Description |
---|---|
uk.ac.cam.ucs.ibis.dto |
Provides DTO classes for transferring data from the server to client in
the web service API.
|
uk.ac.cam.ucs.ibis.methods |
Contains auto-generated classes which contain all the available methods
in the Lookup/Ibis web service API.
|
Modifier and Type | Field and Description |
---|---|
List<IbisAttributeScheme> |
IbisResult.attributeSchemes
The list of attribute schemes returned by methods that return lists
of person/institution attribute schemes.
|
Modifier and Type | Method and Description |
---|---|
List<IbisAttributeScheme> |
PersonMethods.allAttributeSchemes()
Return a list of all the person attribute schemes available.
|
List<IbisAttributeScheme> |
InstitutionMethods.allAttributeSchemes()
Return a list of all the institution attribute schemes available.
|