|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EPMUploadManager
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
wt.epm.util.EPMCacheInterface |
upload(EPMWorkspace workspace,
EPMNeutralData neutralData)
Uploades documents and family tables to a workspace. |
WTSet |
uploadAndCheckin(EPMWorkspace workspace,
EPMNeutralData neutralData)
Uploads documents to a workspace and checks them in. |
WTSet |
uploadAndCheckin(EPMWorkspace workspace,
EPMNeutralData neutralData,
Map checkinData)
Uploads documents to a workspace and checks them in. |
| Method Detail |
|---|
wt.epm.util.EPMCacheInterface upload(EPMWorkspace workspace,
EPMNeutralData neutralData)
throws WTException
workspace - neutralData -
WTException
WTSet uploadAndCheckin(EPMWorkspace workspace,
EPMNeutralData neutralData)
throws WTException
workspace - neutralData - the neutral data of documents to be uploaded to a specified workspace
WTException
WTSet uploadAndCheckin(EPMWorkspace workspace,
EPMNeutralData neutralData,
Map checkinData)
throws WTException
workspace - neutralData - the neutral data of documents to be uploaded to a specified workspacecheckinData - the map which contains CAD Name to CheckinOption relations.
If the map is not null and does not contain CheckinOption for an uploaded CAD Name - this document will be checked in with the default options.
It may be null - in this case all the uploaded documents will be checked in with the default CheckinOption (see EPMWorkspaceManager.checkin for more details).
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||