|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.epm.workspaces.EPMAsStoredConfigSpec
public class EPMAsStoredConfigSpec
The EPMAsStoredConfigSpec can be applied to Baselineables to filter those
elements based on membership in an EPMAsStoredConfig. Substitution options
are read from preferences and result in the following order of substitution
rules when the iteration is not found in the configuration: 1) If substitutes
are allowed, do not filter out links marked as substitutes. 2) If no
iteration is found, use latest.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
QuerySpec |
appendSearchCriteria(QuerySpec querySpec)
Appends to the QuerySpec based on the substitution rules to be followed. |
static EPMAsStoredConfigSpec |
newEPMAsStoredConfigSpec(wt.epm.workspaces.EPMAsStoredConfig configuration)
Factory method to create a new EPMAsStoredConfigSpec using the specified EPMAsStoredConfig. |
static EPMAsStoredConfigSpec |
newEPMAsStoredConfigSpec(EPMDocument seed)
Factory method to create a new EPMAsStoredConfigSpec given a seed object. |
static EPMAsStoredConfigSpec |
newEPMAsStoredConfigSpec(List seeds)
Factory method to create a new EPMAsStoredConfigSpec given a list of seed objects. |
QueryResult |
process(QueryResult results)
Returns a clone of the results. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public QuerySpec appendSearchCriteria(QuerySpec querySpec)
throws WTException,
QueryException
appendSearchCriteria in interface ConfigSpecquerySpec - A QuerySpec with a target class that is Iterated.
WTException
QueryExceptionQuerySpec,
SearchCondition
public QueryResult process(QueryResult results)
throws WTException
process in interface ConfigSpecresults - QueryResult of iterations to filter. Assumed to be the result of a query that included the additional search conditions applied by appendSearchCriteria. Note that after enumerating through the elements of this QueryResult, it should be reset.
WTExceptionQueryResult,
Iterated
public static EPMAsStoredConfigSpec newEPMAsStoredConfigSpec(EPMDocument seed)
throws WTPropertyVetoException,
WTException
seed - Use the EPMAsStoredConfig to which the seed has an owner association.
WTPropertyVetoException
WTException
public static EPMAsStoredConfigSpec newEPMAsStoredConfigSpec(wt.epm.workspaces.EPMAsStoredConfig configuration)
throws WTPropertyVetoException,
WTException
configuration -
WTPropertyVetoException
WTException
public static EPMAsStoredConfigSpec newEPMAsStoredConfigSpec(List seeds)
throws WTPropertyVetoException,
WTException
seeds - Use the EPMAsStoredConfig to which the seed has an owner association.
WTPropertyVetoException
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||