Class RESTConnector

    • Constructor Detail

      • RESTConnector

        protected RESTConnector​(boolean hasBody)
    • Method Detail

      • validateInputParameters

        public void validateInputParameters()
                                     throws org.bonitasoft.engine.connector.ConnectorValidationException
        Specified by:
        validateInputParameters in interface org.bonitasoft.engine.connector.Connector
        Overrides:
        validateInputParameters in class AbstractRESTConnectorImpl
        Throws:
        org.bonitasoft.engine.connector.ConnectorValidationException
      • executeBusinessLogic

        protected void executeBusinessLogic()
                                     throws org.bonitasoft.engine.connector.ConnectorException
        Specified by:
        executeBusinessLogic in class org.bonitasoft.engine.connector.AbstractConnector
        Throws:
        org.bonitasoft.engine.connector.ConnectorException
      • execute

        public void execute​(Request request)
                     throws Exception
        Execute a given request
        Parameters:
        request - The request to execute
        Throws:
        Exception - any exception that might occur