ADMExport Method
Given an input argument property set with a valid SessionId, which represents the Row_Id of the deployed ADM session, exports the joint Workspace specified in the deployment filter of the ADM session. Export is done through a call to ExportAlgorithm. The deployment filter also specifies whether to do a full structure export. Returns an output argument property set with the exported VOD property set, along with additional bookkeeping information (JSW name, Status, Reason)
Syntax
ISS Import Export Authoring Service.InvokeMethod(“ADMExport", Input Arguments,Output Arguments);
Arguments
Argument | Type | Description |
---|---|---|
MethodName |
In |
ADMExport |
Input Arguments |
In |
ADM Information |
Output Arguments |
Out |
Same as ExportVOD with additional properties |
Properties of Input Arguments
Property | Value | Description |
---|---|---|
SessionId |
Row_Id |
Row_Id of the deployed ADM session |
Properties of Output Arguments
Property | Value | Description |
---|---|---|
JWSName |
Name of JWS Project |
Name of JWS project to be used when importing prop set on other side |
Status |
Processed or Failed |
Result of operation |
Reason |
String |
In case of failure contains the cause of failure |