Home > Contents > 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 NestedConstraint
Constraint
object and creates methods that can be called on it. In turn, the NestedConstraintConstraint
object can be added to theSearchState
object.
setBUCKET(java.lang.String BUCKET)
- Sets the value for the
BUCKET
parameter. This method has a correspondingget
method.
setSEARCHSTATE(com.divine.Searchstate SEARCHSTATE
- Sets the value for the
SEARCHSTATE
parameter. This method has a correspondingget
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. TheNestedConstraint
object can be added to theSearchState
object with the correponding SearchState methods.Example
This code instantiates the
NestedConstraint
object and sets theBUCKET
parameter:NestedConstraint nest_cons = new NestedConstraint(); nested_cons.setBUCKET("PAttributes");See Also
Methods for adding various constraint objects to a SearchState. These are available when you instantiate the SearchState object.
Home > Contents > Index > ![]()
Oracle Web Services Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.