public BusObjDef[] getBoDefs(long index);
The getBoDefs() method is the content-retrieval method for the IGeneratesBoDefs interface. It retrieves generated business object definitions from the ODA's generated-content structure, which is the structure that the generateBoDefs() method populated with the generated business object definitions. The value of the index argument determines whether to getBoDefs() returns one or all generated business object definitions, as Table 94 shows.
For more information on how to implement getBoDefs(), see Providing access to generated business object definitions.