|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.ixb.objectset.ObjectSetHandlerTemplate
wt.ixb.objectset.ObjectSetGeneratorTemplate
wt.ixb.objectset.handlers.navigator.GeneralNavigator
wt.ixb.objectset.handlers.navigator.WTTypeDefinitionNavigator
public class WTTypeDefinitionNavigator
Object set navigator for type definitions (including user defined soft
types and hard types). By default all of its parents, including modeled
types, will be exported also.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
boolean |
canBeUsedAsTopLevelObject(Persistable obj)
Only the LATEST iteration which is checked in can be used as seed objects. |
Enumeration |
findTopLevelObject(String[] searchParams)
Find the type definitions whose names match the search parameter given the array of String. |
String |
getTopLevelObjectLocalizedImage(Persistable obj)
Get the localized String displayable to the client for the given type definition. |
static Enumeration |
navigateFromWTTypeDefinitionToIBADefinition(Persistable obj)
Find the associated IBA definitions which are required for export. |
| Methods inherited from class wt.ixb.objectset.ObjectSetGeneratorTemplate |
|---|
getContainerRef, iteratePerPage, setConfigSpec, setContainerRef |
| Methods inherited from class wt.ixb.objectset.ObjectSetHandlerTemplate |
|---|
getAppletClassName, getId, getLocalizedName, getLocalizedName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface wt.ixb.objectset.ObjectSetHandler |
|---|
getAppletClassName, getId, getLocalizedName, getLocalizedName |
| Method Detail |
|---|
public String getTopLevelObjectLocalizedImage(Persistable obj)
throws WTException
getTopLevelObjectLocalizedImage in class wt.ixb.objectset.handlers.navigator.GeneralNavigatorobj -
WTException
public boolean canBeUsedAsTopLevelObject(Persistable obj)
throws WTException
canBeUsedAsTopLevelObject in class wt.ixb.objectset.handlers.navigator.GeneralNavigatorobj - The heavy object type definition.
WTException
public Enumeration findTopLevelObject(String[] searchParams)
throws WTException
findTopLevelObject in class wt.ixb.objectset.handlers.navigator.GeneralNavigatorsearchParams - The size of the String array should be 1 (for the name of type definitions)
WTException
public static Enumeration navigateFromWTTypeDefinitionToIBADefinition(Persistable obj)
throws WTException
obj -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||