Class BeforeSetContentEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.content.commons.repository.StoreEvent
org.springframework.content.commons.repository.events.BeforeSetContentEvent
All Implemented Interfaces:
Serializable

public class BeforeSetContentEvent extends StoreEvent
Deprecated.
This class is deprecated. Use BeforeSetContentEvent instead.
See Also:
  • Constructor Details

  • Method Details

    • getIs

      @Deprecated public InputStream getIs()
      Deprecated.
      Deprecated. Use getInputStream instead
      Returns:
      the event's input stream
    • setInputStream

      public void setInputStream(InputStream is)
      Deprecated.