Class WCSConfiguration


  • public class WCSConfiguration
    extends java.lang.Object
    Configuration for WCS that is specific to a user.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getWebConferenceURI()  
      boolean isEnabled()
      Determine if WCS enabled or not.
      void setEnabled​(boolean enabled)
      Enabled provides a means for the end user to turn on and off the feature.
      void setWebConferenceURI​(java.lang.String webConferenceURI)
      Sets web conference URI.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WCSConfiguration

        public WCSConfiguration()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        Determine if WCS enabled or not.
        Returns:
        true if WCS is enabled, otherwise false.
      • setEnabled

        public void setEnabled​(boolean enabled)
        Enabled provides a means for the end user to turn on and off the feature.
        Parameters:
        enabled - true if wcs is enabled
      • getWebConferenceURI

        public java.lang.String getWebConferenceURI()
        Returns:
        web conference URI.
      • setWebConferenceURI

        public void setWebConferenceURI​(java.lang.String webConferenceURI)
        Sets web conference URI.
        Parameters:
        webConferenceURI - the web conference URI to be set.