Package wt.epm

Class EPMDocumentManagerEvent

java.lang.Object
wt.events.KeyedEvent
wt.epm.EPMDocumentManagerEvent
All Implemented Interfaces:
wt.events.summary.SummarizedEvent

public class EPMDocumentManagerEvent extends KeyedEvent


Supported API: true

Extendable: false
  • Field Details

    • PRE_CHANGE_CAD_NAME

      public static final String PRE_CHANGE_CAD_NAME
      This event is fired before the CAD name attribute is changed. The event target is a WTKeyedMap, whose keys are EPMDocumentMaster objects and whose values are new CAD names.

      Supported API: true
      See Also:
    • POST_CHANGE_CAD_NAME

      public static final String POST_CHANGE_CAD_NAME
      This event is fired after the CAD name attribute is changed. The event target is a WTSet of EPMDocumentMaster objects whose CAD names are changed.

      Supported API: true
      See Also:
  • Constructor Details

    • EPMDocumentManagerEvent

      public EPMDocumentManagerEvent(String eventType, WTKeyedMap wtMap)


      Supported API: true
      Parameters:
      eventType -
      wtMap -
    • EPMDocumentManagerEvent

      public EPMDocumentManagerEvent(String eventType, WTSet set)


      Supported API: true
      Parameters:
      eventType -
      set -
  • Method Details

    • generateEventKey

      public static String generateEventKey(String eventType)


      Supported API: true
      Parameters:
      eventType -
      Returns:
      String