|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WTChangeOrder2 | |
com.ptc.windchill.esi.ecn | |
com.ptc.windchill.esi.evt | |
com.ptc.windchill.esi.svc | |
com.ptc.windchill.esi.utl | |
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 WTChangeOrder2 in com.ptc.windchill.esi.ecn |
Fields in com.ptc.windchill.esi.ecn declared as WTChangeOrder2 | |
private WTChangeOrder2 |
ESIECNHeaderRenderer.changeOrder
|
private WTChangeOrder2 |
ESIChangeHeaderRenderer.changeOrder
|
Methods in com.ptc.windchill.esi.ecn that return WTChangeOrder2 | |
protected static WTChangeOrder2 |
ESIWTChangeOrder2Renderer.getChangeOrderByUfid(String ufid)
|
WTChangeOrder2 |
ESIStandardECNFactory.createChangeOrder(Changeable2 item)
Creates change request, change order, change activity, and associates the argument to the change activity. Obtains an instance of WTChangeRequest2 from an instance of ESIChangeRequestFactory. Obtains an instance of WTChangeOrder2 from an instance of ESIChangeOrderFactory. Obtains an instance of WTChangeActivity2 from an instance of ESIChangeActivityFactory. Invokes associateChangeableToChangeActivity() Supported API: true |
WTChangeOrder2 |
ESIECNHeaderRenderer.getChangeOrder()
Gets the object for the association that plays role: changeOrder. |
WTChangeOrder2 |
ESIECNFactory.createChangeOrder(Changeable2 item)
Wrap the given changeable in a change order. |
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. |
protected static WTChangeOrder2 |
ESIChangeOrder2Renderer.getChangeOrderByUfid(String ufid)
|
Methods in com.ptc.windchill.esi.ecn with parameters of type WTChangeOrder2 | |
protected void |
ESIWTChangeOrder2Renderer.buildHeader(WTChangeOrder2 changeOrder,
Collection targets)
|
protected static Collection |
ESIWTChangeOrder2Renderer.getChangeableParts(WTChangeOrder2 changeOrder)
|
void |
ESIECNHeaderRenderer.setChangeOrder(WTChangeOrder2 a_ChangeOrder)
Sets the object for the association that plays role: changeOrder. |
private void |
ESIECNHeaderRenderer.changeOrderValidate(WTChangeOrder2 a_ChangeOrder)
|
void |
ESIECNHeaderRenderer.setData(WTChangeOrder2 chgOrder,
Collection targets,
String auth,
String wcAdapter)
Provide the data required for the renderer to operate properly. |
protected Element |
ESIECNHeaderRenderer.adjustElement(Element element,
String group,
WTChangeOrder2 changeOrder,
Collection targets)
Allow subclasses to fix the contents of an element. |
protected Element |
ESIECNHeaderRenderer.mapElement(String groupName,
Element element,
WTChangeOrder2 changeOrder,
Collection targets)
|
protected Element |
ESIECNHeaderRenderer.getQueryObjectElement(WTChangeOrder2 changeOrder)
|
Collection |
ESIChangeOrgFinder.getTargets(WTChangeOrder2 changeOrder)
Return a collection of ESITargets that are associated with the changeable objects contained by the argument. |
protected void |
ESIChangeOrder2Renderer.buildHeader(WTChangeOrder2 changeOrder,
Collection targets)
|
protected static Collection |
ESIChangeOrder2Renderer.getChangeableParts(WTChangeOrder2 changeOrder)
|
void |
ESIChangeHeaderRenderer.setData(WTChangeOrder2 chgOrder,
Collection targets,
String auth,
String wcAdapter)
Provide the data required for the renderer to operate properly. |
protected Element |
ESIChangeHeaderRenderer.adjustElement(Element element,
String group,
WTChangeOrder2 changeOrder,
Collection targets)
Allow subclasses to fix the contents of an element. |
protected Element |
ESIChangeHeaderRenderer.mapElement(String groupName,
Element element,
WTChangeOrder2 changeOrder,
Collection targets)
|
protected Element |
ESIChangeHeaderRenderer.getQueryObjectElement(WTChangeOrder2 changeOrder)
|
WTChangeActivity2 |
ESIChangeActivityFactory.create(WTChangeOrder2 changeOrder)
Create and persist a new change activity associated with the argument. |
void |
ChangeHeaderRenderer.setData(WTChangeOrder2 chgOrder,
Collection targets,
String auth,
String wcAdapter)
Provide the data required for the renderer to operate properly. |
Uses of WTChangeOrder2 in com.ptc.windchill.esi.evt |
Methods in com.ptc.windchill.esi.evt with parameters of type WTChangeOrder2 | |
void |
EventEmitter.releaseWTChangeOrder2(WTChangeOrder2 ecn,
String action,
WTObject waitingObject)
Validates arguments and then: creates a new transaction creates a new event passes the event to a new EventRenderer creates the task defined in the property "com.ptc.windchill.esi.eventTask" invokes the task Supported API: true |
void |
EventEmitter.releaseWTChangeOrder2(WTChangeOrder2 ecn,
String action,
WTObject waitingObject,
String userName,
Locale locale)
Validates arguments and then: creates a new transaction creates a new event passes the event to a new EventRenderer creates the task defined in the property "com.ptc.windchill.esi.eventTask" invokes the task Supported API: true |
protected void |
EventEmitter.validateWTChangeOrder2(WTChangeOrder2 ecn)
Makes sure that the argument is in the correct state to be published by ESI. |
Uses of WTChangeOrder2 in com.ptc.windchill.esi.svc |
Methods in com.ptc.windchill.esi.svc with parameters of type WTChangeOrder2 | |
private boolean |
StandardESIService.validateESITargetAssignments(WTChangeOrder2 chgOrder)
|
Uses of WTChangeOrder2 in com.ptc.windchill.esi.utl |
Methods in com.ptc.windchill.esi.utl that return WTChangeOrder2 | |
WTChangeOrder2 |
TaskHelper.getChangeOrderFromUfid(String ufid)
|
Uses of WTChangeOrder2 in wt.change2 |
Methods in wt.change2 that return WTChangeOrder2 | |
static WTChangeOrder2 |
WTChangeOrder2.newWTChangeOrder2()
A no-arg new-factory method to construct an initialized instance of a WTChangeOrder2. |
static WTChangeOrder2 |
WTChangeOrder2.newWTChangeOrder2(String name)
A new-factory method that construct an initialized instance of a WTChangeOrder2 with the given name. |
(package private) static WTChangeOrder2 |
CMIIBaselineHelper.getReleasingECN(Changeable2 changeable)
Returns the latest (by resolution date) ECN (wt.change2.WTChangeOrder2 instance) releasing the specified changeable. |
Methods in wt.change2 with parameters of type WTChangeOrder2 | |
static WTChangeOrder2Identity |
WTChangeOrder2Identity.newWTChangeOrder2Identity(WTChangeOrder2 order)
Supported API: false |
protected void |
WTChangeOrder2Identity.initialize(WTChangeOrder2 order)
Supports initialization, following construction of an instance. |
protected boolean |
WTChangeOrder2.readVersion(WTChangeOrder2 thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |