|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WTHashSet | |
wt.ixb.objectset |
When an object is given to the export process, the
ObjectSet application does the job of navigating through the object’s structure
and collecting all of its related objects. |
wt.ixb.objectset.handlers.navigator | |
wt.ixb.pdx |
Uses of WTHashSet in wt.ixb.objectset |
Fields in wt.ixb.objectset declared as WTHashSet | |
private WTHashSet |
PagedObjectVisitor.resultSet
|
protected WTHashSet |
ExportPackage.m_objects
|
Methods in wt.ixb.objectset that return WTHashSet | |
WTHashSet |
PagedObjectVisitor.getResultSet()
Gets the value of the attribute: resultSet; The hash set WTHashSet
to hold the visited objects. |
WTHashSet |
ExportPackage.getObjects()
|
Methods in wt.ixb.objectset with parameters of type WTHashSet | |
static int |
ObjectSetHelper.accumulateObjectsToPageForGeneratorsAndFilters(WTHashSet structuredObjects,
String[] generatorIds,
String[] generatorParams,
String[] filterIds,
String[] filterParams,
WTContainerRef sourceContainer,
int currentIndex,
int pageSize)
|
static int |
ObjectSetHelper.accumulateObjectsToPageForGeneratorsAndFilters(WTHashSet structuredObjects,
ObjectSetGeneratorInfo[] gens,
ObjectSetFilterInfo[] fils,
WTContainerRef sourceContainer,
int currentIndex,
int pageSize)
|
boolean |
ExportPackage.addAll(WTHashSet objSet)
Adds a set of objects to the package |
boolean |
ExportPackage.removeAll(WTHashSet objSet)
Removes a set of objects from the package |
Constructors in wt.ixb.objectset with parameters of type WTHashSet | |
PagedObjectVisitor(WTHashSet resultSet,
int pageSize)
Supported API: false |
|
ObjectSetHelper.ComputeObjectSetVisitor(WTHashSet set,
int pageSize,
ObjectSetFilter[] _filters)
|
|
ExportPackage(WTHashSet objects)
|
Uses of WTHashSet in wt.ixb.objectset.handlers.navigator |
Fields in wt.ixb.objectset.handlers.navigator declared as WTHashSet | |
private WTHashSet |
GeneralNavigatorIterator.newObs
|
Methods in wt.ixb.objectset.handlers.navigator that return WTHashSet | |
private WTHashSet |
GeneralNavigatorIterator.navigateBy(Persistable ob,
IxbElement ruleElem)
|
private WTHashSet |
GeneralNavigatorIterator.navigateFromForeignKey(WTHashSet set,
IxbElement linkElem)
|
private WTHashSet |
GeneralNavigatorIterator.navigateToForeignKey(WTHashSet set,
IxbElement linkElem)
|
private WTHashSet |
GeneralNavigatorIterator.navigateByMethod(WTHashSet set,
IxbElement linkElem)
|
private WTHashSet |
GeneralNavigatorIterator.navigateByLink(WTHashSet set,
IxbElement linkElem)
|
Methods in wt.ixb.objectset.handlers.navigator with parameters of type WTHashSet | |
private WTHashSet |
GeneralNavigatorIterator.navigateFromForeignKey(WTHashSet set,
IxbElement linkElem)
|
private WTHashSet |
GeneralNavigatorIterator.navigateToForeignKey(WTHashSet set,
IxbElement linkElem)
|
private WTHashSet |
GeneralNavigatorIterator.navigateByMethod(WTHashSet set,
IxbElement linkElem)
|
private WTHashSet |
GeneralNavigatorIterator.navigateByLink(WTHashSet set,
IxbElement linkElem)
|
private void |
GeneralNavigatorIterator.putAll(WTHashSet t,
Enumeration enum)
|
private boolean |
GeneralNavigatorIterator.navigateByPerPage(Persistable ob,
IxbElement ruleElem,
ObjectVisitor visitor,
int pageSize,
WTHashSet currentSet)
|
private boolean |
GeneralNavigatorIterator.navigateByMethodPerPage(WTHashSet set,
IxbElement linkElem,
ObjectVisitor visitor,
int pageSize)
|
private boolean |
GeneralNavigatorIterator.navigateByMethodPerPage(Persistable ob,
IxbElement methodElem,
ObjectVisitor visitor,
int pageSize,
WTHashSet results)
|
Uses of WTHashSet in wt.ixb.pdx |
Constructors in wt.ixb.pdx with parameters of type WTHashSet | |
ExportPackageForPDX(Set seedObjIds,
WTHashSet objects,
String name,
String descr,
String exporter)
Fully qualified constructor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |