wt.epm.retriever
Class EPMRetriever.Scope
java.lang.Object
wt.epm.retriever.EPMRetriever.Scope
- Enclosing class:
- EPMRetriever
- private class EPMRetriever.Scope
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
container
WTContainer container
seeds
WTContainer[] seeds
mode
int mode
containerID
long containerID
principalID
long principalID
EPMRetriever.Scope
public EPMRetriever.Scope()
EPMRetriever.Scope
public EPMRetriever.Scope(WTContainer container)
throws WTException
EPMRetriever.Scope
public EPMRetriever.Scope(WTContainer[] containers)
throws WTException
setContainerID
private void setContainerID()
throws WTException
- Throws:
WTException
appendWhere
public void appendWhere(QuerySpec qs,
Class iterCl)
throws WTException
- Throws:
WTException
isProjectLinkContainer
public boolean isProjectLinkContainer()
appendNotProjectWhere
public void appendNotProjectWhere(QuerySpec qs,
Class iterCl,
int iterInd)
throws WTException
- Throws:
WTException
appendSeedWhere
public void appendSeedWhere(QuerySpec qs,
Class iterCl,
int iterInd)
throws WTException
- Throws:
WTException
appendProjectWhere
public void appendProjectWhere(QuerySpec qs,
Class iterCl,
int iterInd)
throws WTException
- Throws:
WTException
getExistsInSandboxBaselineExpression
private ExistsExpression getExistsInSandboxBaselineExpression(QuerySpec qs,
Class iterCl,
int iterInd)
throws WTException
- Throws:
WTException