|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Manger repository structure. The repository structure consists of customizing layers and variants. The development component to be used for creating new objects is set by the structure manager factory when creating the structure manager.
| Method Summary | |
void |
commitChanges()
Persists all variant and customizing layer changes of this structure manager. |
IWDCustomizingLayer |
createCustomizingLayer(java.lang.String name)
Creates a new customizing layer. |
IWDVariant |
createVariant(java.lang.String name)
Creates a new variant. |
void |
deleteCustomizingLayer(IWDCustomizingLayer customizingLayer)
Deletes the given customizing layer. |
void |
deleteVariant(IWDVariant variant)
Deletes the given variant. |
IWDCustomizingLayer |
getCustomizingLayer(java.lang.String name)
Returns the specified customizing layer. |
IWDVariant |
getVariant(java.lang.String name)
Returns the specified variant. |
boolean |
hasCustomizingLayer(java.lang.String name)
Returns true, iff the customizing layer with the specified name exists. |
boolean |
hasVariant(java.lang.String name)
Returns true, iff the variant with the specified name exists. |
java.util.Iterator |
iterateCustomizingLayers()
Iterates over all known customizing layers. |
java.util.Iterator |
iterateVariants()
Iterates over all known variants. |
| Method Detail |
public IWDVariant createVariant(java.lang.String name)
name - name of the variant to createpublic IWDVariant getVariant(java.lang.String name)
name - the name of the variant to returnpublic boolean hasVariant(java.lang.String name)
name - the name of the variant to be checkedpublic void deleteVariant(IWDVariant variant)
variant - the variant to be deletedpublic java.util.Iterator iterateVariants()
public IWDCustomizingLayer createCustomizingLayer(java.lang.String name)
name - name of the customizing layer to createpublic IWDCustomizingLayer getCustomizingLayer(java.lang.String name)
name - name of the customizing layer to returnpublic boolean hasCustomizingLayer(java.lang.String name)
name - name of the customizing layer to check forpublic void deleteCustomizingLayer(IWDCustomizingLayer customizingLayer)
customizingLayer - the customizing layer to be deletedpublic java.util.Iterator iterateCustomizingLayers()
public void commitChanges()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||