com.ptc.windchill.uwgm.common.pdm
Class SBStateFolderHelper

java.lang.Object
  extended bycom.ptc.windchill.uwgm.common.pdm.SBStateContainerHelper
      extended bycom.ptc.windchill.uwgm.common.pdm.SBStateFolderHelper

public class SBStateFolderHelper
extends SBStateContainerHelper

Define SandBoxState for a collection of Workable objects from folder.


Field Summary
private static Class[] cl
           
private  Folder folder
           
 
Fields inherited from class com.ptc.windchill.uwgm.common.pdm.SBStateContainerHelper
container, log, newObjs, sharedObjs, workables
 
Constructor Summary
SBStateFolderHelper(WTCollection workables, Folder folder)
          Construct helper for a given set of PDM documents from folder
 
Method Summary
protected  WTSet getShared()
           
 
Methods inherited from class com.ptc.windchill.uwgm.common.pdm.SBStateContainerHelper
getSandBoxState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

folder

private Folder folder

cl

private static Class[] cl
Constructor Detail

SBStateFolderHelper

public SBStateFolderHelper(WTCollection workables,
                           Folder folder)
Construct helper for a given set of PDM documents from folder

Parameters:
workables - WTCollection
folder - Folder
Method Detail

getShared

protected WTSet getShared()
                   throws WTException
Overrides:
getShared in class SBStateContainerHelper
Throws:
WTException