public static class IbisResult.Entities extends Object
In the hierarchical representation, this is not used, since all entities returned will be at the top-level, or directly contained in those top-level entities.
Modifier and Type | Field and Description |
---|---|
List<IbisGroup> |
groups
A list of all the unique groups returned by the method.
|
List<IbisInstitution> |
institutions
A list of all the unique institutions returned by the method.
|
List<IbisPerson> |
people
A list of all the unique people returned by the method.
|
Constructor and Description |
---|
Entities() |
Modifier and Type | Method and Description |
---|---|
void |
addGroup(IbisGroup group)
Add a group to the list of groups, creating it if necessary
|
void |
addInstitution(IbisInstitution institution)
Add an institution to the list of institutions, creating it if necessary
|
void |
addPerson(IbisPerson person)
Add a person to the list of people, creating it if necessary
|
public List<IbisPerson> people
fetch
parameter, so this list may contain more
entries than the corresponding field on the enclosing class.public List<IbisInstitution> institutions
fetch
parameter, so this list may contain
more entries than the corresponding field on the enclosing class.public void addPerson(IbisPerson person)
public void addInstitution(IbisInstitution institution)
public void addGroup(IbisGroup group)