|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskEvent
BEA Systems, Inc.
Nested Class Summary | |
---|---|
static class |
TaskEvent.Type
Enumeration for different types of events. |
Method Summary | |
---|---|
AdminState.Type |
getAdminState()
Current admin state at the time this event was created. |
AssigneeDefinition[] |
getAssigneeList()
Current assignee list at the time this event was created. |
String |
getCaller()
User name of the user that caused the change. |
String |
getClaimant()
Current claimant at the time this event was created. |
String |
getCreator()
User that created this task. |
TaskEvent.Type |
getEventType()
The type of event this event instance represents. |
String |
getOwner()
Current owner at the time this event was created. |
String |
getServerName()
The name of the server upon which this task change occurred. |
String |
getSummary()
A summary of the most relevant information in this event, limited to 100 characters. |
String |
getTaskId()
ID of the task that was changed. |
String |
getTaskName()
Name of the task that was changed |
TaskPlanId |
getTaskPlanId()
ID of the task that was changed. |
long |
getTimestamp()
Timestamp (long value representing local system time). |
WorkingState.Type |
getWorkingState()
Current working state at the time this event was created. |
Method Detail |
---|
TaskEvent.Type getEventType()
String getTaskId()
String getTaskName()
TaskPlanId getTaskPlanId()
String getCreator()
String getOwner()
String getClaimant()
AssigneeDefinition[] getAssigneeList()
AdminState.Type getAdminState()
WorkingState.Type getWorkingState()
String getCaller()
long getTimestamp()
String getServerName()
String getSummary()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |