During the ChEBI User Day there were requests for new Web Service methods by Julia Fischer. I've documented them so that we don't lose them.
1. getAllStatus()
return ["OK","CHECKED","DELETED","OBSOLETE"]
2. getOntologyChildren ( entityStatus[], relStatus[])
3. getAllChildren (Entity, StopEntity, entityStatus[], relStatus[])
4. getAllParents (see above)
5. boolean isA (Entity) // checks if entity is_a other entity
6. getDBLinksOfAllChildren (Entity, entityStatic[], relStatic[])
7. getAllConnectionsTo (Entity, entityStatus, relStatus[])
8. pathContainsEntity (Entity)