|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.events.KeyedEvent
wt.workflow.forum.ForumServiceEvent
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
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 |
private static final String RESOURCE
private static final String CLASSNAME
public static final String NEW_DISCUSSION
public static final String DISCUSSION_DELETED
private ForumService service
public static final String FORUM_DELETED
public static final String DISCUSSION_MODIFIED
Constructor Detail |
public ForumServiceEvent(ForumService fs, String eventType, Object eventTarget)
fs
- eventType
- eventTarget
- public ForumServiceEvent(String eventType, Object target)
eventType
- target
- public ForumServiceEvent(String eventType, WTCollection targets)
eventType
- targets
- Method Detail |
public ForumService getService()
public void setService(ForumService a_Service) throws WTPropertyVetoException
a_Service
-
WTPropertyVetoException
public WTCollection getTargets()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |