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(java.lang.String mimeType, java.lang.String fileExtension)
           
static Attachment.Type Attachment.Type.valueOf(java.lang.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 java.util.Set<Attachment.Type> Attachment.Type.getTypes(java.util.Set<java.lang.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
 java.util.Map<Category,java.util.List<SearchResult>> ContentNameSearcher.search(java.util.List<QueryToken> queryTokens, ResultTemplate grouping, java.util.Set<Attachment.Type> attachmentTypes, boolean searchParentName, int startIndex, java.lang.Integer pageSize, java.util.Map<java.lang.String,java.lang.Object> params, java.lang.String... spaceKeys)
          Search returning results in the specified space and ResultTemplate include pagination and search parent name support.
 java.util.Map<Category,java.util.List<SearchResult>> ContentNameSearcher.search(java.util.List<QueryToken> queryTokens, ResultTemplate grouping, java.util.Set<Attachment.Type> attachmentTypes, java.lang.String... spaceKeys)
          Search returning results in the specified space and ResultTemplate
 java.util.List<SearchResult> ContentNameSearcher.searchNoCategorisation(java.util.List<QueryToken> queryTokens, ResultTemplate results, java.util.Set<Attachment.Type> attachmentTypes, boolean searchParentName, int startIndex, java.lang.Integer pageSize, java.util.Map<java.lang.String,java.lang.Object> params, java.lang.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
 void LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens, org.apache.lucene.search.Collector collector, java.util.Set<Attachment.Type> attachmentTypes, boolean searchParentName, java.util.Map<java.lang.String,java.lang.Object> params, java.lang.String... spaceKeys)
           
 void ContentNameScorer.score(java.util.List<QueryToken> queryTokens, org.apache.lucene.search.Collector collector, java.util.Set<Attachment.Type> attachmentTypes, boolean searchParentName, java.util.Map<java.lang.String,java.lang.Object> params, java.lang.String... spaceKeys)
           
 void LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens, org.apache.lucene.search.Collector collector, java.util.Set<Attachment.Type> attachmentTypes, boolean searchParentName, java.lang.String... spaceKeys)
           
 void ContentNameScorer.score(java.util.List<QueryToken> queryTokens, org.apache.lucene.search.Collector collector, java.util.Set<Attachment.Type> attachmentTypes, boolean searchParentName, java.lang.String... spaceKeys)
           
 void LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens, org.apache.lucene.search.Collector collector, java.util.Set<Attachment.Type> attachmentTypes, java.lang.String... spaceKeys)
           
 void ContentNameScorer.score(java.util.List<QueryToken> queryTokens, org.apache.lucene.search.Collector collector, java.util.Set<Attachment.Type> attachmentTypes, java.lang.String... spaceKeys)
           
 java.util.Map<Category,java.util.List<SearchResult>> LuceneContentNameSearcher.search(java.util.List<QueryToken> queryTokens, ResultTemplate resultTemplate, java.util.Set<Attachment.Type> attachmentTypes, boolean searchParentName, int startIndex, java.lang.Integer pageSize, java.util.Map<java.lang.String,java.lang.Object> params, java.lang.String... spaceKeys)
           
 java.util.Map<Category,java.util.List<SearchResult>> LuceneContentNameSearcher.search(java.util.List<QueryToken> queryTokens, ResultTemplate resultTemplate, java.util.Set<Attachment.Type> attachmentTypes, java.lang.String... spaceKeys)
           
 java.util.List<SearchResult> LuceneContentNameSearcher.searchNoCategorisation(java.util.List<QueryToken> queryTokens, ResultTemplate resultTemplate, java.util.Set<Attachment.Type> attachmentTypes, boolean searchParentName, int startIndex, java.lang.Integer pageSize, java.util.Map<java.lang.String,java.lang.Object> params, java.lang.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(java.util.Set<Attachment.Type> attachmentTypes)
           
AttachmentTypeFilter(java.util.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
 java.util.Set<Attachment.Type> SearchQueryParameters.getAttachmentTypes()
           
 

Method parameters in com.atlassian.confluence.search.service with type arguments of type Attachment.Type
 void SearchQueryParameters.setAttachmentTypes(java.util.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(java.util.Set<Attachment.Type> fileTypes)
          Search for attachments within any of a collection of types.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.