com.ibm.websphere.bo

Interface BOMode



  • public interface BOMode
    Allows access to the business object parsing mode configuration at runtime. Application logic that would want to provide specific behavior for Lazy Vs Eager parsing mode should use this API in their design to access the parsing mode.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String BOEAGER 
      static java.lang.String BOLAZY 
      static java.lang.String COPYRIGHT 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getBOMode()
      Returns the BO mode (i.e., BOEAGER or BOLAZY) of the current context.
    • Method Detail

      • getBOMode

        java.lang.String getBOMode()
        Returns the BO mode (i.e., BOEAGER or BOLAZY) of the current context. If mode was not modified, the default BOEAGER configuration will be returned.
        Returns:
        String value: BOEAGER, BOLAZY
IBM Business Process ManagerTM
Release 8