Recursively finds the vector position of a specified business object type within a given vector of unique business objects.
Syntax
int recursePreReqs(String Type, Vector busObjs)
Parameters
Return values
Returns the position in thebusObjs vector that contains the business object specified by Type.
Exceptions
CollaborationException--This exception is thrown if the collaboration configuration property PREQ_Type is missing.