getSupportedVerbs()

Retrieves the list of verbs that the current business object supports.

Syntax

public String[] getSupportedVerbs();
 

Parameters

None.

Return values

An array of String objects, each of which contains a supported verb of the business object. Compare these String values with the following verb constants:

CWConnectorConstant.VERB_CREATE
The string representation for the Create verb.
CWConnectorConstant.RETRIEVE
The string representation for the Retrieve verb.
CWConnectorConstant.UPDATE
The string representation for the Update verb.
CWConnectorConstant.DELETE
The string representation for the Delete verb.

If your application supports other verbs, create your own verb constants to represent these verbs.

See also

getVerb(),, isVerbSupported()

Copyright IBM Corp. 1997, 2003