Siebel Order Management Guide > Product Data Service and Import/Export API Reference > ISS Authoring Import Export Business Service Reference >

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

API:

ErrCode DoInvokeMethod (const SSchar* pMethodName, const CCFPropertySet& inputArgs, CCFPropertySet& outputArgs)

Internal Method:

ErrCode ADMExport (const CCFPropertySet& inputArgs, CCFPropertySet& outputArgs);

Arguments
Argument
Type
Description

const SSchar* pMethodName

In

Method name: ADMExport

const CCFPropertySet& inputArgs

In

ADM Information

CCFPropertySet& outputArgs

Out

Same as ExportVOD with additional properties

Details of Input Arguments

Property
Value
Description

SessionId

Row_Id

Row_Id of the deployed ADM session

Details 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

Siebel Order Management Guide Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices.