Package wt.fc.delete

Class DeleteManagerEvent

java.lang.Object
wt.events.KeyedEvent
wt.fc.delete.DeleteManagerEvent
All Implemented Interfaces:
wt.events.summary.SummarizedEvent

public class DeleteManagerEvent extends KeyedEvent
Used to represent events occuring within the DeleteManager.

Supported API: true

Extendable: false
  • Field Details

    • PRE_MARK_FOR_DELETE

      public static final String PRE_MARK_FOR_DELETE
      The event used to notify listeners that a new object is about to be marked for delete

      Supported API: true
      See Also:
    • POST_MARK_FOR_DELETE

      public static final String POST_MARK_FOR_DELETE
      The event used to notify listeners that an object has been marked for delete

      Supported API: true
      See Also:
    • PRE_RESTORE_MARK_FOR_DELETE

      public static final String PRE_RESTORE_MARK_FOR_DELETE
      The event used to notify listeners that a new object is about to be restored from marked for delete

      Supported API: true
      See Also:
    • POST_RESTORE_MARK_FOR_DELETE

      public static final String POST_RESTORE_MARK_FOR_DELETE
      The event used to notify listeners that a new object was restored from marked for delete

      Supported API: true
      See Also:
    • PRE_MAKE_UNRESTORABLE

      public static final String PRE_MAKE_UNRESTORABLE
      The event used to notify listeners that a new object was restored from marked for delete

      Supported API: true
      See Also:
    • POST_MAKE_UNRESTORABLE

      public static final String POST_MAKE_UNRESTORABLE
      The event used to notify listeners that a new object was restored from marked for delete

      Supported API: true
      See Also:
  • Method Details

    • getTarget

      public Persistable getTarget()


      Supported API: true
      Returns:
      Persistable
    • getTargets

      public WTCollection getTargets()


      Supported API: true
      Returns:
      WTCollection