Interface | Description |
---|---|
RouteRemote |
Remote Interface to the Route object.
|
RouteSetRemote |
Remote Interface to the set route.
|
RouteStopRemote |
Remote Interface to the Route Stop object.
|
RouteStopSetRemote |
Remote Interface to the set of Route Stops.
|
Class | Description |
---|---|
FldAssetFeature | |
FldDJPRouteStopMeasure | |
FldDJPRouteStopTotalWorkUnits | |
FldPathAssetNum |
Behavior of the PATHASSETNUM field in the ROUTES object
|
FldRoute |
Common Validation Class for: Route Identifiers - route.
The constructor takes a name of a Route criteria.If null is passed to the constructor, then no criteria will be used and the route will only be validated against the ROUTES table.The constructor will throw an exception if the criteria is not found. |
FldRouteStopAssetNum |
Behaviour associated with the RouteStop Assetnum field
|
FldRouteStopEndFeatureLabel |
Class for End Feature Label
|
FldRouteStopInspFormNum |
Behavior of the Inspection Form Number field in the Route Stop object
|
FldRouteStopJPAssets |
Behaviour associated with the RouteStop Assetnum field
|
FldRouteStopJPNum |
Behaviour associated with the RouteStop Jpnum field
|
FldRouteStopLocation |
Behaviour associated with the RouteStop Location field
|
FldRouteStopRoute |
Behaviour associated with the RouteStop Route field
|
FldRouteStopsBecome |
Validation class for the ROUTESTOPSBECOME attribute
|
FldRouteStopStartFeatureLabel |
Class for any Start Feature Label
|
FldRouteSummary | |
Route |
Mbo object to represent Route.
See Route Package description for details. |
RouteService | |
RouteSet |
Represents the set of Routes.
|
RouteStop |
MBO object to represent Route Stop.
See Route Package description for details. |
RouteStopSet |
Represents the set of Route Stops.
|
The Route package includes Mbo's related to Routes. A Route is a list of related work assets (pieces of equipment and locations), which are considered "stops". A Route can be used in the Preventive Maintenance application to generate a group of work orders. A job plan can be associated with each route stop. Routes can be used to do things like generating an inspection work order of fire extinguisher, or define the rooms to sweep. Stops in a route can be sequenced. When a route is applied to a work order, the route defines whether summary or detail sub-work orders are created.
The Mbos included in the Route package are:
Route
-- The main Route
class and also the owner of RouteStop Mbo in this package. A Route is a list
of related work assets (pieces of equipment, locations, and items).
Route can be used in Preventive Maintenance application to schedule the
generation of a group of work orders. A route can be applied to a work
order to generate child work orders for each work asset listed as stop on the
route. A route cannot be a part of a PM record that has children or the
child PM's cannot be added to a PM with an associated route. RouteStop
-- A route stop represents
assets such as equipment, location or both. Other classes included in the Route package are:
RouteService
-- Service class
for the package. Preventive Maintenance object
The attribute Route defines
the route, which the PM will use to create sub-work orders when the PM is scheduled
to generate work.
Work Order object
The
method applyRoute takes a route and creates sub-work orders.Last updated: Friday, March 01, 2002