com.starteam
Class Query.Context

java.lang.Object
  extended by com.starteam.Query.Context
Enclosing class:
Query

public static final class Query.Context
extends java.lang.Object

User context for evaluating the query


Constructor Summary
Query.Context(User user)
          Create a Context in which this query may be executed This is particularly useful for evaluating queries specific to a user such as 'All Change Requests Assigned to me'
 
Method Summary
 User getMe()
          Gets the user context to be used when evaluating "me" queries.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query.Context

public Query.Context(User user)
Create a Context in which this query may be executed This is particularly useful for evaluating queries specific to a user such as 'All Change Requests Assigned to me'

Parameters:
user - a user in whose context the query will be executed
Method Detail

getMe

public User getMe()
Gets the user context to be used when evaluating "me" queries.

Returns:
User the user context to be used when evaluating "me" queries.


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.