com.microsoft.tfs.core.clients.workitem.query.qe
Interface QEQueryGrouping
public interface QEQueryGrouping
- Since:
- TEE-SDK-10.1
addGrouping
void addGrouping(int row1,
int row2)
canGroup
boolean canGroup(int row1,
int row2)
canUngroup
boolean canUngroup(int row1,
int row2)
getConnection
QEQueryConnection getConnection(int depth,
int row)
hasGroup
boolean hasGroup(int row1,
int row2)
hasGroupings
boolean hasGroupings()
getMaxDepth
int getMaxDepth()
removeGrouping
boolean removeGrouping(int row1,
int row2)
rowInGroup
boolean rowInGroup(int row)
rowIsGrouped
boolean rowIsGrouped(int row)
© 2015 Microsoft. All rights reserved.