com.ptc.hli.ecad.query
Class PersistedSourceDocument

java.lang.Object
  extended bycom.ptc.hli.ecad.query.PersistedAbstractDocument
      extended bycom.ptc.hli.ecad.query.PersistedSourceDocument
All Implemented Interfaces:
Serializable

public final class PersistedSourceDocument
extends PersistedAbstractDocument

See Also:
Serialized Form

Field Summary
private  boolean legacyState
           
 
Fields inherited from class com.ptc.hli.ecad.query.PersistedAbstractDocument
authoringApplication, cabinetName, context, createStamp, creatorName, description, design, displayName, folderName, iteration, modifierName, modifyStamp, name, number, objectID, primaryContentFileName, revision, secondaryContentFileNames, solution, status, teamTemplateName, updateStamp
 
Constructor Summary
private PersistedSourceDocument(EPMDocument sourceDocument, PersistedDesign design)
           
 
Method Summary
static PersistedSourceDocument getInstance(Object sourceDocument, PersistedDesign design)
           
 String getType()
           
 boolean isLegacy()
           
 
Methods inherited from class com.ptc.hli.ecad.query.PersistedAbstractDocument
getAuthoringApplication, getBaselineID, getCabinetName, getContext, getCreateStamp, getCreatorName, getDescription, getDisplayName, getFolderName, getIteration, getModifierName, getModufyStamp, getName, getNumber, getObjectID, getPersistedDesign, getPrimaryContentName, getRevision, getSecondaryContentNames, getSolution, getStatus, getTeamTemplateName, getUpdateStamp, isCheckedIn, isCheckedOut, isWorkingCopy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

legacyState

private final boolean legacyState
Constructor Detail

PersistedSourceDocument

private PersistedSourceDocument(EPMDocument sourceDocument,
                                PersistedDesign design)
Method Detail

getType

public String getType()
Specified by:
getType in class PersistedAbstractDocument

isLegacy

public boolean isLegacy()

getInstance

public static PersistedSourceDocument getInstance(Object sourceDocument,
                                                  PersistedDesign design)