|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: true
Extendable: false
Method Summary | |
EPMCacheInterface |
upload(EPMNeutralData neutralData)
Supported API: true |
WTSet |
uploadAndCheckin(EPMNeutralData neutralData)
Uploads documents to a workspace and checks them in. |
WTSet |
uploadAndCheckin(EPMNeutralData neutralData,
Map checkinData)
Uploads documents to a workspace and checks them in. |
Method Detail |
public EPMCacheInterface upload(EPMNeutralData neutralData) throws WTException
neutralData
-
WTException
public WTSet uploadAndCheckin(EPMNeutralData neutralData) throws WTException
neutralData
- the neutral data of documents to be uploaded to a specified workspace
WTException
public WTSet uploadAndCheckin(EPMNeutralData neutralData, Map checkinData) throws WTException
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 |