Class PersonalViewExecutionInfo


  • public class PersonalViewExecutionInfo
    extends java.lang.Object
    Class needed to pass information back and forth during personal view execution
    • Constructor Detail

      • PersonalViewExecutionInfo

        public PersonalViewExecutionInfo​(boolean allowPartialExecution)
    • Method Detail

      • getAllowPartialExecution

        public boolean getAllowPartialExecution()
      • getIsPartialExecution

        public boolean getIsPartialExecution()
      • setIsPartialExecution

        public void setIsPartialExecution​(boolean IsPartialExec)