| Oracle® Secure Enterprise Search Administration API Guide 11g Release 1 (11.1.2.0.0) Part Number E14133-02 |
|
|
View PDF |
Both universal and creatable objects can have state properties. The getState, getStateList, and getAllStates commands return an XML document describing the current state of one or more objects.
The <search:state> element describes the current state of an object.
<search:state> <search:objectStates> <search:objectState> <search:objectState> <search:objectType> <!-- For creatable objects --> <search:objectKey> <search:keyPairs> <search:keyPair> <search:name> <search:value> <!-- For all objects --> <search:stateProperties> <search:stateProperty> <search:propertyName> <search:propertyValues> <search:propertyValue> <search:propertyValue>
Element Descriptions
Contains a <search:objectStates> element.
| Attribute | Value |
|---|---|
productVersion |
Oracle SES product version |
xmlns:search |
Namespace for the Oracle SES Administration API |
Contains one or more <search:objectState> elements.
Describes the state properties of a particular object, using these child elements:
<search:objectType> <search:objectKey> <search:stateProperties>
Contains an object type with one or more state properties:
clustering clusterTree identityPlugin index indexOptimizer resultList schedule skinBundle spaceCalculator task
Contains the object key that identifies a specific instance of a creatable object type. It contains a <search:keyPairs> element.
Contains one or more <search:keyPair> elements.
Contains these child elements:
<search:name> <search:value>
Contains a key name for this object type.
Contains the key value for this object.
Contains one or more <search:stateProperty> elements.
Contains a <search:propertyName> element.
Contains the name of a property.
Contains one or more <search:propertyValue> elements.
Contains a <search:value> element.
| Attribute | Value |
|---|---|
key |
Provides additional context, such as the name of the data source associated with the property for a schedule that crawls multiple sources. |
Contains the current value of the property.