|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.workitem.GroupDataProvider
public class GroupDataProvider
Provides information about groups that can be used in work item queries.
Constructor Summary | |
---|---|
GroupDataProvider(WorkItemClient client,
java.lang.String projectName)
Constructor. |
Method Summary | |
---|---|
java.lang.String[] |
getGroups()
Returns the user groups which are allowed values for an "IN GROUP" clause for any WIT field of type string. |
java.lang.String[] |
getWorkItemCategories()
Returns the categories which are allowed values for an "IN GROUP" clause when the target field is "Work item type". |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupDataProvider(WorkItemClient client, java.lang.String projectName)
client
- The work item client.projectName
- The project associated with this provider.Method Detail |
---|
public java.lang.String[] getGroups()
public java.lang.String[] getWorkItemCategories()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |