com.ptc.hli.ecad.query
Class PersistedDesignHelper

java.lang.Object
  extended bycom.ptc.hli.ecad.query.PersistedDesignHelper

public final class PersistedDesignHelper
extends Object


Field Summary
private static PersistedDesign[] SIGNATURE
           
 
Constructor Summary
PersistedDesignHelper()
           
 
Method Summary
static PersistedDesign[] build(Collection epmDocuments, boolean filter)
           
private static Baseline getLatestBaseline(EPMDocument doc)
           
private static Baseline getLatestBaselineShort(EPMDocument doc)
           
static Collection repack(QueryResult collection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIGNATURE

private static final PersistedDesign[] SIGNATURE
Constructor Detail

PersistedDesignHelper

public PersistedDesignHelper()
Method Detail

getLatestBaseline

private static Baseline getLatestBaseline(EPMDocument doc)
                                   throws WTException
Throws:
WTException

getLatestBaselineShort

private static Baseline getLatestBaselineShort(EPMDocument doc)
                                        throws WTException
Throws:
WTException

repack

public static Collection repack(QueryResult collection)

build

public static PersistedDesign[] build(Collection epmDocuments,
                                      boolean filter)