com.ptc.windchill.uwgm.proesrv
Class ProeServiceDispatcherHelper

java.lang.Object
  extended bycom.ptc.windchill.uwgm.proesrv.ProeServiceDispatcherHelper

public class ProeServiceDispatcherHelper
extends Object

Misc outsourced utilities for ProeServiceRequestDispatcher


Field Summary
private static Log log
          logging
 
Constructor Summary
ProeServiceDispatcherHelper()
           
 
Method Summary
static String getRequestClassName(com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest uwgmRequest)
          returns UwgmRequest short class name for logging
static void processResolutionOptions(com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest uwgmRequest)
          register (store) conflict resolution options
static void setEPMApplicationContext()
          sets EPMContext to default EPMApplicationType
static void setWorkspaceOriginalState(com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest uwgmRequest, RequestResultCache rrc)
          sets WorkspaceOriginalState (WOS) status
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static Log log
logging

Constructor Detail

ProeServiceDispatcherHelper

public ProeServiceDispatcherHelper()
Method Detail

setWorkspaceOriginalState

public static void setWorkspaceOriginalState(com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest uwgmRequest,
                                             RequestResultCache rrc)
                                      throws UwgmErrorException
sets WorkspaceOriginalState (WOS) status

Parameters:
uwgmRequest - UwgmRequest
rrc - RequestResultCache
Throws:
UwgmErrorException

getRequestClassName

public static String getRequestClassName(com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest uwgmRequest)
returns UwgmRequest short class name for logging

Parameters:
uwgmRequest - UwgmRequest
Returns:
String

processResolutionOptions

public static void processResolutionOptions(com.ptc.windchill.uwgm.soap.uwgm.UwgmRequest uwgmRequest)
                                     throws UwgmErrorException
register (store) conflict resolution options

Parameters:
uwgmRequest - UwgmRequest
Throws:
UwgmErrorException

setEPMApplicationContext

public static void setEPMApplicationContext()
                                     throws UwgmErrorException
sets EPMContext to default EPMApplicationType

Throws:
UwgmErrorException