wt.epm.upload
Class EPMUpload.icEPMNeutralDataPatch

java.lang.Object
  extended bywt.epm.upload.EPMUpload.icEPMNeutralDataPatch
All Implemented Interfaces:
EPMNeutralData
Enclosing class:
EPMUpload

public static class EPMUpload.icEPMNeutralDataPatch
extends Object
implements EPMNeutralData


Field Summary
private  ArrayList m_docCollection
           
private  EPMNeutralData patchedND
           
 
Constructor Summary
EPMUpload.icEPMNeutralDataPatch(EPMNeutralData p_nd)
           
 
Method Summary
private  ArrayList filterGhosts(Collection docs)
           
 Collection getDocuments()
          Gets the object for the association that plays role: documents.
 EPMNDGhostResolverDelegate getGhostResolverDelegate()
           
 String getWorkspaceName()
          Gets the value of the attribute: workspaceName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_docCollection

private ArrayList m_docCollection

patchedND

private EPMNeutralData patchedND
Constructor Detail

EPMUpload.icEPMNeutralDataPatch

public EPMUpload.icEPMNeutralDataPatch(EPMNeutralData p_nd)
Method Detail

getWorkspaceName

public String getWorkspaceName()
                        throws WTException
Description copied from interface: EPMNeutralData
Gets the value of the attribute: workspaceName.

Supported API: false

Specified by:
getWorkspaceName in interface EPMNeutralData
Returns:
String
Throws:
WTException

getDocuments

public Collection getDocuments()
                        throws WTException
Description copied from interface: EPMNeutralData
Gets the object for the association that plays role: documents.

Supported API: true

Specified by:
getDocuments in interface EPMNeutralData
Returns:
Collection
Throws:
WTException

getGhostResolverDelegate

public EPMNDGhostResolverDelegate getGhostResolverDelegate()
                                                    throws WTException
Specified by:
getGhostResolverDelegate in interface EPMNeutralData
Throws:
WTException

filterGhosts

private ArrayList filterGhosts(Collection docs)
                        throws WTException
Throws:
WTException