Uses of Class
com.ptc.windchill.uwgm.proesrv.ProeServiceRequest

Packages that use ProeServiceRequest
com.ptc.windchill.uwgm.proesrv   
com.ptc.windchill.uwgm.proesrv.cache   
com.ptc.windchill.uwgm.proesrv.request   
 

Uses of ProeServiceRequest in com.ptc.windchill.uwgm.proesrv
 

Methods in com.ptc.windchill.uwgm.proesrv that return ProeServiceRequest
private  ProeServiceRequest ProeServiceRequestDispatcher.getRequestImplementation(com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest uwgmRequest)
          binds and returns UwgmRequest request implementation
 

Uses of ProeServiceRequest in com.ptc.windchill.uwgm.proesrv.cache
 

Constructors in com.ptc.windchill.uwgm.proesrv.cache with parameters of type ProeServiceRequest
WorkspaceGetInformationRequestCache(ProeServiceRequest workspaceRequest)
           
WorkspaceDeleteRequestCache(ProeServiceRequest proeRequest)
           
ProeServiceRequestCache(ProeServiceRequest proeRequest)
          constructor (call in subclass constructors)
EpmUploadRequestCache(ProeServiceRequest uploadRequest)
           
AbstractWorkspaceRequestCache(ProeServiceRequest workspaceRequest)
           
AbstractWorkspaceIterationRequestCache(ProeServiceRequest iterationRequest)
           
 

Uses of ProeServiceRequest in com.ptc.windchill.uwgm.proesrv.request
 

Subclasses of ProeServiceRequest in com.ptc.windchill.uwgm.proesrv.request
 class AddToWorkspaceRequest
          UWGM AddToWorkspace/EpmAddToWorkspace/Checkout action implementation
 class CheckinRequest
          Checkin UWGM Request implementation Checkin request is not transactional, but rather multi-transactional.
 class DbObjGetInformationRequest
           
 class EpmRenameRequest
          Handles Rename EPMDocument requests.
 class EpmUploadRequest
           
 class FindIterationsRequest
          common implementation for EpmFindIteration and PartFindIterations UWGM requests
 class GetContentDownloadInfoRequest
          GetContentDownloadInfo Request implementation
 class GetFolderContentRequest
          GetFolderContent Request implementation
 class GetNewDocumentNumbersRequest
          GetNewDocumentNumbers request implementation
 class IBAModificationRequest
          UWGM IBAModificationRequest implementation
 class PartRenameRequest
          Handles Rename WTPart requests.
 class PrepareEpmForUploadRequest
           
 class ProeServiceFrameworkTestDelegate
          ProeServiceFrameworkTest Delegate
 class ProeServiceTestProxy
          TestRequest proxy for Unit Testing
 class RemoveFromWorkspaceRequest
          RemoveFromWorkspace UWGM Request implementation.
 class ServerGetInformationRequest
          ServerGetInformation request implementation
 class SetTargetFolderRequest
          SetTargetFolder Request implementation
 class UndoCheckoutRequest
          Handles Undo Checkout request.
 class UpdateWorkspaceRequest
          UpdateWorkspace UWGM Request implementation.
 class WorkspaceCreateRequest
           
 class WorkspaceDeleteRequest
          Handles Delete Checkout request.
 class WorkspaceGetInformationRequest
          WorkspaceGetInformation UWGM Request implementation
 class WsConflictReportRequest
           
 

Fields in com.ptc.windchill.uwgm.proesrv.request declared as ProeServiceRequest
private  ProeServiceRequest ProeServiceTestProxy.testImplementation
          actual test implementation
private  ProeServiceRequest ProeServiceTestProxy.testImplementation
          actual test implementation
 

Methods in com.ptc.windchill.uwgm.proesrv.request that return ProeServiceRequest
private  ProeServiceRequest ProeServiceTestProxy.getTestImplementation(com.ptc.windchill.uwgm.soap.uwgmsvc.TestRequest testRequest, RequestResultCache resultCache)
          looks up and initializes test implementation
private  ProeServiceRequest ProeServiceTestProxy.getTestImplementation(com.ptc.windchill.uwgm.soap.uwgmsvc.TestRequest testRequest, RequestResultCache resultCache)
          looks up and initializes test implementation
 

Constructors in com.ptc.windchill.uwgm.proesrv.request with parameters of type ProeServiceRequest
PrepareEpmForUploadRequestCache(ProeServiceRequest proeRequest)
           
CheckinRequestCache(ProeServiceRequest proeServiceRequest)
           
PrepareEpmForUploadRequestCache(ProeServiceRequest proeRequest)
           
CheckinRequestCache(ProeServiceRequest proeServiceRequest)