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:


Method Summary
 BusinessLayer getBusinessLayer()
          Returns the value of the 'Business Layer' container reference.
 
Methods inherited from interface com.sap.sl.sdk.authoring.businesslayer.BlContainer
getChildren
 
Methods inherited from interface com.sap.sl.sdk.authoring.businesslayer.BlItem
getDescription, getInheritedData, getParent, getPath, getState, setDescription, setState
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Identifiable
getIdentifier
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Nameable
getName, setName
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Customizable
getCustomProperties
 

Method Detail

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.