wt.meeting.actionitem
Class ActionItemEvent

java.lang.Object
  extended bywt.events.KeyedEvent
      extended bywt.meeting.actionitem.ActionItemEvent
All Implemented Interfaces:
Serializable

public class ActionItemEvent
extends KeyedEvent
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
static String DELETE
          

Supported API: false
static String RESOLVE
          

Supported API: false
private static String RESOURCE
           
static String UPDATE
          

Supported API: false
 
Fields inherited from class wt.events.KeyedEvent
 
Constructor Summary
ActionItemEvent(String eventType, ActionItem rec)
          

Supported API: false
ActionItemEvent(String eventType, Object rec)
          To be used for default single/multi object ActionItemEvent

Supported API: false
 
Method Summary
static String generateEventKey(String eventType)
          

Supported API: false
 ActionItem getTarget()
          

Supported API: false
 WTCollection getTargets()
          Returns WTCollection of target objects.
 
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

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

UPDATE

public static final String UPDATE


Supported API: false

See Also:
Constant Field Values

RESOLVE

public static final String RESOLVE


Supported API: false

See Also:
Constant Field Values

DELETE

public static final String DELETE


Supported API: false

See Also:
Constant Field Values
Constructor Detail

ActionItemEvent

public ActionItemEvent(String eventType,
                       ActionItem rec)


Supported API: false

Parameters:
eventType -
rec -

ActionItemEvent

public ActionItemEvent(String eventType,
                       Object rec)
To be used for default single/multi object ActionItemEvent

Supported API: false

Parameters:
eventType -
rec -
Method Detail

generateEventKey

public static String generateEventKey(String eventType)


Supported API: false

Parameters:
eventType -
Returns:
String

getTarget

public ActionItem getTarget()


Supported API: false

Returns:
ActionItem

getTargets

public WTCollection getTargets()
Returns WTCollection of target objects.

Supported API: false

Returns:
WTCollection