Class OpenAPIDslOperationConnection

    • Constructor Detail

      • OpenAPIDslOperationConnection

        public OpenAPIDslOperationConnection​(OperationContext context)
    • Method Detail

      • getPath

        public String getPath()
        Gets the OpenAPI DSL configured Path to execute upon. Extracts the path from ObjectTypeId set during browse and accounts for the possibility of multiple ":"s in the ObjectTypeId
        Overrides:
        getPath in class OpenAPIOperationConnection
        Returns:
        the path
      • getHttpMethod

        public String getHttpMethod()
        Gets the OpenAPI DSL HTTP method from the connector action / operation field.Extracts the HTTP method from ObjectTypeId set during browse and accounts for the possibility of multiple ":"s in the ObjectTypeId
        Overrides:
        getHttpMethod in class RestConnection<OperationContext>
        Returns:
        the http method