|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Project
Represents a work item tracking project.
Method Summary | |
---|---|
boolean |
addProjectModificationListener(ProjectModificationListener listener)
Adds a listener for the project modification event. |
void |
clearCachedWITMetadata()
Removes the locally cached work item metadata, which will be repopulated on demand. |
StoredQueryCollection |
getAndRefreshStoredQueries()
Deprecated. please use getQueryHierarchy instead |
NodeCollection |
getAreaRootNodes()
|
CategoryCollection |
getCategories()
|
CategoryMemberCollection |
getCategoryMembers()
|
com.microsoft.tfs.util.GUID |
getGUID()
|
int |
getID()
|
NodeCollection |
getIterationRootNodes()
|
java.lang.String |
getName()
|
QueryHierarchy |
getQueryHierarchy()
|
StoredQueryCollection |
getStoredQueries()
Deprecated. please use getQueryHierarchy instead |
java.lang.String |
getURI()
|
WorkItemType[] |
getVisibleWorkItemTypes()
|
com.microsoft.tfs.core.clients.workitem.internal.WITContext |
getWITContext()
|
WorkItemClient |
getWorkItemClient()
|
WorkItemTypeCollection |
getWorkItemTypes()
|
void |
notifyModicationListeners()
Notifies all project modification listeners. |
boolean |
removeProjectModificationListener(ProjectModificationListener listener)
Removes a listener for the project modification event. |
java.lang.Object |
resolvePath(java.lang.String path,
Node.TreeType treeType)
Gets the Project or Node or other object which
corresponds to the specified Area or Iteration path and type. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
java.lang.String getName()
int getID()
com.microsoft.tfs.util.GUID getGUID()
Node
which belongs to this project.java.lang.String getURI()
WorkItemTypeCollection getWorkItemTypes()
WorkItemType
objects that belong to this
project.WorkItemType[] getVisibleWorkItemTypes()
WorkItemType
objects that belong to this
project and are not in the "Hidden" category.@Deprecated StoredQueryCollection getStoredQueries()
@Deprecated StoredQueryCollection getAndRefreshStoredQueries()
NodeCollection getAreaRootNodes()
NodeCollection getIterationRootNodes()
QueryHierarchy getQueryHierarchy()
CategoryCollection getCategories()
CategoryMemberCollection getCategoryMembers()
java.lang.Object resolvePath(java.lang.String path, Node.TreeType treeType)
Project
or Node
or other object which
corresponds to the specified Area or Iteration path and type.
path
- the path to resolve (must not be null
)treeType
- the Node.TreeType
of the item to resolve as (must not be
null
)
null
if
none was foundboolean addProjectModificationListener(ProjectModificationListener listener)
listener
- the listener to add
true
alwaysboolean removeProjectModificationListener(ProjectModificationListener listener)
listener
- the listener to remove
true
if the Project
contained the listener
and it was removed, false
if the Project
did
not contain the listenervoid notifyModicationListeners()
WorkItemClient getWorkItemClient()
WorkItemClient
for this Project
com.microsoft.tfs.core.clients.workitem.internal.WITContext getWITContext()
WITContext
for this Project
void clearCachedWITMetadata()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |