Advanced Customization > Business Logic Customization > Reservation Service > Reservation Service APIs
  
Reservation Service APIs
Reservation service APIs require the following Java interfaces and classes located in the wt.reservation package:
Name
Type
Description
Reservable
Interface
Tags a Windchill object for use by the reservation service.
Reservation
Class
Instances of this class describe a reservation for a Reservable object.
ReservationHelper
Class
Methods in this class are used to access reservation information.
ReservationService
Interface
Defines the reservation service APIs.
ReservationType
Type
Enumerated type describing the reservation types available.
* 
Currently the only supported type available is Modify, but other types might be added in the future.
For more information, including all supported methods and elements, see the Windchill Javadoc.