com.sap.portal.obn.service

Interface IOBNConstants.IOBNUrl

Enclosing interface:
IOBNConstants

public static interface IOBNConstants.IOBNUrl

The interface that defines OBN constants for constructing OBN URLs.

The format of an OBN URL is:

OBN://BOTechnicalName=<BOTecnicalName>/BOSystemAlias=<BOSystemAlias>/Operation=<operation>?
   <paramName1>=<paramValue1>&<paramName2>=<paramValue2> ...


Nested Class Summary
static interface IOBNConstants.IOBNUrl.IParameters
          The interface that defines the names of parameters reserved for OBN internal use.
 
Field Summary
static String BO_TECH_NAME_TOKEN
           
static String OPERATION_TOKEN
          A constant that defines a token for the operation of the business object.
static String SEPARATOR_OF_TOKENS
          A constant that defines a business object token.
static String SYSTEM_ALIAS_TOKEN
          A constant that defines a token for the system of the business object.
static String URL_PREFIX
          A constant that defines the prefix of an OBN URL (for example, OBN://).
 

Field Detail

URL_PREFIX

static final String URL_PREFIX
A constant that defines the prefix of an OBN URL (for example, OBN://).

See Also:
Constant Field Values

SEPARATOR_OF_TOKENS

static final String SEPARATOR_OF_TOKENS
A constant that defines a business object token.

The token is BOTechnicalName.

See Also:
Constant Field Values

BO_TECH_NAME_TOKEN

static final String BO_TECH_NAME_TOKEN
See Also:
Constant Field Values

OPERATION_TOKEN

static final String OPERATION_TOKEN
A constant that defines a token for the operation of the business object.

The token is BOTechnicalName.

See Also:
Constant Field Values

SYSTEM_ALIAS_TOKEN

static final String SYSTEM_ALIAS_TOKEN
A constant that defines a token for the system of the business object.

The token is BOSystemAlias.

See Also:
Constant Field Values
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-RUNTIME [sap.com] tc/ep/navigation/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice