com.sap.sl.sdk.authoring.businesslayer
Interface RootFolder
- All Superinterfaces:
- BlContainer, BlItem, Customizable, Folder, Identifiable, Inheritable, Nameable
public interface RootFolder
- extends Folder
This interface represents the root folder of a BusinessLayer
. It does not have any name and description.
All its properties cannot be changed, except the list of its children (BlContainer.getChildren()
).
The following features are supported:
getBusinessLayer
BusinessLayer getBusinessLayer()
- Returns the value of the 'Business Layer' container reference.
It is bidirectional and its opposite is '
Root Folder
'.
- Returns:
- the value of the 'Business Layer' container reference.
- See Also:
BusinessLayer.getRootFolder()
© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.