com.ptc.windchill.uwgm.proesrv.action
Class SetTargetFolderAction

java.lang.Object
  extended bycom.ptc.windchill.uwgm.proesrv.action.UwgmAction
      extended bycom.ptc.windchill.uwgm.proesrv.action.UwgmWorkspaceAction
          extended bycom.ptc.windchill.uwgm.proesrv.action.SetTargetFolderAction

public class SetTargetFolderAction
extends UwgmWorkspaceAction

SetTargetFolder Uwgm action


Field Summary
private static Log log
          logging
private  WTValuedMap stfInstructions
           
 
Fields inherited from class com.ptc.windchill.uwgm.proesrv.action.UwgmWorkspaceAction
 
Fields inherited from class com.ptc.windchill.uwgm.proesrv.action.UwgmAction
 
Constructor Summary
SetTargetFolderAction(RequestContext context, EPMWorkspace epmWorkspace)
           
 
Method Summary
 void addInstructions(WTValuedMap instructions)
           
protected  void executeAction()
          executeAction
 
Methods inherited from class com.ptc.windchill.uwgm.proesrv.action.UwgmWorkspaceAction
getEPMWorkspace
 
Methods inherited from class com.ptc.windchill.uwgm.proesrv.action.UwgmAction
addWarning, checkExecutionSuccess, execute, getContext, getWarnings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stfInstructions

private WTValuedMap stfInstructions

log

private static Log log
logging

Constructor Detail

SetTargetFolderAction

public SetTargetFolderAction(RequestContext context,
                             EPMWorkspace epmWorkspace)
Method Detail

executeAction

protected void executeAction()
                      throws UwgmConflictException,
                             UwgmErrorException
executeAction

Specified by:
executeAction in class UwgmAction
Throws:
UwgmConflictException
UwgmErrorException

addInstructions

public void addInstructions(WTValuedMap instructions)