|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
Field Summary |
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 |
public void iterate(ObjectVisitor visitor) throws WTException
visitor
-
WTException
public Enumeration iterate() throws WTException
WTException
public boolean iteratePerPage(ObjectVisitor visitor, int pageSize) throws WTException
visitor
- pageSize
-
WTException
public void setContainerRef(WTContainerRef containerRef)
WTContainerRef
context
where the export is launched.
containerRef
- public WTContainerRef getContainerRef()
WTContainerRef
context
where the export is launched.
public 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 |