com.ptc.windchill.uwgm.common.pdm
Class SBStateContainerHelper
java.lang.Object
com.ptc.windchill.uwgm.common.pdm.SBStateContainerHelper
- Direct Known Subclasses:
- SBStateFolderHelper, SBStateWorkspaceHelper
- public class SBStateContainerHelper
- extends Object
Define SandBoxState for a collection of Workable objects from a container.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
workables
protected final WTCollection workables
container
protected final WTContainer container
isPJLContainer
private final boolean isPJLContainer
sharedObjs
protected WTSet sharedObjs
newObjs
protected WTSet newObjs
IS_STANDALONE_SERVER
private static final boolean IS_STANDALONE_SERVER
log
protected static Log log
SBStateContainerHelper
public SBStateContainerHelper(WTCollection workables,
WTContainer container)
- Construct helper for a given set of PDM documents from container
- Parameters:
workables
- WTCollectioncontainer
- WTContainer
- Throws:
IllegalArgumentException
- if any of the parameters is invalid
getSandBoxState
public final SandBoxState getSandBoxState(Workable obj)
throws WTException
- Returns the "sand box" state of a workable object
- Parameters:
obj
- Workable
- Returns:
- SandBoxState
- Throws:
WTException
getShared
protected WTSet getShared()
throws WTException
- Throws:
WTException
getSharedFrom
private WTSet getSharedFrom()
throws WTException
- Throws:
WTException