Interface IUpdateEvent

All Superinterfaces:
IEvent, IModifyEvent, INotifiableEvent, IPortalEvent, IThingEvent, Serializable
All Known Subinterfaces:
IAddNoteEvent, IWorkspaceUpdateEvent

public interface IUpdateEvent extends IModifyEvent
An item has been updated
  • Field Details

    • ACTION_UNKNOWN

      static final int ACTION_UNKNOWN
      See Also:
    • ACTION_PROPERTIES

      static final int ACTION_PROPERTIES
      Properties were updated
      See Also:
    • ACTION_CONTENT

      static final int ACTION_CONTENT
      Content was updated
      See Also:
    • ACTION_CHECKOUT

      static final int ACTION_CHECKOUT
      Content was updated
      See Also:
    • ACTION_CHECKIN

      static final int ACTION_CHECKIN
      Content was updated
      See Also:
    • ACTION_ADDTOVERSIONING

      static final int ACTION_ADDTOVERSIONING
      Content was updated
      See Also:
    • ACTION_UNDO_CHECKOUT

      static final int ACTION_UNDO_CHECKOUT
      Content was updated
      See Also:
    • ACTION_SET_CURRENT_VERSION

      static final int ACTION_SET_CURRENT_VERSION
      Content was updated
      See Also:
    • ACTION_REMOVE_FROM_VERSIONING

      static final int ACTION_REMOVE_FROM_VERSIONING
      Content was updated
      See Also:
    • CONTENT_LENGTH_PROP

      static final String CONTENT_LENGTH_PROP
      When the content is updated, this is the property that changes (aka the content-length)
      See Also:
  • Method Details