Package com.microstrategy.web.objects
Class PersonalViewExecutionInfo
- java.lang.Object
-
- com.microstrategy.web.objects.PersonalViewExecutionInfo
-
public class PersonalViewExecutionInfo extends java.lang.Object
Class needed to pass information back and forth during personal view execution
-
-
Constructor Summary
Constructors Constructor Description PersonalViewExecutionInfo(boolean allowPartialExecution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getAllowPartialExecution()
boolean
getIsPartialExecution()
void
setIsPartialExecution(boolean IsPartialExec)
-