|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
wt.change2.ChangeService2Event
Supported API: true
Extendable: false
Field Summary | |
static String |
CA_STATE_CHANGED
Supported API: true |
private static String |
CLASSNAME
|
private Object |
eventSecondaryTarget
|
static String |
ISSUE_FORMALIZED
A constant that defines an event key that marks the creation of a FormalizedBy association between a Change Issue and a Change Request. |
static String |
ISSUE_UNFORMALIZED
Supported API: true |
private static String |
RESOURCE
|
Fields inherited from class wt.events.KeyedEvent |
|
Constructor Summary | |
ChangeService2Event(String eventType,
Object eventTarget)
Constructs a ChangeService2 services event from the specified service and its event type and target. |
|
ChangeService2Event(String eventType,
Object eventTarget,
Object eventSecondaryTarget)
Constructs a ChangeService2 services event from the specified service and its event type and target. |
|
ChangeService2Event(String eventType,
WTCollection eventTarget)
Constructs a ChangeService2 services multi object event from the specified service and its event type and collection of targets. |
|
ChangeService2Event(String eventType,
WTKeyedMap eventTarget)
Constructs multi object ChangeService2Event. |
Method Summary | |
static String |
generateEventKey(String eventType)
Supported API: false |
Object |
getEventSecondaryTarget()
Gets the value of the attribute: eventSecondaryTarget; The primary target of this event. |
Persistable |
getTarget()
Supported API: true |
KeyedEvent |
toMultiObjectEvent()
Supported API: false |
KeyedEvent[] |
toSingleObjectEvents()
Supported API: false |
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 ISSUE_FORMALIZED
public static final String ISSUE_UNFORMALIZED
private Object eventSecondaryTarget
public static final String CA_STATE_CHANGED
Constructor Detail |
public ChangeService2Event(String eventType, Object eventTarget) throws WTPropertyVetoException
eventType
- the type of event used to construct the service's eventeventTarget
- the object used to construct the service's event
WTPropertyVetoException
public ChangeService2Event(String eventType, WTCollection eventTarget) throws WTPropertyVetoException
eventType
- the type of event used to construct the service's eventeventTarget
- the collection object used to construct the service's event
WTPropertyVetoException
public ChangeService2Event(String eventType, Object eventTarget, Object eventSecondaryTarget) throws WTPropertyVetoException
eventType
- the type of event used to construct the service's eventeventTarget
- the object used to construct the service's eventeventSecondaryTarget
- an optional secondary object used to construct the service's event
WTPropertyVetoException
public ChangeService2Event(String eventType, WTKeyedMap eventTarget) throws WTPropertyVetoException
WTMap
formed of eventTarget as
its key and eventSecondaryTarget as its value.
eventType
- the type of event used to construct the service's eventeventTarget
- eventTarget used as key and eventSecondaryTarget used as value
WTPropertyVetoException
Method Detail |
public Object getEventSecondaryTarget()
public static String generateEventKey(String eventType)
eventType
- the type of event used to generate an event key
public Persistable getTarget()
public KeyedEvent[] toSingleObjectEvents() throws WTException
toSingleObjectEvents
in class KeyedEvent
WTException
public KeyedEvent toMultiObjectEvent()
toMultiObjectEvent
in class KeyedEvent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |