|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WTChangeRequest2 | |
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. |
wt.change2.htmlclient | Defines an interface for the change objects from wt.change2 . |
wt.change2.process |
Uses of WTChangeRequest2 in com.ptc.windchill.esi.ecn |
Methods in com.ptc.windchill.esi.ecn that return WTChangeRequest2 | |
WTChangeRequest2 |
ESIChangeRequestFactory.create()
Create and persist a new change request. |
Methods in com.ptc.windchill.esi.ecn with parameters of type WTChangeRequest2 | |
WTChangeOrder2 |
ESIChangeOrderFactory.create(WTChangeRequest2 changeRequest)
Create and persist a new change order associated with the argument. |
WTChangeOrder2 |
ESIChangeOrderFactory.create(WTChangeRequest2 changeRequest,
WTContainerRef wcRef)
Create and persist a new change order associated with the argument. |
Uses of WTChangeRequest2 in wt.change2 |
Methods in wt.change2 that return WTChangeRequest2 | |
static WTChangeRequest2 |
WTChangeRequest2.newWTChangeRequest2()
A no-arg new-factory method to construct an initialized instance of a WTChangeRequest2. |
static WTChangeRequest2 |
WTChangeRequest2.newWTChangeRequest2(String name)
A new-factory method that construct an initialized instance of a WTChangeRequest2 with the given name. |
Methods in wt.change2 with parameters of type WTChangeRequest2 | |
static WTChangeRequest2Identity |
WTChangeRequest2Identity.newWTChangeRequest2Identity(WTChangeRequest2 request)
Supported API: false |
protected void |
WTChangeRequest2Identity.initialize(WTChangeRequest2 request)
Supports initialization, following construction of an instance. |
protected boolean |
WTChangeRequest2.readVersion(WTChangeRequest2 thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of WTChangeRequest2 in wt.change2.htmlclient |
Fields in wt.change2.htmlclient declared as WTChangeRequest2 | |
protected WTChangeRequest2 |
UpdateChangeRequestDelegate.change_request
Deprecated. |
private WTChangeRequest2 |
CreateChangeRequestDelegate.change_request
Deprecated. |
Uses of WTChangeRequest2 in wt.change2.process |
Methods in wt.change2.process with parameters of type WTChangeRequest2 | |
static String |
ProcessHelper.checkRequestFinished(WTChangeRequest2 cRequest)
Determine if the passed Change Request is in state "Complete" or "Cancelled." Returns ProcessHelper.COMPLETE if the Change Request is in state "Complete." Returns ProcessHelper.CANCELLED if the Change Request is in state "Cancelled." Supported API: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |