com.microsoft.tfs.core.clients.workitem.query
Class StoredQueryFactory

java.lang.Object
  extended by com.microsoft.tfs.core.clients.workitem.query.StoredQueryFactory

public class StoredQueryFactory
extends java.lang.Object

Factory for StoredQuery objects.

Since:
TEE-SDK-10.1

Constructor Summary
StoredQueryFactory()
           
 
Method Summary
static StoredQuery newStoredQuery(QueryScope queryScope, java.lang.String queryName, java.lang.String queryText, java.lang.String description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoredQueryFactory

public StoredQueryFactory()
Method Detail

newStoredQuery

public static StoredQuery newStoredQuery(QueryScope queryScope,
                                         java.lang.String queryName,
                                         java.lang.String queryText,
                                         java.lang.String description)
                                  throws InvalidQueryTextException
Throws:
InvalidQueryTextException


© 2015 Microsoft. All rights reserved.