com.microsoft.tfs.core.clients.workitem.query
Interface SortFieldList


public interface SortFieldList

Represents a collection of SortFields that can be sorted by a query.

Since:
TEE-SDK-10.1

Method Summary
 boolean add(FieldDefinition fieldDefinition, SortType sortType)
           
 boolean add(java.lang.String fieldName, SortType sortType)
           
 void clear()
           
 SortField get(int index)
           
 int getSize()
           
 int indexOf(FieldDefinition fieldDefinition)
           
 void insert(int ix, FieldDefinition fieldDefinition, SortType sortType)
           
 boolean remove(FieldDefinition fieldDefinition)
           
 

Method Detail

add

boolean add(FieldDefinition fieldDefinition,
            SortType sortType)

add

boolean add(java.lang.String fieldName,
            SortType sortType)

getSize

int getSize()

insert

void insert(int ix,
            FieldDefinition fieldDefinition,
            SortType sortType)

remove

boolean remove(FieldDefinition fieldDefinition)

indexOf

int indexOf(FieldDefinition fieldDefinition)

get

SortField get(int index)

clear

void clear()


© 2015 Microsoft. All rights reserved.