Quering and fetching MBOs
This entry is part of the Maximo Java Development series. To query a Maximo table using Java you need to perform the following steps: Get a reference to the MboSet. Specify a where clause. Loop through the MboSet and fetch Mbos. The following example shows how to retrieve all the assets located in BEDFORD site. […]