wt.epm.structure
Class CopyManagerUtility.Instance

java.lang.Object
  extended bywt.epm.structure.CopyManagerUtility.FamilyDocument
      extended bywt.epm.structure.CopyManagerUtility.Instance
Direct Known Subclasses:
CopyManagerUtility.Generic
Enclosing class:
CopyManagerUtility

private static class CopyManagerUtility.Instance
extends CopyManagerUtility.FamilyDocument


Field Summary
private  CopyManagerUtility.Generic immediateGeneric
           
 
Constructor Summary
CopyManagerUtility.Instance(EPMDocument document, EPMDocument copy)
           
CopyManagerUtility.Instance(EPMDocument document, EPMDocument copy, CopyManagerUtility.Generic generic)
           
 
Method Summary
 boolean anyChildSelectedForCopy()
           
 boolean anyParentSelectedForCopy()
           
 Set getCheckedOutMissingGenerics()
           
 EPMDocument getEPMDocument()
           
 CopyManagerUtility.Generic getImmGeneric()
           
 Set getMissingIntermediateGenerics()
           
 Set getObjectsSelectedForCopy()
           
 boolean isSelectedForCopy()
           
 EPMDocument newCopy()
           
 void prepareForCopy()
           
 void setImmGeneric(CopyManagerUtility.Generic generic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

immediateGeneric

private CopyManagerUtility.Generic immediateGeneric
Constructor Detail

CopyManagerUtility.Instance

public CopyManagerUtility.Instance(EPMDocument document,
                                   EPMDocument copy,
                                   CopyManagerUtility.Generic generic)

CopyManagerUtility.Instance

public CopyManagerUtility.Instance(EPMDocument document,
                                   EPMDocument copy)
Method Detail

getImmGeneric

public CopyManagerUtility.Generic getImmGeneric()

setImmGeneric

public void setImmGeneric(CopyManagerUtility.Generic generic)

anyParentSelectedForCopy

public boolean anyParentSelectedForCopy()

anyChildSelectedForCopy

public boolean anyChildSelectedForCopy()

getMissingIntermediateGenerics

public Set getMissingIntermediateGenerics()

getCheckedOutMissingGenerics

public Set getCheckedOutMissingGenerics()
                                 throws WTException
Throws:
WTException

getObjectsSelectedForCopy

public Set getObjectsSelectedForCopy()

getEPMDocument

public EPMDocument getEPMDocument()

newCopy

public EPMDocument newCopy()

isSelectedForCopy

public boolean isSelectedForCopy()

prepareForCopy

public void prepareForCopy()
                    throws WTPropertyVetoException
Throws:
WTPropertyVetoException