|
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.ProjectEvent
public class ProjectEvent
| Field Summary | |
|---|---|
static int |
PROJECT_CREATED
� Project was added to the system. |
static int |
PROJECT_MODIFIED
A work space was modified. |
static int |
PROJECT_REMOVED
A work space was removed from the system. |
| Constructor Summary | |
|---|---|
ProjectEvent(int eventType,
Project project,
Map<String,? extends Object> params)
Creates a new task event. |
|
| Method Summary | |
|---|---|
Date |
getDate()
|
int |
getEventType()
|
Map<String,? extends Object> |
getParams()
|
Project |
getProject()
Returns the work space 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 PROJECT_CREATED
public static final int PROJECT_MODIFIED
public static final int PROJECT_REMOVED
| Constructor Detail |
|---|
public ProjectEvent(int eventType,
Project project,
Map<String,? extends Object> params)
eventType - the type of the tag event.project - the project the event corresponds to.params - parameters corresponding to the event.| Method Detail |
|---|
public int getEventType()
getEventType in interface com.jivesoftware.community.JiveEventpublic Project getProject()
public Map<String,? extends Object> getParams()
getParams in interface com.jivesoftware.community.JiveEventpublic Date getDate()
getDate in interface com.jivesoftware.community.JiveEvent
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||