com.bea.wli.worklist.api.events.data
Interface TaskCreateEvent

All Superinterfaces:
Serializable, TaskEvent

public interface TaskCreateEvent
extends TaskEvent

BEA Systems, Inc.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.bea.wli.worklist.api.events.data.TaskEvent
TaskEvent.Type
 
Method Summary
 List<PropertyInstance> getInitialProperties()
          The properties that were set at creation.
 TaskData getTaskInfo()
          The whole task info.
 
Methods inherited from interface com.bea.wli.worklist.api.events.data.TaskEvent
getAdminState, getAssigneeList, getCaller, getClaimant, getCreator, getEventType, getOwner, getServerName, getSummary, getTaskId, getTaskName, getTaskPlanId, getTimestamp, getWorkingState
 

Method Detail

getTaskInfo

TaskData getTaskInfo()
The whole task info.

Returns:

getInitialProperties

List<PropertyInstance> getInitialProperties()
The properties that were set at creation. NOTE: The property value may or may not be populated depending on how the configuration was done for the listener.

Returns: