com.microsoft.tfs.core.clients.workitem.query.qe
Interface QEQueryGrouping


public interface QEQueryGrouping

Since:
TEE-SDK-10.1

Method Summary
 void addGrouping(int row1, int row2)
           
 boolean canGroup(int row1, int row2)
           
 boolean canUngroup(int row1, int row2)
           
 QEQueryConnection getConnection(int depth, int row)
           
 int getMaxDepth()
           
 boolean hasGroup(int row1, int row2)
           
 boolean hasGroupings()
           
 boolean removeGrouping(int row1, int row2)
           
 boolean rowInGroup(int row)
           
 boolean rowIsGrouped(int row)
           
 

Method Detail

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.