Uses of Class
wt.change2.RequestPriority

Packages that use RequestPriority
com.ptc.windchill.esi.ecn   
wt.change2 Defines several reference implementations of change objects (including WTChangeRequest2, WTChangeIssue and WTChangeOrder2) that are all managed by ChangeService2, but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations with customization of the interfaces. 
 

Uses of RequestPriority in com.ptc.windchill.esi.ecn
 

Methods in com.ptc.windchill.esi.ecn that return RequestPriority
protected  RequestPriority ESIChangeRequestFactory.getPriority()
          Return the priority to be assigned to the new change request.
 

Uses of RequestPriority in wt.change2
 

Fields in wt.change2 declared as RequestPriority
private  RequestPriority WTChangeRequest2.theRequestPriority
           
static RequestPriority RequestPriority.HIGH
          Static final constant

Supported API: true
static RequestPriority RequestPriority.MEDIUM
          Static final constant

Supported API: true
static RequestPriority RequestPriority.LOW
          Static final constant

Supported API: true
static RequestPriority RequestPriority.EMERGENCY
          Static final constant

Supported API: true
 

Methods in wt.change2 that return RequestPriority
 RequestPriority WTChangeRequest2.getRequestPriority()
          Gets the object for the association that plays role: REQUEST_PRIORITY.
static RequestPriority RequestPriority.newRequestPriority(int secretHandshake)
          Used by EnumeratedType for constructing instances of RequestPriority, from a resource bundle.
static RequestPriority RequestPriority.toRequestPriority(String internal_value)
          Returns the RequestPriority instance for the internal_value argument.
static RequestPriority RequestPriority.getRequestPriorityDefault()
          Returns the default value (instance) for the RequestPriority set.
static RequestPriority[] RequestPriority.getRequestPrioritySet()
          Returns a copy of the set of valid values (instances) for the RequestPriority class.
 

Methods in wt.change2 with parameters of type RequestPriority
 void WTChangeRequest2.setRequestPriority(RequestPriority a_RequestPriority)
          Sets the object for the association that plays role: REQUEST_PRIORITY.