Home > Contents > Index >
Expanded TOC   |    Purpose TOC   |    Annotated TOC   |    Index

 

NestedConstraint

A NestedConstraint object is an input to a SearchState object.

NestedConstraintConstraint methods instantiate the NestedConstraint object and set different parameters.

Methods

new NestedConstraint()
Constructor method that instantiates the NestedConstraintConstraint object and creates methods that can be called on it. In turn, the NestedConstraintConstraint object can be added to the SearchState object.

setBUCKET(java.lang.String BUCKET)
Sets the value for the BUCKET parameter. This method has a corresponding get method.

setSEARCHSTATE(com.divine.Searchstate SEARCHSTATE
Sets the value for the SEARCHSTATE parameter. This method has a corresponding get method.

Parameters

BUCKET(required)
Input parameter. The bucket name. If not specified, the attribute name is used.

SEARCHSTATE (required)
Input parameter. Name of the SearchState object to nest inside of the object specified by NAME.

Description

Associated methods set parameter values that populate the NestedConstraint object. The NestedConstraint object can be added to the SearchState object with the correponding SearchState methods.

Example

This code instantiates the NestedConstraint object and sets the BUCKET parameter:

See Also

Methods for adding various constraint objects to a SearchState. These are available when you instantiate the SearchState object.

LikeConstraint

RangeConstraint

RichTextConstraint

StandardConstraint

 

  Home > Contents > Index >

FatWire Web Services Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.