|
Clearspace API (2.5.29) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.event.TaskEvent
public class TaskEvent
| Field Summary | |
|---|---|
static int |
TASK_CREATED
� Task was added to the system. |
static int |
TASK_MODIFIED
A tag was added to an object. |
static int |
TASK_REMOVED
A tag was removed from an object. |
| Constructor Summary | |
|---|---|
TaskEvent(int eventType,
com.jivesoftware.community.project.Task task,
JiveContainer container,
Map<String,Object> params)
Creates a new task event. |
|
| Method Summary | |
|---|---|
Date |
getDate()
|
int |
getEventType()
|
JiveObject |
getIdentifiedObject()
Return an EntityDescriptor if thread is null and threadID is not. |
JiveContainer |
getJiveContainer()
|
Map<String,Object> |
getParams()
|
com.jivesoftware.community.project.Task |
getTask()
Returns the task that the event corresponds to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int TASK_CREATED
public static final int TASK_MODIFIED
public static final int TASK_REMOVED
| Constructor Detail |
|---|
public TaskEvent(int eventType,
com.jivesoftware.community.project.Task task,
JiveContainer container,
Map<String,Object> params)
eventType - the type of the tag event.task - the task the event corresponds to.container - the parent containerparams - parameters corresponding to the event.| Method Detail |
|---|
public int getEventType()
getEventType in interface com.jivesoftware.community.JiveEventpublic com.jivesoftware.community.project.Task getTask()
public JiveContainer getJiveContainer()
public Map<String,Object> getParams()
getParams in interface com.jivesoftware.community.JiveEventpublic Date getDate()
getDate in interface com.jivesoftware.community.JiveEventpublic JiveObject getIdentifiedObject()
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||