|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.StandardManager
wt.epm.upload.EPMStandardUploadManager
Use the newEPMStandardUploadManager
static factory method(s),
not the EPMStandardUploadManager
constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static boolean |
logTime
|
private static String |
RESOURCE
|
private static Object |
UPLOAD_IN_PROGRESS
|
Fields inherited from class wt.services.StandardManager |
|
Fields inherited from interface wt.services.Manager |
MANAGER_SERVICE, STARTUP_AUTOMATIC, STARTUP_MANUAL, STATUS_EMERGENCY_SHUTDOWN, STATUS_EMERGENCY_SHUTTING_DOWN, STATUS_SHUTDOWN, STATUS_SHUTDOWN_ERRORS, STATUS_SHUTDOWN_FAILURE, STATUS_SHUTTING_DOWN, STATUS_STARTED, STATUS_STARTED_ERRORS, STATUS_STARTING_UP, STATUS_STARTUP_FAILURE |
Constructor Summary | |
EPMStandardUploadManager()
|
Method Summary | |
String |
getConceptualClassname()
Deprecated. |
protected void |
initialize()
Supported API: false |
static EPMStandardUploadManager |
newEPMStandardUploadManager()
Default factory for the class. |
protected void |
performStartupProcess()
Dummy method to be overridden by subclasses. |
static EPMCacheInterface |
staticUpload(EPMNeutralData neutralData,
boolean isNonLatest)
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static final Object UPLOAD_IN_PROGRESS
public static boolean logTime
Constructor Detail |
public EPMStandardUploadManager()
Method Detail |
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
getConceptualClassname
in class StandardManager
protected void initialize() throws WTException
initialize
in class StandardManager
WTException
protected void performStartupProcess() throws ManagerException
performStartupProcess
in class StandardManager
ManagerException
public static EPMStandardUploadManager newEPMStandardUploadManager() throws WTException
WTException
public EPMCacheInterface upload(EPMNeutralData neutralData) throws WTException
upload
in interface EPMUploadManager
neutralData
-
WTException
public WTSet uploadAndCheckin(EPMNeutralData neutralData) throws WTException
uploadAndCheckin
in interface EPMUploadManager
neutralData
- the neutral data of documents to be uploaded to a specified workspace
WTException
public WTSet uploadAndCheckin(EPMNeutralData neutralData, Map checkinData) throws WTException
uploadAndCheckin
in interface EPMUploadManager
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
public static EPMCacheInterface staticUpload(EPMNeutralData neutralData, boolean isNonLatest) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |