When the doVerbFor() method of a Java connector needs
to refer to one of the basic verb values, it can use the verb
constants that the CWConnectorConstant class defines.
Table 125
summarizes the static verb constants.
Table 126. Verb constants of the
CWConnectorConstant class
Constant
name |
Meaning |
VERB_CREATE |
String
representation of the Create verb |
VERB_RETRIEVE |
String
representation of the Retrieve verb |
VERB_UPDATE |
String
representation of the Update verb |
VERB_DELETE |
String
representation of the Delete verb |
VERB_EXISTS |
String
representation of the Exists verb |
VERB_RETRIEVEBYCONTENT |
String
representation of the RetrieveByContent
verb |
Verb constants are useful in the doVerbFor() method.
