Organisation Unit Mode
enum OrganisationUnitMode
Defines the selection of organisation units.
- SELECTED: specified units only.
- CHILDREN: immediate children of specified units, including specified units.
- DESCENDANTS: all units in sub-hierarchy of specified units, including specified units.
- ACCESSIBLE: all organisation units accessible by the user (search scope).
- ALL: all units in system.
Author
Lars Helge Overland
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.