com.ptc.windchill.uwgm.cadx.cancelcheckout
Class UndoCheckoutRequestAdapter

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.request.AbstractWsIterationRequestAdapter
              extended bycom.ptc.windchill.uwgm.cadx.cancelcheckout.UndoCheckoutRequestAdapter
All Implemented Interfaces:
UwgmRequestAdapter

public class UndoCheckoutRequestAdapter
extends AbstractWsIterationRequestAdapter

UndoCheckoutRequestAdapter


Field Summary
private static Log log
          Logging
private  List objects
           
private static String requestID
          ID for the Form Request
private  EPMWorkspace workspace
           
 
Fields inherited from class com.ptc.windchill.uwgm.cadx.request.AbstractUwgmRequestAdapter
 
Constructor Summary
UndoCheckoutRequestAdapter()
           
UndoCheckoutRequestAdapter(EPMWorkspace ws, List coList)
           
 
Method Summary
protected  com.ptc.windchill.uwgm.soap.impl.uwgm.Requests_i createCadxUwgmRequest(Properties formData, HTTPState state)
          Creates UwgmRequest from the Form Data
private  com.ptc.windchill.uwgm.soap.uwgmdb.FolderedIteration.Iterator createFolderedIteartion()
           
 
Methods inherited from class com.ptc.windchill.uwgm.cadx.request.AbstractWsIterationRequestAdapter
createEpmIteraion, createFolderedIteartion, createPartIteration
 
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

workspace

private EPMWorkspace workspace

objects

private List objects

log

private static Log log
Logging

Constructor Detail

UndoCheckoutRequestAdapter

public UndoCheckoutRequestAdapter()

UndoCheckoutRequestAdapter

public UndoCheckoutRequestAdapter(EPMWorkspace ws,
                                  List coList)
Method Detail

createCadxUwgmRequest

protected com.ptc.windchill.uwgm.soap.impl.uwgm.Requests_i createCadxUwgmRequest(Properties formData,
                                                                                 HTTPState state)
                                                                          throws WTException
Creates UwgmRequest from the Form Data

Specified by:
createCadxUwgmRequest in class AbstractWsIterationRequestAdapter
Throws:
WTException

createFolderedIteartion

private com.ptc.windchill.uwgm.soap.uwgmdb.FolderedIteration.Iterator createFolderedIteartion()
                                                                                       throws WTException
Throws:
WTException