|
Implicit Methods |
on deletion: |
cleanup. |
with foreach: |
iterates over all entries in the set.
Entry
|
|
|
|
and |
|
butnot |
|
getEntry |
Returns the nth entry in the set.
|
n |
1 |
The number of the entry in the set to get.
|
|
|
|
Entry
|
|
getLibName |
Returns the name of the num-th library in the set
|
num |
|
The number library in the set to return the name of.
A set may contain entries from several databases.
|
|
|
|
|
|
libraryName |
Returns the name of the num-th library in the set.
|
n |
1 |
The number library to return the name of.
|
|
|
|
|
|
makeLinkLoader |
Returns a loader for the set. The set must be formed through a link query
and linking should be done only between two databases. Check for empty before using.
|
loaderName |
|
The name of the generated loader. If unspecified, it is
(fromLib)_link_loader
|
extraFields |
|
an association list of the form
libname:{libfield1 libfield2}
with additional fieds to be added to the loader.
|
extraFieldsStr |
|
an string of the form
libname1:libfield1 libname1:libfield2 libname2:libfield3
with additional fieds from specific libraries to be
added to the loader.
|
multiStep |
y |
n y |
if attributes along the path should be added too.
|
|
|
|
|
|
name |
Returns the nam e of the set
|
|
|
numLibraries |
Returns the number of libraries represented in the set.
|
|
|
numberOfLibs |
Returns the number of libraries represented in the set
|
|
|
or |
|
size |
Returns the number of entries in the set.
|
|
|
sort |
This method allows for sorting of the result set by field.
|
fieldName |
|
|
direction |
up |
up down |
|
|
|
|
Set
|
|