|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
wt.eff.EffGroupAssistantEvent
Events emitted by the EffGroupAssistant for customization purposes.
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private EffGroup[] |
effGroups
|
static String |
POST_APPEND_EFF_GROUPS
A constant that defines an event key that marks the occurrence of the pre-append (by the appendEffGroups API) event. |
static String |
POST_APPEND_EFF_VECTOR
A constant that defines an event key that marks the occurrence of the post-append event. |
static String |
POST_REPLACE_EFF_VECTOR
A constant that defines an event key that marks the occurrence of the post-replace event. |
static String |
PRE_APPEND_EFF_GROUPS
A constant that defines an event key that marks the occurrence of the pre-append (by the appendEffGroups API) event. |
static String |
PRE_APPEND_EFF_VECTOR
A constant that defines an event key that marks the occurrence of the pre-append event. |
static String |
PRE_REPLACE_EFF_VECTOR
A constant that defines an event key that marks the occurrence of the pre-replace event. |
private static String |
RESOURCE
|
Fields inherited from class wt.events.KeyedEvent |
|
Constructor Summary | |
EffGroupAssistantEvent(String eventType,
EffManagedVersion[] effManagedVersions)
Supported API: false |
|
EffGroupAssistantEvent(String eventType,
EffManagedVersion[] effManagedVersions,
EffGroup[] effGroups)
Supported API: false |
|
EffGroupAssistantEvent(String eventKey,
WTCollection effManagedVersions)
Supported API: false |
|
EffGroupAssistantEvent(String eventKey,
WTCollection effManagedVersions,
EffGroup[] effGroups)
Supported API: false |
Method Summary | |
static String |
generateEventKey(String eventType)
|
EffGroup[] |
getEffGroups()
Gets the value of the attribute: effGroups; The groups (used only by the PRE/POST_APPEND_EFF_GROUPS events. |
EffManagedVersion[] |
getEffManagedVersions()
Gets the value of the attribute: effManagedVersions; The target of the event. |
WTCollection |
getTargets()
Returns WTCollection of EffManagedVersions. |
KeyedEvent |
toMultiObjectEvent()
Given an event with a target object that is an array of EffManagedVersions return a KeyedEvent object with a target object that's a WTCollection of EffManagedVersions. |
KeyedEvent[] |
toSingleObjectEvents()
Given an event with a target object that is a WTCollection of EffManagedVersions return a one-element array of KeyedEvent objects with a target object that's an array of EffManagedVersions. |
Methods inherited from class wt.events.KeyedEvent |
generateEventKey, generateEventKey, getConceptualClassname, getEventKey, getEventTarget, getEventType, 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_REPLACE_EFF_VECTOR
public static final String POST_REPLACE_EFF_VECTOR
public static final String PRE_APPEND_EFF_VECTOR
public static final String POST_APPEND_EFF_VECTOR
public static final String PRE_APPEND_EFF_GROUPS
public static final String POST_APPEND_EFF_GROUPS
private EffGroup[] effGroups
Constructor Detail |
public EffGroupAssistantEvent(String eventType, EffManagedVersion[] effManagedVersions)
eventType
- effManagedVersions
- public EffGroupAssistantEvent(String eventType, EffManagedVersion[] effManagedVersions, EffGroup[] effGroups)
eventType
- effManagedVersions
- effGroups
- public EffGroupAssistantEvent(String eventKey, WTCollection effManagedVersions)
eventKey
- effManagedVersions
- public EffGroupAssistantEvent(String eventKey, WTCollection effManagedVersions, EffGroup[] effGroups)
eventKey
- effManagedVersions
- effGroups
- Method Detail |
public EffManagedVersion[] getEffManagedVersions()
public EffGroup[] getEffGroups()
public KeyedEvent[] toSingleObjectEvents() throws WTException
toSingleObjectEvents
in class KeyedEvent
WTException
public KeyedEvent toMultiObjectEvent()
toMultiObjectEvent
in class KeyedEvent
public WTCollection getTargets()
public static String generateEventKey(String eventType)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |