wt.epm.upload
Class EPMUpload.icEPMNeutralDataPatch
java.lang.Object
wt.epm.upload.EPMUpload.icEPMNeutralDataPatch
- All Implemented Interfaces:
- EPMNeutralData
- Enclosing class:
- EPMUpload
- public static class EPMUpload.icEPMNeutralDataPatch
- extends Object
- implements EPMNeutralData
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_docCollection
private ArrayList m_docCollection
patchedND
private EPMNeutralData patchedND
EPMUpload.icEPMNeutralDataPatch
public EPMUpload.icEPMNeutralDataPatch(EPMNeutralData p_nd)
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