Package | Description |
---|---|
com.ibm.tivoli.maximo.slroute | |
psdi.app.asset | |
psdi.app.location |
The Location package includes MBOs mostly related to operating locations. |
psdi.app.pm |
The PM package contains Mbos related to preventive
maintenance.
|
psdi.plusc.app.asset |
Modifier and Type | Method and Description |
---|---|
SLRouteRemote |
SLRouteSet.addRoute(MboRemote resource,
LocationRemote startLoc,
LocationRemote endLoc,
java.util.GregorianCalendar routeDate) |
int |
SLRouteSetRemote.addRoutes(MboRemote resource,
LocationRemote startLoc,
LocationRemote endLoc,
java.util.Date start,
java.util.Date end) |
int |
SLRouteSet.addRoutes(MboRemote resource,
LocationRemote startLoc,
LocationRemote endLoc,
java.util.Date start,
java.util.Date end) |
Modifier and Type | Method and Description |
---|---|
LocationRemote |
AssetRemote.getTagLocation()
Returns the location associated with this asset, if that location can be
considered a tag id (i.e., it has only one asset associated with it).
|
LocationRemote |
Asset.getTagLocation()
Returns the location associated with this asset, if that location can be considered a tag id (i.e., it has only
one asset associated with it).
|
Modifier and Type | Class and Description |
---|---|
class |
Location
MBO to represent Locations.
|
Modifier and Type | Method and Description |
---|---|
LocationRemote |
PM.getLocation()
Get related Location mbo
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
PlusCDueDate.getLocationDueDate(LocationRemote mboRemote)
Gets the Due Date for a Location mbo
|