com.jivesoftware.community.event
Class TaskEvent
java.lang.Object
com.jivesoftware.community.event.TaskEvent
public class TaskEvent
- extends
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY_MARKED_COMPLETE
public static final String KEY_MARKED_COMPLETE
- See Also:
- Constant Field Values
KEY_PREVIOUS_OWNER_ID
public static final String KEY_PREVIOUS_OWNER_ID
- See Also:
- Constant Field Values
KEY_UPDATING_USER
public static final String KEY_UPDATING_USER
- See Also:
- Constant Field Values
TaskEvent
public TaskEvent()
TaskEvent
public TaskEvent(TaskEvent.Type eventType,
Task task,
JiveContainer container,
Map<String,Object> params)
- Creates a new task event.
- Parameters:
eventType - the type of the tag event.task - the task the event corresponds to.container - the parent containerparams - parameters corresponding to the event.
getJiveContainer
public EntityDescriptor getJiveContainer()
getMarkedComplete
public boolean getMarkedComplete()
getUser
public EntityDescriptor getUser()
getOwner
public EntityDescriptor getOwner()
getPreviousOwnerID
public long getPreviousOwnerID()
getUpdatingUserID
public long getUpdatingUserID()
getContentModificationType
public ModificationType getContentModificationType()
- A modification type from the list below that corresponds to the implementing event's type.
- Returns:
- a ModificationType.
Copyright © 1999-2007 Jive Software.