com.atlassian.confluence.search.v2
Class SearchFieldNames
java.lang.Object
com.atlassian.confluence.search.v2.SearchFieldNames
public class SearchFieldNames
- extends java.lang.Object
A helper class that contains the known set of core available Strings.
Method Summary |
static com.google.common.collect.ImmutableSet<java.lang.String> |
createWithDefaultValues(java.lang.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 java.lang.String HANDLE
- See Also:
- Constant Field Values
CONTENT
public static final java.lang.String CONTENT
- See Also:
- Constant Field Values
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
HOME_PAGE
public static final java.lang.String HOME_PAGE
- See Also:
- Constant Field Values
CREATION_DATE
public static final java.lang.String CREATION_DATE
- See Also:
- Constant Field Values
CREATOR
public static final java.lang.String CREATOR
- See Also:
- Constant Field Values
OWNER_TYPE
public static final java.lang.String OWNER_TYPE
- See Also:
- Constant Field Values
OWNER_CONTENT_TITLE
public static final java.lang.String OWNER_CONTENT_TITLE
- See Also:
- Constant Field Values
CONTENT_VERSION
public static final java.lang.String CONTENT_VERSION
- See Also:
- Constant Field Values
MODIFIED
public static final java.lang.String MODIFIED
- See Also:
- Constant Field Values
LAST_MODIFIER
public static final java.lang.String LAST_MODIFIER
- See Also:
- Constant Field Values
TITLE
public static final java.lang.String TITLE
- See Also:
- Constant Field Values
URL_PATH
public static final java.lang.String URL_PATH
- See Also:
- Constant Field Values
LAST_UPDATE_DESCRIPTION
public static final java.lang.String LAST_UPDATE_DESCRIPTION
- See Also:
- Constant Field Values
SPACE_NAME
public static final java.lang.String SPACE_NAME
- See Also:
- Constant Field Values
SPACE_KEY
public static final java.lang.String SPACE_KEY
- See Also:
- Constant Field Values
LABEL_TEXT
public static final java.lang.String LABEL_TEXT
- See Also:
- Constant Field Values
LABEL
public static final java.lang.String LABEL
- See Also:
- Constant Field Values
SearchFieldNames
public SearchFieldNames()
createWithDefaultValues
public static com.google.common.collect.ImmutableSet<java.lang.String> createWithDefaultValues(java.lang.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-2014 Atlassian. All Rights Reserved.