Show TOC

OBNWsMetaDataLocate this document in the navigation structure

Use

Defines OBN metadata for use when exploring the business objects, operations and operation implementations defined in the portal.

Input for most of the requests of the OBN Web service is provided via an object of this data type.

Fields

Name

Type

Description

systemAlias

String

The system alias of the business object specified by objectName .

Specify a value for system business objects only.

namespace

String

The object ID prefix of the business object specified by objectName .

Specify a value for context business objects only.

objectName

String

The ID of a business object.

operationName

String

The ID of an operation of the business object specified by objectName .

userLocale

String

The user's locale.

Operation display names returned in OBNWsResult are based on the user locale.

params

OBNWsParam []

Parameters for Navigation by Attribute.

useExpression

boolean

Indicates whether to use Navigation by Attribute.

resolvingMode

String

For future use.

contexts

String[]

An array of PCD locations of the folders and roles in which to search for operation implementations.

The following is an example context:

pcd://portal_content/myFolder

The objectName field is mandatory.