|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChangeOrder2 | |
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.process |
Uses of ChangeOrder2 in wt.change2 |
Subclasses of ChangeOrder2 in wt.change2 | |
class |
WTChangeOrder2
A Windchill provided reference implementation of a ChangeOrder2. |
Methods in wt.change2 with parameters of type ChangeOrder2 | |
static IncludedIn2 |
IncludedIn2.newIncludedIn2(ChangeOrder2 theChangeOrder2,
ChangeActivity2 theChangeActivity2)
Default factory for the class. |
protected boolean |
ChangeOrder2.readVersion(ChangeOrder2 thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static AddressedBy2 |
AddressedBy2.newAddressedBy2(ChangeRequest2 theChangeRequest2,
ChangeOrder2 theChangeOrder2)
Default factory for the class. |
static AcceptedStrategy |
AcceptedStrategy.newAcceptedStrategy(ChangeOrder2 theChangeOrder2,
ChangeProposal theChangeProposal)
Default factory for the class. |
Uses of ChangeOrder2 in wt.change2.process |
Methods in wt.change2.process with parameters of type ChangeOrder2 | |
static String |
ProcessHelper.checkChangeActivitiesFinished(ChangeOrder2 cOrder)
Determine if the passed Change Order has any pending Change Activities. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |