com.atlassian.confluence.search.v2
Class SearchFieldNames

java.lang.Object
  extended by com.atlassian.confluence.search.v2.SearchFieldNames

public class SearchFieldNames
extends Object

A helper class that contains the known set of core available Strings.


Field Summary
static String CONTENT
           
static String CONTENT_VERSION
           
static String CREATION_DATE
           
static String CREATOR
           
static String HANDLE
           
static String HOME_PAGE
           
static String LABEL
           
static String LABEL_TEXT
           
static String LAST_MODIFIER
           
static String LAST_UPDATE_DESCRIPTION
           
static String MODIFIED
           
static String OWNER_CONTENT_TITLE
           
static String OWNER_TYPE
           
static String SPACE_KEY
           
static String SPACE_NAME
           
static String TITLE
           
static String TYPE
           
static String URL_PATH
           
 
Constructor Summary
SearchFieldNames()
           
 
Method Summary
static com.google.common.collect.ImmutableSet<String> createWithDefaultValues(String... additionalFields)
          creates a set of Strings suitable for passing to searchManager.search(ISearch, Set ) that includes the handle field and the content version field, these fields whilst optional are required to use the convertToEntities method of SearchManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HANDLE

public static final String HANDLE
See Also:
Constant Field Values

CONTENT

public static final String CONTENT
See Also:
Constant Field Values

TYPE

public static final String TYPE
See Also:
Constant Field Values

HOME_PAGE

public static final String HOME_PAGE
See Also:
Constant Field Values

CREATION_DATE

public static final String CREATION_DATE
See Also:
Constant Field Values

CREATOR

public static final String CREATOR
See Also:
Constant Field Values

OWNER_TYPE

public static final String OWNER_TYPE
See Also:
Constant Field Values

OWNER_CONTENT_TITLE

public static final String OWNER_CONTENT_TITLE
See Also:
Constant Field Values

CONTENT_VERSION

public static final String CONTENT_VERSION
See Also:
Constant Field Values

MODIFIED

public static final String MODIFIED
See Also:
Constant Field Values

LAST_MODIFIER

public static final String LAST_MODIFIER
See Also:
Constant Field Values

TITLE

public static final String TITLE
See Also:
Constant Field Values

URL_PATH

public static final String URL_PATH
See Also:
Constant Field Values

LAST_UPDATE_DESCRIPTION

public static final String LAST_UPDATE_DESCRIPTION
See Also:
Constant Field Values

SPACE_NAME

public static final String SPACE_NAME
See Also:
Constant Field Values

SPACE_KEY

public static final String SPACE_KEY
See Also:
Constant Field Values

LABEL_TEXT

public static final String LABEL_TEXT
See Also:
Constant Field Values

LABEL

public static final String LABEL
See Also:
Constant Field Values
Constructor Detail

SearchFieldNames

public SearchFieldNames()
Method Detail

createWithDefaultValues

public static final com.google.common.collect.ImmutableSet<String> createWithDefaultValues(String... additionalFields)
creates a set of Strings suitable for passing to searchManager.search(ISearch, Set ) that includes the handle field and the content version field, these fields whilst optional are required to use the convertToEntities method of SearchManager.

Parameters:
additionalFields -
Returns:


Copyright © 2003-2012 Atlassian. All Rights Reserved.