Uses of Class
com.atlassian.confluence.search.service.ContentTypeEnum

Packages that use ContentTypeEnum
com.atlassian.confluence.rss.actions   
com.atlassian.confluence.search.actions   
com.atlassian.confluence.search.service   
com.atlassian.confluence.search.v2.query   
com.atlassian.confluence.user.history   
 

Uses of ContentTypeEnum in com.atlassian.confluence.rss.actions
 

Methods in com.atlassian.confluence.rss.actions with parameters of type ContentTypeEnum
 void NetworkFeedAction.setContentType(ContentTypeEnum contentType)
          Set the content type to be returned.
 

Uses of ContentTypeEnum in com.atlassian.confluence.search.actions
 

Methods in com.atlassian.confluence.search.actions that return ContentTypeEnum
 ContentTypeEnum SearchSiteAction.getContentType()
           
 ContentTypeEnum SearchSiteAction.CriteriaParameters.getType()
           
 

Constructors in com.atlassian.confluence.search.actions with parameters of type ContentTypeEnum
SearchSiteAction.CriteriaParameters(String labelKey, String queryString, String spaceKey, ContentTypeEnum type, DateRangeEnum lastModified, String contributor, String contributorUsername)
           
 

Uses of ContentTypeEnum in com.atlassian.confluence.search.service
 

Methods in com.atlassian.confluence.search.service that return ContentTypeEnum
static ContentTypeEnum ContentTypeEnum.get(String representation)
          Deprecated. since 3.0. Use getByRepresentation(java.lang.String) or getByClassName(java.lang.String) instead.
static ContentTypeEnum ContentTypeEnum.getByClassName(String className)
           
static ContentTypeEnum ContentTypeEnum.getByRepresentation(String representation)
           
static ContentTypeEnum ContentTypeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContentTypeEnum[] ContentTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.atlassian.confluence.search.service that return types with arguments of type ContentTypeEnum
 Set<ContentTypeEnum> SearchQueryParameters.getContentTypes()
           
 EnumSet<ContentTypeEnum> RecentUpdateQueryParameters.getContentTypes()
           
 

Methods in com.atlassian.confluence.search.service with parameters of type ContentTypeEnum
 void SearchQueryParameters.setContentType(ContentTypeEnum contentType)
           
 

Method parameters in com.atlassian.confluence.search.service with type arguments of type ContentTypeEnum
 void SearchQueryParameters.setContentTypes(Set<ContentTypeEnum> contentTypes)
           
 

Constructor parameters in com.atlassian.confluence.search.service with type arguments of type ContentTypeEnum
RecentUpdateQueryParameters(Set<String> usernames, Set<String> labels, Set<String> spaceKeys, EnumSet<ContentTypeEnum> contentTypes)
           
 

Uses of ContentTypeEnum in com.atlassian.confluence.search.v2.query
 

Methods in com.atlassian.confluence.search.v2.query that return types with arguments of type ContentTypeEnum
 Set<ContentTypeEnum> ContentTypeQuery.getContentTypes()
          Get the content types being searched for, as strings.
 

Constructors in com.atlassian.confluence.search.v2.query with parameters of type ContentTypeEnum
ContentTypeQuery(ContentTypeEnum contentType)
          Search for a particular type of content
 

Constructor parameters in com.atlassian.confluence.search.v2.query with type arguments of type ContentTypeEnum
ContentTypeQuery(Collection<ContentTypeEnum> contentTypes)
          Search for content that is one of the provided types
 

Uses of ContentTypeEnum in com.atlassian.confluence.user.history
 

Methods in com.atlassian.confluence.user.history with parameters of type ContentTypeEnum
 List<ContentEntityObject> UserHistoryHelper.getHistoryContent(ContentTypeEnum... requestedTypes)
          Returns user history ContentEntityObjects, filtered to only include the requested types.
 



Confluence is developed by Atlassian.