Jive API (3.0.13) Core Javadocs

com.jivesoftware.community.event
Class TaskEvent

java.lang.Object
  extended by 
      extended by com.jivesoftware.community.event.TaskEvent

public class TaskEvent
extends


Nested Class Summary
static class TaskEvent.Type
           
 
Field Summary
static String KEY_MARKED_COMPLETE
           
static String KEY_PREVIOUS_OWNER_ID
           
static String KEY_UPDATING_USER
           
 
Constructor Summary
TaskEvent()
           
TaskEvent(TaskEvent.Type eventType, Task task, JiveContainer container, Map<String,Object> params)
          Creates a new task event.
 
Method Summary
 ModificationType getContentModificationType()
          A modification type from the list below that corresponds to the implementing event's type.
 EntityDescriptor getJiveContainer()
           
 boolean getMarkedComplete()
           
 EntityDescriptor getOwner()
           
 long getPreviousOwnerID()
           
 long getUpdatingUserID()
           
 EntityDescriptor getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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 container
params - parameters corresponding to the event.
Method Detail

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.

Jive Product Page

Copyright © 1999-2007 Jive Software.