|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ObjectSetGenerator
This interface is the base for all object set generators.
They will be used to compute the product structure for the given object.
See the server registry for details.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
WTContainerRef |
getContainerRef()
A convenient method to get the WTContainerRef context
where the export is launched. |
Enumeration |
iterate()
Iterate the product structure for export. |
void |
iterate(ObjectVisitor visitor)
Iterate the product structure for export. |
boolean |
iteratePerPage(ObjectVisitor visitor,
int pageSize)
Iterate the product structure for export. |
void |
setConfigSpec(ConfigSpec configSpec)
Set ConfigSpec for this object set generator. |
void |
setContainerRef(WTContainerRef containerRef)
A convenient method to set the WTContainerRef context
where the export is launched. |
| Methods inherited from interface wt.ixb.objectset.ObjectSetHandler |
|---|
getAppletClassName, getId, getLocalizedDescription, getLocalizedName, getLocalizedName, getParametersAsString, initialize, setParametersAsString |
| Method Detail |
|---|
void iterate(ObjectVisitor visitor)
throws WTException
visitor -
WTException
Enumeration iterate()
throws WTException
WTException
boolean iteratePerPage(ObjectVisitor visitor,
int pageSize)
throws WTException
visitor - pageSize -
WTExceptionvoid setContainerRef(WTContainerRef containerRef)
WTContainerRef context
where the export is launched.
containerRef - WTContainerRef getContainerRef()
WTContainerRef context
where the export is launched.
void setConfigSpec(ConfigSpec configSpec)
ConfigSpec for this object set generator. This is
useful for some cases, especially when the ConfigSpec
is not persisted and passed from client directly. Individual implementations
of this interface are recommended to implement this method to satisfy
their needs.
configSpec -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||