|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssigneeDefinition
Represents a user or group to which a task can be assigned.
Nested Class Summary | |
---|---|
static interface |
AssigneeDefinition.Event
Property names for the PropertyChangeEvents that can be produced by edits on a object of this type. |
static class |
AssigneeDefinition.Type
Represents the types of assignees in Worklist. |
Method Summary | |
---|---|
String |
getName()
The name of the assignee. |
AssigneeDefinition.Type |
getType()
The type of this assignee. |
void |
setName(String name)
Set the name of the assignee. |
void |
setType(AssigneeDefinition.Type type)
Set the type of this assignee. |
Methods inherited from interface com.bea.wli.worklist.api.taskplan.EventSource |
---|
addPropertyChangeListener, addPropertyChangeListener, clearDirty, dispose, getParent, isComplete, isDirty, isInitializing, isStarted, markDirty, removePropertyChangeListener, removePropertyChangeListener, startProducing |
Method Detail |
---|
String getName()
void setName(String name)
AssigneeDefinition.Type getType()
void setType(AssigneeDefinition.Type type)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |