wt.workflow.forum
Class ForumServiceEvent

java.lang.Object
  extended bywt.events.KeyedEvent
      extended bywt.workflow.forum.ForumServiceEvent
All Implemented Interfaces:
Serializable

public final class ForumServiceEvent
extends KeyedEvent
implements Serializable

Keyed event emitted by the Discussions when a new Discussion is created or a change is made to the existing ones.

Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
static String DISCUSSION_DELETED
          

Supported API: false
static String DISCUSSION_MODIFIED
          

Supported API: false
static String FORUM_DELETED
          

Supported API: false
static String NEW_DISCUSSION
          

Supported API: false
private static String RESOURCE
           
private  ForumService service
           
 
Fields inherited from class wt.events.KeyedEvent
 
Constructor Summary
ForumServiceEvent(ForumService fs, String eventType, Object eventTarget)
          

Supported API: false
ForumServiceEvent(String eventType, Object target)
          

Supported API: false
ForumServiceEvent(String eventType, WTCollection targets)
          

Supported API: false
 
Method Summary
 ForumService getService()
          Gets the value of the attribute: service.
 WTCollection getTargets()
          

Supported API: false
 void setService(ForumService a_Service)
          Sets the value of the attribute: service.
 
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

NEW_DISCUSSION

public static final String NEW_DISCUSSION


Supported API: false

See Also:
Constant Field Values

DISCUSSION_DELETED

public static final String DISCUSSION_DELETED


Supported API: false

See Also:
Constant Field Values

service

private ForumService service

FORUM_DELETED

public static final String FORUM_DELETED


Supported API: false

See Also:
Constant Field Values

DISCUSSION_MODIFIED

public static final String DISCUSSION_MODIFIED


Supported API: false

See Also:
Constant Field Values
Constructor Detail

ForumServiceEvent

public ForumServiceEvent(ForumService fs,
                         String eventType,
                         Object eventTarget)


Supported API: false

Parameters:
fs -
eventType -
eventTarget -

ForumServiceEvent

public ForumServiceEvent(String eventType,
                         Object target)


Supported API: false

Parameters:
eventType -
target -

ForumServiceEvent

public ForumServiceEvent(String eventType,
                         WTCollection targets)


Supported API: false

Parameters:
eventType -
targets -
Method Detail

getService

public ForumService getService()
Gets the value of the attribute: service.

Supported API: false

Returns:
ForumService

setService

public void setService(ForumService a_Service)
                throws WTPropertyVetoException
Sets the value of the attribute: service.

Supported API: false

Parameters:
a_Service -
Throws:
WTPropertyVetoException

getTargets

public WTCollection getTargets()


Supported API: false

Returns:
WTCollection