Skip Headers
Oracle® Secure Enterprise Search Administration API Guide
11g Release 2 (11.2.2)

Part Number E23428-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

updateAll suggLink

Sets one or more parameters all suggested links described in an XML document.

See Also

update suggLink

Syntax

updateAll suggLink --INPUT_FILE=xml_filename --UPDATE_METHOD=method [--NOT_FOUND_METHOD=action]

or

updateAll suggLink -i xml_filename -a method [-t action]

Parameters

xml_filename

Path to the XML document that configures the object. See suggLink.

method

Method to use when updating the properties of an object:

  • overwrite: Replaces the existing property values with the new values.

action

Action to take when an object does not exist:

  • create: A new object is created from the XML description and processing continues.

  • error: The command fails with an error. (Default)

  • ignore: The new description is ignored and processing continues

Example

This example updates one suggested link and creates two more:

SES>updateAll suggLink --UPDATE_METHOD=overwrite --NOT_FOUND_METHOD=create --INPUT_FILE=sugglinks_update.xml
 
updateAll operation succeeded for type "suggLink".
 
  1 object(s) with status UPDATE_SUCCEEDED
  2 object(s) with status NOT_FOUND_CREATED