com.microsoft.tfs.core.clients.workitem
Class WorkItemQueryConstants
java.lang.Object
com.microsoft.tfs.core.clients.workitem.WorkItemQueryConstants
public class WorkItemQueryConstants
- extends java.lang.Object
Defines constants used with work item queries.
- Since:
- TEE-SDK-10.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROJECT_MACRO_NAME
public static final java.lang.String PROJECT_MACRO_NAME
- Constant Field Value:
"project"
- See Also:
- Constant Field Values
TEAM_CONTEXT_NAME
public static final java.lang.String TEAM_CONTEXT_NAME
- Constant Field Value:
"team"
- See Also:
- Constant Field Values
VALUE_SINGLE_QUOTE
public static final char VALUE_SINGLE_QUOTE
- Constant Field Value:
39
- See Also:
- Constant Field Values
VALUE_SINGLE_QUOTE_ESCAPED
public static final java.lang.String VALUE_SINGLE_QUOTE_ESCAPED
- Constant Field Value:
"\'\'"
- See Also:
- Constant Field Values
VALUE_LIST_OPEN
public static final java.lang.String VALUE_LIST_OPEN
- Constant Field Value:
"("
- See Also:
- Constant Field Values
VALUE_LIST_CLOSE
public static final java.lang.String VALUE_LIST_CLOSE
- Constant Field Value:
")"
- See Also:
- Constant Field Values
FIELD_NAME_OPEN_BRACKET
public static final java.lang.String FIELD_NAME_OPEN_BRACKET
- Constant Field Value:
"["
- See Also:
- Constant Field Values
FIELD_NAME_CLOSE_BRACKET
public static final java.lang.String FIELD_NAME_CLOSE_BRACKET
- Constant Field Value:
"]"
- See Also:
- Constant Field Values
FIELD_SEPARATOR
public static final java.lang.String FIELD_SEPARATOR
- Constant Field Value:
","
- See Also:
- Constant Field Values
VALUE_SEPARATOR
public static final java.lang.String VALUE_SEPARATOR
- Constant Field Value:
","
- See Also:
- Constant Field Values
KW_SELECT
public static final java.lang.String KW_SELECT
- Constant Field Value:
"SELECT"
- See Also:
- Constant Field Values
KW_WHERE
public static final java.lang.String KW_WHERE
- Constant Field Value:
"WHERE"
- See Also:
- Constant Field Values
KW_AND
public static final java.lang.String KW_AND
- Constant Field Value:
"AND"
- See Also:
- Constant Field Values
OP_IN
public static final java.lang.String OP_IN
- Constant Field Value:
"IN"
- See Also:
- Constant Field Values
OP_GREATER_THAN
public static final java.lang.String OP_GREATER_THAN
- Constant Field Value:
">"
- See Also:
- Constant Field Values
MAX_PAGE_SIZE
public static final int MAX_PAGE_SIZE
- Constant Field Value:
200
- See Also:
- Constant Field Values
MIN_PAGE_SIZE
public static final int MIN_PAGE_SIZE
- Constant Field Value:
50
- See Also:
- Constant Field Values
DEFAULT_PAGE_SIZE
public static final int DEFAULT_PAGE_SIZE
- Constant Field Value:
50
- See Also:
- Constant Field Values
WorkItemQueryConstants
public WorkItemQueryConstants()
© 2015 Microsoft. All rights reserved.