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

ExportVOD Method


Exports stand-alone objects from a Joint Workspace project or a single VOD Definition, based on supplied parameter values. Determines a set of objects to be exported based on input, and produces a list of EAI property sets, corresponding to all of them. The resulting list of PropSets is wrapped in a single parent property set and returned in the output argument.

Syntax

API:

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

Internal Method:

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

Arguments
Argument
Type
Description

const SSchar* pMethodName

In

Method name: ExportVOD

const CCFPropertySet& inputArgs

In

Depending on the set of properties, supplies the starting information about export content

CCFPropertySet& outputArgs

Out

Contains the resulting Property Set wrapping around multiple Siebel messages

Details of Input Arguments: combination 1

Property
Value
Description

RootObjectType

ISS_JWS

Indicates that the data is exported from a Joint Workspace Project

RootObjectId

Row Id of JWS project

 

If this combination of values is passed to the method, it considers each entry in the content of the JWS project as a Root object. The resulting combined property set will include all of them.

Details of Input Arguments: combination 2

Property
Value
Description

VODObjectNum

Root's S_VOD.OBJECT_NUM

Points to the VOD to be exported

VODVersion

version number

Points to the version number to be used in export

If this combination of values is passed to the method, it considers a single entry as a Root object. The resulting property set will include only this object (as a child property set).

Error Conditions

Might return generic error codes from Object Manager, From EAI or from service. These codes are mainly about the input format, for example, that a parameter is missing.

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