com.atlassian.confluence.search.v2
Class SearchFieldNames
java.lang.Object
com.atlassian.confluence.search.v2.SearchFieldNames
public class SearchFieldNames
- extends Object
A helper class that contains the known set of core available Strings.
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 |
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
SearchFieldNames
public SearchFieldNames()
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-2013 Atlassian. All Rights Reserved.