com.sap.sl.sdk.authoring.businesslayer
Interface Folder

All Superinterfaces:
BlContainer, BlItem, Customizable, Identifiable, Inheritable, Nameable
All Known Subinterfaces:
RootFolder

public interface Folder
extends BlContainer

A representation of the 'Folder' model object.

Use BusinessLayerFactory.createBlItem(Class, String, BlContainer) to instantiate a folder.

This is a BlItem container. It corresponds to a class in .unv universes.


Method Summary
 
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
 



© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.