Uses of Class
com.atlassian.confluence.pages.Attachment.Type
-
-
Uses of Attachment.Type in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return Attachment.Type Modifier and Type Method Description static Attachment.TypeAttachment.Type. getForMimeType(String mimeType, String fileExtension)static Attachment.TypeAttachment.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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 andResultTemplateinclude pagination and search parent name support.default Map<Category,List<SearchResult>>ContentNameSearcher. search(List<QueryToken> queryTokens, ResultTemplate resultTemplate, Set<Attachment.Type> attachmentTypes, String... spaceKeys)Search returning results in the specified space andResultTemplateList<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 andResultTemplateinclude pagination and search parent name support. -
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 Constructor Description 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 Modifier and Type Method Description Set<Attachment.Type>SearchQueryParameters. getAttachmentTypes()Method parameters in com.atlassian.confluence.search.service with type arguments of type Attachment.Type Modifier and Type Method Description voidSearchQueryParameters. 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 Constructor Description 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 Constructor Description AttachmentTypeQuery(Set<Attachment.Type> fileTypes)Search for attachments within any of a collection of types. -
Uses of Attachment.Type in com.atlassian.confluence.search.v2.searchfilter
Methods in com.atlassian.confluence.search.v2.searchfilter that return types with arguments of type Attachment.Type Modifier and Type Method Description Set<Attachment.Type>AttachmentTypeSearchFilter. getAttachmentTypes()Deprecated.Constructor parameters in com.atlassian.confluence.search.v2.searchfilter with type arguments of type Attachment.Type Constructor Description AttachmentTypeSearchFilter(Set<Attachment.Type> attachmentTypes, boolean negate)Deprecated.
-