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, java.lang.String... spaceKeys)
          Search returning results in the specified space and ResultTemplate
 

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(java.util.List<QueryToken> queryTokens, java.util.Set<Attachment.Type> attachmentTypes, java.lang.String... spaceKeys)
           
 DocumentResultScores ContentNameScorer.score(java.util.List<QueryToken> queryTokens, 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, 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.AttachmentTypeFilter(Set, boolean)
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-2010 Atlassian. All Rights Reserved.