recursePreReqs()

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

Type
The type of business object to search for in the busObj vector.

busObjs
The vector of business objects of unique business object types.

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.

Copyright IBM Corp. 2003, 2004