Package com.microstrategy.web.objects
Class WebPrivilegesExpression
- java.lang.Object
-
- com.microstrategy.web.objects.WebPrivilegesExpression
-
public class WebPrivilegesExpression extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebPrivilegesExpression
createErrorInstance(java.lang.String message)
boolean
eval(WebIServerSession ses)
static WebPrivilegesExpression
parse(java.lang.String privileges)
Parses privilege expression and creates the Task
-
-
-
Method Detail
-
eval
public boolean eval(WebIServerSession ses) throws WebObjectsException
- Throws:
WebObjectsException
-
parse
public static WebPrivilegesExpression parse(java.lang.String privileges) throws ConfigException
Parses privilege expression and creates the Task- Parameters:
privileges
-- Returns:
- Throws:
ConfigException
-
createErrorInstance
public static WebPrivilegesExpression createErrorInstance(java.lang.String message)
-
-