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 |
---|---|
IbisInstitution |
IbisResult.institution
The institution returned by methods that return a single institution.
|
IbisInstitution |
IbisGroup.membersOfInst
The details of the institution for which this group forms all or
part of the membership.
|
Modifier and Type | Field and Description |
---|---|
List<IbisInstitution> |
IbisInstitution.childInsts
A list of the institution's child institutions.
|
List<IbisInstitution> |
IbisPerson.institutions
A list of all the institution's to which the person belongs.
|
List<IbisInstitution> |
IbisResult.institutions
The list of institutions returned by methods that may return multiple
institutions.
|
List<IbisInstitution> |
IbisResult.Entities.institutions
A list of all the unique institutions returned by the method.
|
List<IbisInstitution> |
IbisGroup.managesInsts
A list of the institutions managed by this group.
|
List<IbisInstitution> |
IbisGroup.owningInsts
A list of the institutions to which this group belongs.
|
List<IbisInstitution> |
IbisInstitution.parentInsts
A list of the institution's parent institutions.
|
Modifier and Type | Method and Description |
---|---|
IbisInstitution |
IbisInstitution.ref()
Return a new IbisInstitution that refers to this institution.
|
Modifier and Type | Method and Description |
---|---|
void |
IbisResult.Entities.addInstitution(IbisInstitution institution)
Add an institution to the list of institutions, creating it if necessary
|
Modifier and Type | Method and Description |
---|---|
IbisInstitution |
InstitutionMethods.getInst(String instid,
String fetch)
Get the institution with the specified ID.
|
Modifier and Type | Method and Description |
---|---|
List<IbisInstitution> |
InstitutionMethods.allInsts(boolean includeCancelled,
String fetch)
Return a list of all institutions.
|
List<IbisInstitution> |
PersonMethods.getInsts(String scheme,
String identifier,
String fetch)
Get all the institutions to which the specified person belongs.
|
List<IbisInstitution> |
PersonMethods.getManagedInsts(String scheme,
String identifier,
String fetch)
Get all the institutions that the specified person has permission to
edit.
|
List<IbisInstitution> |
InstitutionMethods.listInsts(String instids,
String fetch)
Get the institutions with the specified IDs.
|
List<IbisInstitution> |
InstitutionMethods.modifiedInsts(long minTxId,
long maxTxId,
String instids,
boolean includeCancelled,
boolean contactRowChanges,
boolean membershipChanges,
String fetch)
Find all institutions modified between the specified pair of
transactions.
|
List<IbisInstitution> |
InstitutionMethods.search(String query,
boolean approxMatches,
boolean includeCancelled,
String attributes,
int offset,
int limit,
String orderBy,
String fetch)
Search for institutions using a free text query string.
|