Uses of Class
com.atlassian.confluence.pages.Attachment.Type

Packages that use Attachment.Type
com.atlassian.confluence.pages   
com.atlassian.confluence.search.contentnames   
com.atlassian.confluence.search.contentnames.lucene   
com.atlassian.confluence.search.lucene.filter   
com.atlassian.confluence.search.service   
com.atlassian.confluence.search.v2.query   
 

Uses of Attachment.Type in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages that return Attachment.Type
static Attachment.Type Attachment.Type.getForMimeType(String mimeType, String fileExtension)
           
static Attachment.Type Attachment.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Attachment.Type[] Attachment.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.confluence.pages that return types with arguments of type Attachment.Type
static Set<Attachment.Type> Attachment.Type.getTypes(Set<String> typeStrs)
           
 

Uses of Attachment.Type in com.atlassian.confluence.search.contentnames
 

Method parameters in com.atlassian.confluence.search.contentnames with type arguments of type Attachment.Type
 Map<Category,List<SearchResult>> ContentNameSearcher.search(List<QueryToken> queryTokens, ResultTemplate grouping, Set<Attachment.Type> attachmentTypes, boolean searchParentName, int startIndex, Integer pageSize, Map<String,Object> params, String... spaceKeys)
          Search returning results in the specified space and ResultTemplate include pagination and search parent name support.
 Map<Category,List<SearchResult>> ContentNameSearcher.search(List<QueryToken> queryTokens, ResultTemplate grouping, Set<Attachment.Type> attachmentTypes, String... spaceKeys)
          Search returning results in the specified space and ResultTemplate
 List<SearchResult> ContentNameSearcher.searchNoCategorisation(List<QueryToken> queryTokens, ResultTemplate results, Set<Attachment.Type> attachmentTypes, boolean searchParentName, int startIndex, Integer pageSize, Map<String,Object> params, String... spaceKeys)
          Search returning results in the specified space and ResultTemplate include pagination and search parent name support.
 

Uses of Attachment.Type in com.atlassian.confluence.search.contentnames.lucene
 

Method parameters in com.atlassian.confluence.search.contentnames.lucene with type arguments of type Attachment.Type
 DocumentResultScores LuceneContentNameScorer.score(List<QueryToken> queryTokens, Set<Attachment.Type> attachmentTypes, boolean searchParentName, Map<String,Object> params, String... spaceKeys)
           
 DocumentResultScores ContentNameScorer.score(List<QueryToken> queryTokens, Set<Attachment.Type> attachmentTypes, boolean searchParentName, Map<String,Object> params, String... spaceKeys)
           
 DocumentResultScores LuceneContentNameScorer.score(List<QueryToken> queryTokens, Set<Attachment.Type> attachmentTypes, boolean searchParentName, String... spaceKeys)
           
 DocumentResultScores ContentNameScorer.score(List<QueryToken> queryTokens, Set<Attachment.Type> attachmentTypes, boolean searchParentName, String... spaceKeys)
           
 DocumentResultScores LuceneContentNameScorer.score(List<QueryToken> queryTokens, Set<Attachment.Type> attachmentTypes, String... spaceKeys)
           
 DocumentResultScores ContentNameScorer.score(List<QueryToken> queryTokens, Set<Attachment.Type> attachmentTypes, String... spaceKeys)
           
 Map<Category,List<SearchResult>> LuceneContentNameSearcher.search(List<QueryToken> queryTokens, ResultTemplate resultTemplate, Set<Attachment.Type> attachmentTypes, boolean searchParentName, int startIndex, Integer pageSize, Map<String,Object> params, String... spaceKeys)
           
 Map<Category,List<SearchResult>> LuceneContentNameSearcher.search(List<QueryToken> queryTokens, ResultTemplate resultTemplate, Set<Attachment.Type> attachmentTypes, String... spaceKeys)
           
 List<SearchResult> LuceneContentNameSearcher.searchNoCategorisation(List<QueryToken> queryTokens, ResultTemplate resultTemplate, Set<Attachment.Type> attachmentTypes, boolean searchParentName, int startIndex, Integer pageSize, Map<String,Object> params, String... spaceKeys)
           
 

Uses of Attachment.Type in com.atlassian.confluence.search.lucene.filter
 

Constructor parameters in com.atlassian.confluence.search.lucene.filter with type arguments of type Attachment.Type
AttachmentTypeFilter(Set<Attachment.Type> attachmentTypes)
           
AttachmentTypeFilter(Set<Attachment.Type> attachmentTypes, boolean negate)
          Filter attachment according to given types.
 

Uses of Attachment.Type in com.atlassian.confluence.search.service
 

Methods in com.atlassian.confluence.search.service that return types with arguments of type Attachment.Type
 Set<Attachment.Type> SearchQueryParameters.getAttachmentTypes()
           
 

Method parameters in com.atlassian.confluence.search.service with type arguments of type Attachment.Type
 void SearchQueryParameters.setAttachmentTypes(Set<Attachment.Type> attachmentTypes)
           
 

Uses of Attachment.Type in com.atlassian.confluence.search.v2.query
 

Constructors in com.atlassian.confluence.search.v2.query with parameters of type Attachment.Type
AttachmentTypeQuery(Attachment.Type fileType)
          Search for attachments of a given type.
 

Constructor parameters in com.atlassian.confluence.search.v2.query with type arguments of type Attachment.Type
AttachmentTypeQuery(Set<Attachment.Type> fileTypes)
          Search for attachments within any of a collection of types.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.