Class VtiServerCustomResponse

  • All Implemented Interfaces:
    CustomResponse

    public class VtiServerCustomResponse
    extends java.lang.Object
    implements CustomResponse
    Return current state of VTI (SharePoint) Server module
    Author:
    mikeh
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.Serializable populate()
      Populates the CustomResponse with the vti metadata
      void setContextPath​(java.lang.String contextPath)
      Setter for the vtiServer (external) context path.
      void setHost​(java.lang.String vtiServerHost)
      Setter for vtiServer Host
      void setPort​(int vtiServerPort)
      Setter for vtiServer Port
      void setProtocol​(java.lang.String vtiServerProtocol)
      Setter for vtiServer Protocol
      void setScriptUtils​(ScriptUtils scriptUtils)  
      void setSysAdminParams​(SysAdminParams sysAdminParams)
      Setter for sysAdminParams
      • Methods inherited from class java.lang.Object

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

      • VtiServerCustomResponse

        public VtiServerCustomResponse()
    • Method Detail

      • setScriptUtils

        public void setScriptUtils​(ScriptUtils scriptUtils)
                            throws org.springframework.beans.BeansException
        Throws:
        org.springframework.beans.BeansException
      • setSysAdminParams

        public void setSysAdminParams​(SysAdminParams sysAdminParams)
        Setter for sysAdminParams
        Parameters:
        sysAdminParams - SysAdminParams
      • setPort

        public void setPort​(int vtiServerPort)
        Setter for vtiServer Port
        Parameters:
        vtiServerPort - int
      • setHost

        public void setHost​(java.lang.String vtiServerHost)
        Setter for vtiServer Host
        Parameters:
        vtiServerHost - String
      • setProtocol

        public void setProtocol​(java.lang.String vtiServerProtocol)
        Setter for vtiServer Protocol
        Parameters:
        vtiServerProtocol - String
      • setContextPath

        public void setContextPath​(java.lang.String contextPath)
        Setter for the vtiServer (external) context path.
        Parameters:
        contextPath - String
      • populate

        public java.io.Serializable populate()
        Populates the CustomResponse with the vti metadata
        Specified by:
        populate in interface CustomResponse
        Returns:
        JSONObject or null if the vti module is not installed.