Interface StorePostCreateRequestContext

    • Method Detail

      • getObjectToCreate

        com.fasterxml.jackson.databind.node.ObjectNode getObjectToCreate()
        Retrieve the JSON object that was created.
        Returns:
        The JSON object that was created.
      • getCreatedObject

        com.fasterxml.jackson.databind.node.ObjectNode getCreatedObject()
        Retrieves the created object returned by the store adapter. The plugin may make changes directly to this object.
        Returns:
        The created object returned by the store adapter.