com.ptc.windchill.uwgm.cadx.update
Class UpdateRequestAdapter

java.lang.Object
  extended bycom.ptc.windchill.uwgm.cadx.request.AbstractUwgmRequestAdapter
      extended bycom.ptc.windchill.uwgm.cadx.request.AbstractWithWorkspaceRequestAdapter
          extended bycom.ptc.windchill.uwgm.cadx.checkout.AddToWsUwgmRequestAdapter
              extended bycom.ptc.windchill.uwgm.cadx.update.UpdateRequestAdapter
All Implemented Interfaces:
UwgmRequestAdapter

public class UpdateRequestAdapter
extends AddToWsUwgmRequestAdapter

UpdateRequestAdapter


Field Summary
private static Log log
          Logging
private static String requestID
          ID for the Form Request
 
Fields inherited from class com.ptc.windchill.uwgm.cadx.request.AbstractUwgmRequestAdapter
 
Constructor Summary
UpdateRequestAdapter()
           
 
Method Summary
protected  com.ptc.windchill.uwgm.soap.impl.uwgm.Requests_i createCadxUwgmRequest(Properties formData, HTTPState state)
          As update UI is doing the depedency collection and getting the 'refreshed' objects, update is a mere add to workspace operation where by default, 'differentIterationExistsInWs' conflict is overriden.
 
Methods inherited from class com.ptc.windchill.uwgm.cadx.checkout.AddToWsUwgmRequestAdapter
createCadxUwgmRequest
 
Methods inherited from class com.ptc.windchill.uwgm.cadx.request.AbstractWithWorkspaceRequestAdapter
createUwgmWorkspace
 
Methods inherited from class com.ptc.windchill.uwgm.cadx.request.AbstractUwgmRequestAdapter
createCompositeRequests, debugKeyValuePair, process, setDependentRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestID

private static final String requestID
ID for the Form Request

See Also:
Constant Field Values

log

private static Log log
Logging

Constructor Detail

UpdateRequestAdapter

public UpdateRequestAdapter()
Method Detail

createCadxUwgmRequest

protected com.ptc.windchill.uwgm.soap.impl.uwgm.Requests_i createCadxUwgmRequest(Properties formData,
                                                                                 HTTPState state)
                                                                          throws WTException
As update UI is doing the depedency collection and getting the 'refreshed' objects, update is a mere add to workspace operation where by default, 'differentIterationExistsInWs' conflict is overriden. (SPR#1112181)

Overrides:
createCadxUwgmRequest in class AddToWsUwgmRequestAdapter
Throws:
WTException