Package com.microstrategy.web.objects
Interface WebFunctionFolders
-
public interface WebFunctionFolders
- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Iterator
getFolders()
Returns all the function folders available.
-
-
-
Method Detail
-
getFolders
java.util.Iterator getFolders() throws WebObjectsException
Returns all the function folders available.- Returns:
- the Iterator containing the
WebFolder
collection. - Throws:
WebObjectsException
-
-