publicCollection getSubordinates(long startTime, long endTime)(Code)
getSubordinates - returns subordinate relationships.
Performs a 2 stage search, returns all SUBORDINATE relationships if they
exist, if none exist returns all ADMINISTRATIVESUBORDINATE relationships.
publicCollection getSuperiors(long startTime, long endTime)(Code)
getSuperiors - returns superior relationships.
Performs a 2 stage search, returns all SUPERIOR relationships if they
exist, if none exist returns all ADMINISTRATIVESUPERIOR relationships.