wt.epm.upload
Class EPMUploadManagerFwd
java.lang.Object
wt.epm.upload.EPMUploadManagerFwd
- All Implemented Interfaces:
- EPMUploadManager, RemoteAccess, Serializable
- public class EPMUploadManagerFwd
- extends Object
- implements RemoteAccess, EPMUploadManager, Serializable
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVER
static final boolean SERVER
FC_RESOURCE
private static final String FC_RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
EPMUploadManagerFwd
public EPMUploadManagerFwd()
getManager
private static Manager getManager()
throws WTException
- Returns:
- Manager
- Throws:
WTException
upload
public EPMCacheInterface upload(EPMNeutralData neutralData)
throws WTException
Supported API: false
- Specified by:
upload
in interface EPMUploadManager
- Parameters:
neutralData
-
- Returns:
- EPMCacheInterface
- Throws:
WTException
uploadAndCheckin
public WTSet uploadAndCheckin(EPMNeutralData neutralData)
throws WTException
- Uploads documents to a workspace and checks them in. The returning
result is similar to EPMWorkspaceManager.checkin result.
All the uploaded documents will be checked in with default checkin
options.
Supported API: false
- Specified by:
uploadAndCheckin
in interface EPMUploadManager
- Parameters:
neutralData
- the neutral data of documents to be uploaded to a specified workspace
- Returns:
- WTSet
- Throws:
WTException
uploadAndCheckin
public WTSet uploadAndCheckin(EPMNeutralData neutralData,
Map checkinData)
throws WTException
- Uploads documents to a workspace and checks them in. The returning
result is similar to EPMWorkspaceManager.checkin result.
Supported API: false
- Specified by:
uploadAndCheckin
in interface EPMUploadManager
- Parameters:
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).
- Returns:
- WTSet
- Throws:
WTException