|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.ProcessItem
public final class ProcessItem
A process item in the context of a given target view.
| Constructor Summary | |
|---|---|
ProcessItem(Item item,
View target)
Constructs a process item in the context of a given target view. |
|
ProcessItem(ViewMember vm)
Constructs a process item. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object another)
Compares this ProcessItem to another for equality |
ChangePackageCollection |
getChangePackages()
Gets the ChangePackages associated with this process item, if any. |
Item |
getItem()
Gets the underlying item. |
View |
getTargetView()
Gets the target view. |
int |
hashCode()
Return a hashCode for this process item. |
ViewMemberCollection |
resolve()
Resolves this process item in the context of its target view. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessItem(ViewMember vm)
vm - The ViewMember to be treated as a process item. The view
member is not necessarily a valid type for the target view.
public ProcessItem(Item item,
View target)
item - The item to be treated as a process item. The item is not
necessarily a valid type for the target view.target - The target view.| Method Detail |
|---|
public Item getItem()
java.lang.IllegalStateException - if this process item represents a change package.public View getTargetView()
public ChangePackageCollection getChangePackages()
public ViewMemberCollection resolve()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object another)
equals in class java.lang.Objectanother - the ProcessItem to compare for equality
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||