|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.starbase.starteam.viewcomparemerge.Scope
|
+--com.starbase.starteam.viewcomparemerge.ProcessItemScope
Includes a processs item, and the items that are linked and pinned to it, in the scope of a session.
Session#addScope,
Scope| Constructor Summary | |
ProcessItemScope(Item item)
Creates a new ProcessItemScope. |
|
ProcessItemScope(Item item,
boolean bLinksOnly)
Creates a new ProcessItemScope. |
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ProcessItemScope(Item item)
item - A process item. If the item resides in the source view
of the session, then the process item itself is in scope.
Any file revisions from the source view that are linked via process links
to this process item (pinned to a specific revision at both endpoints) are also in scope.
DisembodiedItemException - if the specified item is a disembodied item.
public ProcessItemScope(Item item,
boolean bLinksOnly)
item - A process item. Any file revisions from the source view
that are linked via process links
to this process item (pinned to a specific revision at both endpoints) are in scope.bLinksOnly - If false, then the process item itself will be included
in the scope (provided that it resides in the source view). Otherwise,
only linked files are included.
DisembodiedItemException - if the specified item is a disembodied item.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||