|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
wt.epm.workspaces.EPMFamilyTableBaselineEvent
This class implements an event for the Baseline service operations.
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static String |
POST_ADD_FT_TO_BASELINE
An event type emitted after a Baselineable item is added to a Baseline. |
static String |
POST_REMOVE_FT_FROM_BASELINE
An event type emitted after a Baselineable item is removed from a Baseline. |
static String |
POST_REPLACE_FT_IN_BASELINE
An event type emitted after a Baselineable item is replaced in a Baseline. |
static String |
PRE_ADD_FT_TO_BASELINE
An event type emitted before a Baselineable item is added to a Baseline. |
static String |
PRE_REMOVE_FT_FROM_BASELINE
An event type emitted before a Baselineable item is removed from a Baseline. |
static String |
PRE_REPLACE_FT_IN_BASELINE
An event type emitted before a Baselineable item is replaced in a Baseline. |
private List |
replacedItems
|
private static String |
RESOURCE
|
private Baseline |
theBaseline
|
private List |
theTargetItems
|
Fields inherited from class wt.events.KeyedEvent |
|
Constructor Summary | |
EPMFamilyTableBaselineEvent(String a_eventType,
List a_familyTables,
Baseline a_baseline)
Constructs a BaselineServiceEvent instance. |
|
EPMFamilyTableBaselineEvent(String a_eventType,
List a_familyTables,
Baseline a_baseline,
List a_replacedFamilyTables)
Constructs a BaselineServiceEvent instance. |
Method Summary | |
static String |
generateEventKey(String a_eventType)
This method generates a unique key for the event type. |
Baseline |
getBaseline()
Gets the object for the association that plays role: theBaseline. |
List |
getReplacedItems()
Gets the object for the association that plays role: replacedItem. |
List |
getTargetItems()
Gets the object for the association that plays role: targetItem. |
Methods inherited from class wt.events.KeyedEvent |
generateEventKey, generateEventKey, getConceptualClassname, getEventKey, getEventTarget, getEventType, toMultiObjectEvent, toSingleObjectEvents, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String PRE_ADD_FT_TO_BASELINE
public static final String POST_ADD_FT_TO_BASELINE
public static final String PRE_REMOVE_FT_FROM_BASELINE
public static final String POST_REMOVE_FT_FROM_BASELINE
public static final String PRE_REPLACE_FT_IN_BASELINE
public static final String POST_REPLACE_FT_IN_BASELINE
private Baseline theBaseline
private List replacedItems
private List theTargetItems
Constructor Detail |
public EPMFamilyTableBaselineEvent(String a_eventType, List a_familyTables, Baseline a_baseline)
a_eventType
- a_baseline
- public EPMFamilyTableBaselineEvent(String a_eventType, List a_familyTables, Baseline a_baseline, List a_replacedFamilyTables)
a_eventType
- a_baseline
- Method Detail |
public List getTargetItems()
public Baseline getBaseline()
public List getReplacedItems()
public static String generateEventKey(String a_eventType)
a_eventType
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |