abstract class EnsLib.UDDI.Finder
extends EnsLib.UDDI.Base
Base class for all the Find* classes in the EnsLib.UDDI package
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
2
|
|
|
|
|
|
property FindQualifiers
as EnsLib.UDDI.uddi.findQualifiers;
Affects the behavior of the find, EnsLib.UDDI.DT.FindQualifier for details
property MaxRows
as %Integer [ InitialExpression = 100 ];
Max number of matches to return ( rows ). A search will set the 'truncated' output
parameter to TRUE (1) if the number of available matches exceeds the MaxRows specified
in the call