|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskUpdatePropertyEvent
BEA Systems, Inc.
Nested Class Summary | |
---|---|
static class |
TaskUpdatePropertyEvent.ChangedProperty
Class representing a single property that got changed. |
Nested classes/interfaces inherited from interface com.bea.wli.worklist.api.events.data.TaskEvent |
---|
TaskEvent.Type |
Method Summary | |
---|---|
boolean |
containsUserProperty(String propertyName)
Return true if the give property is in the change list. |
boolean |
containsUserPropertyValue(String propertyName)
Return true if the give property is in the change list & its value is populated in the ChangedProperty Object. |
List<TaskUpdatePropertyEvent.ChangedProperty> |
getChangedUserProperties()
Get a list of properties that got changed. |
List<String> |
getChangedUserPropertyNames()
Get a list of property names that got changed. |
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 |
---|
List<String> getChangedUserPropertyNames()
List<TaskUpdatePropertyEvent.ChangedProperty> getChangedUserProperties()
boolean containsUserProperty(String propertyName)
boolean containsUserPropertyValue(String propertyName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |