Package com.microstrategy.web.objects
Interface WebObjectFilter
-
public interface WebObjectFilterThe WebFolder interface represents a folder object, either in metadata or a volatile one. This interface is also used in answering an object prompt, and has methods for adding and removing objects from a folder collection. The WebFolder normally is read-only, except the WebFolder used as answer forWebObjectsPrompt. This object cannot be directly instantiated, and must instead be obtained from interfaces such asWebObjectSourceorWebObjectsPrompt.- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(WebObjectInfo oi)
-
-
-
Method Detail
-
accept
boolean accept(WebObjectInfo oi)
-
-