|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChangeItem | |
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 ChangeItem in wt.change2 |
Classes in wt.change2 that implement ChangeItem | |
class |
AnalysisActivity
The abstract level representation of a analysis activity. |
class |
ChangeActivity2
The abstract level representation of a change activity. |
class |
ChangeAnalysis
The abstract level representation of a change analysis. |
class |
ChangeInvestigation
The abstract level representation of a change investigation. |
class |
ChangeIssue
The abstract level representation of a change issue. |
class |
ChangeOrder2
The abstract level representation of a change order. |
class |
ChangeProposal
The abstract level representation of a change proposal. |
class |
ChangeRequest2
The abstract level representation of a change request. |
class |
WTAnalysisActivity
A Windchill provided reference implementation of an AnalysisActivity. |
class |
WTChangeActivity2
A Windchill provided reference implementation of a ChangeActivity2. |
class |
WTChangeInvestigation
A Windchill provided reference implementation of a ChangeInvestigation. |
class |
WTChangeIssue
A Windchill provided reference implementation of a ChangeIssue. |
class |
WTChangeOrder2
A Windchill provided reference implementation of a ChangeOrder2. |
class |
WTChangeProposal
A Windchill provided reference implementation of a ChangeProposal. |
class |
WTChangeRequest2
A Windchill provided reference implementation of a ChangeRequest2. |
Methods in wt.change2 that return ChangeItem | |
ChangeItem |
StandardChangeService2.getChangeItem(Class theClass,
long id)
Retrieves the ChangeItem object that corresponds to the given Class and id. |
ChangeItem |
StandardChangeService2.getChangeItem(String oid)
Retrieves the ChangeItem object that corresponds to the given oid. |
ChangeItem |
PendingChange.getChange()
Deprecated. |
ChangeItem |
ChangeService2Fwd.getChangeItem(Class theClass,
long id)
Retrieves the ChangeItem object that corresponds to the given Class and id. |
ChangeItem |
ChangeService2Fwd.getChangeItem(String oid)
Retrieves the ChangeItem object that corresponds to the given oid. |
ChangeItem |
ChangeService2.getChangeItem(Class theClass,
long id)
Retrieves the ChangeItem object that corresponds to the given Class and id. |
ChangeItem |
ChangeService2.getChangeItem(String oid)
Retrieves the ChangeItem object that corresponds to the given oid. |
Methods in wt.change2 with parameters of type ChangeItem | |
void |
StandardChangeService2.unattachChangeable(Changeable2 refObject,
ChangeItem changeItem,
Class linkClass,
String changeRole)
Deletes the association between a ChangeItem and a Changeable2. |
void |
PendingChange.setChange(ChangeItem change)
Deprecated. |
static PendingChange |
PendingChange.newPendingChange(Changeable2 changeable,
ChangeItem change)
Deprecated. |
void |
ChangeService2Fwd.unattachChangeable(Changeable2 refObject,
ChangeItem changeItem,
Class linkClass,
String changeRole)
Deletes the association between a ChangeItem and a Changeable2. |
void |
ChangeService2.unattachChangeable(Changeable2 refObject,
ChangeItem changeItem,
Class linkClass,
String changeRole)
Deletes the association between a ChangeItem and a Changeable2. |
Uses of ChangeItem in wt.change2.process |
Methods in wt.change2.process with parameters of type ChangeItem | |
static String |
ProcessHelper.getComplexity(ChangeItem cItem)
Determine the complexity of the change based on parent Change Request of the passed Change Item. |
static String |
ProcessHelper.checkRequestSubmitted(ChangeItem cItem)
Determine if the parent Change Request has been submitted and returns the complexity of the change. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |