Uses of Class
com.atlassian.confluence.search.service.ContentTypeEnum
-
-
Uses of ContentTypeEnum in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers that return ContentTypeEnum Modifier and Type Method Description ContentTypeEnumIdAndTypeResourceIdentifier. getType()Constructors in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type ContentTypeEnum Constructor Description IdAndTypeResourceIdentifier(long id, ContentTypeEnum type) -
Uses of ContentTypeEnum in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return ContentTypeEnum Modifier and Type Method Description ContentTypeEnumContentEntityObject. getTypeEnum() -
Uses of ContentTypeEnum in com.atlassian.confluence.core.persistence.hibernate
Methods in com.atlassian.confluence.core.persistence.hibernate that return ContentTypeEnum Modifier and Type Method Description ContentTypeEnumContentTypeEnumUserType. nullSafeGetImpl(ResultSet rs, String[] columns, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner) -
Uses of ContentTypeEnum in com.atlassian.confluence.event
Methods in com.atlassian.confluence.event that return ContentTypeEnum Modifier and Type Method Description static ContentTypeEnumEventUtils. getEventContentType(com.atlassian.event.Event event)Return the type ofConfluenceEntityObjectthe event is acting upon. -
Uses of ContentTypeEnum in com.atlassian.confluence.impl.search.actions
Methods in com.atlassian.confluence.impl.search.actions that return ContentTypeEnum Modifier and Type Method Description ContentTypeEnumSearchSiteAction. getContentType()Deprecated.ContentTypeEnumSearchSiteAction.CriteriaParameters. getType()Constructors in com.atlassian.confluence.impl.search.actions with parameters of type ContentTypeEnum Constructor Description CriteriaParameters(String labelKey, String queryString, String spaceKey, ContentTypeEnum type, DateRangeEnum lastModified, String contributor, String contributorUsername) -
Uses of ContentTypeEnum in com.atlassian.confluence.impl.upgrade.upgradetask
Constructors in com.atlassian.confluence.impl.upgrade.upgradetask with parameters of type ContentTypeEnum Constructor Description UnindexContentTypeUpgradeTask(Map<SearchIndex,IndexTaskQueue<IndexTask>> taskQueueBySearchIndex, IndexTaskFactoryInternal indexTaskFactory, ContentTypeEnum contentTypeEnum) -
Uses of ContentTypeEnum in com.atlassian.confluence.importexport.xmlimport.model
Methods in com.atlassian.confluence.importexport.xmlimport.model that return ContentTypeEnum Modifier and Type Method Description ContentTypeEnumContentTypeEnumProperty. getEnumValueByRepresentation()Deprecated. -
Uses of ContentTypeEnum in com.atlassian.confluence.internal.notification.persistence
Methods in com.atlassian.confluence.internal.notification.persistence with parameters of type ContentTypeEnum Modifier and Type Method Description NotificationDelegatingNotificationDaoInternal. findNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)List<Notification>DelegatingNotificationDaoInternal. findNotificationsBySpaceAndType(Space space, ContentTypeEnum type)List<Notification>DelegatingNotificationDaoInternal. findNotificationsBySpacesAndType(List<Space> spaces, ContentTypeEnum type) -
Uses of ContentTypeEnum in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc with parameters of type ContentTypeEnum Modifier and Type Method Description booleanNotificationsRpc. isWatchingSpaceForType(Space space, ContentTypeEnum contentType, User user)Check whether the given user is watching the given content type (e.g.voidNotificationsRpc. unwatchSpace(User user, Space space, ContentTypeEnum contentType)voidNotificationsRpc. watchSpace(User user, Space space, ContentTypeEnum contentType)Watch all content of a certain type in a space.voidNotificationsRpc. watchSpaces(User user, Iterable<Space> spaces, ContentTypeEnum contentType) -
Uses of ContentTypeEnum in com.atlassian.confluence.mail.notification
Methods in com.atlassian.confluence.mail.notification that return ContentTypeEnum Modifier and Type Method Description ContentTypeEnumNotification. getType()Methods in com.atlassian.confluence.mail.notification with parameters of type ContentTypeEnum Modifier and Type Method Description @Nullable NotificationDefaultNotificationManager. addSpaceNotification(com.atlassian.user.User user, Space space, ContentTypeEnum type)@Nullable NotificationNotificationManager. addSpaceNotification(com.atlassian.user.User user, Space space, ContentTypeEnum type)Add a space notification for a particular content type.NotificationDefaultNotificationManager. getNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)NotificationNotificationManager. getNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)List<Notification>DefaultNotificationManager. getNotificationsBySpaceAndType(Space space, ContentTypeEnum type)List<Notification>NotificationManager. getNotificationsBySpaceAndType(Space space, ContentTypeEnum type)List<Notification>DefaultNotificationManager. getNotificationsBySpacesAndType(List<Space> spaces, ContentTypeEnum type)List<Notification>NotificationManager. getNotificationsBySpacesAndType(List<Space> spaces, ContentTypeEnum type)voidNotification. setType(ContentTypeEnum type) -
Uses of ContentTypeEnum in com.atlassian.confluence.mail.notification.persistence
Methods in com.atlassian.confluence.mail.notification.persistence with parameters of type ContentTypeEnum Modifier and Type Method Description NotificationNotificationDao. findNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)Find the user notification linked to the specified space with a type specified - may be null if watching the whole space.List<Notification>NotificationDao. findNotificationsBySpaceAndType(Space space, ContentTypeEnum type)Find all notifications linked to the specified space for a certain type.List<Notification>NotificationDao. findNotificationsBySpacesAndType(List<Space> spaces, ContentTypeEnum type)Find all notifications linked to the specified spaces for a certain type. -
Uses of ContentTypeEnum in com.atlassian.confluence.mail.notification.persistence.dao.hibernate
Methods in com.atlassian.confluence.mail.notification.persistence.dao.hibernate with parameters of type ContentTypeEnum Modifier and Type Method Description NotificationHibernateNotificationDao. findNotificationByUserAndSpaceAndType(com.atlassian.user.User user, Space space, ContentTypeEnum type)List<Notification>HibernateNotificationDao. findNotificationsBySpaceAndType(Space space, ContentTypeEnum type)List<Notification>HibernateNotificationDao. findNotificationsBySpacesAndType(List<Space> spaces, ContentTypeEnum type) -
Uses of ContentTypeEnum in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
Methods in com.atlassian.confluence.plugins.macros.dashboard.recentupdates that return types with arguments of type ContentTypeEnum Modifier and Type Method Description EnumSet<ContentTypeEnum>RecentlyUpdatedMacroParams. getTypes() -
Uses of ContentTypeEnum in com.atlassian.confluence.plugins.spacedirectory.rest
Methods in com.atlassian.confluence.plugins.spacedirectory.rest that return types with arguments of type ContentTypeEnum Modifier and Type Method Description Set<ContentTypeEnum>SpaceDirectoryScope. getContentTypes() -
Uses of ContentTypeEnum in com.atlassian.confluence.rss.actions
Methods in com.atlassian.confluence.rss.actions with parameters of type ContentTypeEnum Modifier and Type Method Description voidNetworkFeedAction. setContentType(ContentTypeEnum contentType)Set the content type to be returned. -
Uses of ContentTypeEnum in com.atlassian.confluence.search.service
Methods in com.atlassian.confluence.search.service that return ContentTypeEnum Modifier and Type Method Description static ContentTypeEnumContentTypeEnum. getByClassName(String className)static ContentTypeEnumContentTypeEnum. getByRepresentation(String representation)static ContentTypeEnumContentTypeEnum. 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 are declared.Methods in com.atlassian.confluence.search.service that return types with arguments of type ContentTypeEnum Modifier and Type Method Description EnumSet<ContentTypeEnum>RecentUpdateQueryParameters. getContentTypes()Set<ContentTypeEnum>SearchQueryParameters. getContentTypes()Methods in com.atlassian.confluence.search.service with parameters of type ContentTypeEnum Modifier and Type Method Description voidSearchQueryParameters. setContentType(ContentTypeEnum contentType)Method parameters in com.atlassian.confluence.search.service with type arguments of type ContentTypeEnum Modifier and Type Method Description voidSearchQueryParameters. setContentTypes(Set<ContentTypeEnum> contentTypes)Constructor parameters in com.atlassian.confluence.search.service with type arguments of type ContentTypeEnum Constructor Description RecentUpdateQueryParameters(Set<ConfluenceUser> followingUsers, 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 Modifier and Type Method Description Set<ContentTypeEnum>ContainingContentTypeQuery. getContentTypes()Get the content types being searched for, as strings.Set<ContentTypeEnum>ContentTypeQuery. getContentTypes()Get the content types being searched for, as strings.Methods in com.atlassian.confluence.search.v2.query with parameters of type ContentTypeEnum Modifier and Type Method Description static SearchQueryContainingContentTypeQuery. searchForTypesWithinContainerType(ContentTypeEnum containerType, Set<ContentTypeEnum> contentTypes)Helper method for the common "Find me all attachments attached to pages" query - which would be ContainingContentTypeQuery.searchForTypesWithinContainerType(ContentTypeEnum.ATTACHMENT, ContentTypeEnum.PAGE)Method parameters in com.atlassian.confluence.search.v2.query with type arguments of type ContentTypeEnum Modifier and Type Method Description static SearchQueryContainingContentTypeQuery. searchForTypesWithinContainerType(ContentTypeEnum containerType, Set<ContentTypeEnum> contentTypes)Helper method for the common "Find me all attachments attached to pages" query - which would be ContainingContentTypeQuery.searchForTypesWithinContainerType(ContentTypeEnum.ATTACHMENT, ContentTypeEnum.PAGE)Constructors in com.atlassian.confluence.search.v2.query with parameters of type ContentTypeEnum Constructor Description ContainingContentTypeQuery(ContentTypeEnum contentType)Search for a particular type of contentContentTypeQuery(ContentTypeEnum contentType)Search for a particular type of contentConstructor parameters in com.atlassian.confluence.search.v2.query with type arguments of type ContentTypeEnum Constructor Description ContainingContentTypeQuery(Collection<ContentTypeEnum> contentTypes)Search for content that is one of the provided typesContentTypeQuery(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 Modifier and Type Method Description List<ContentEntityObject>UserHistoryHelper. getHistoryContent(int maxResults, ContentTypeEnum... requestedTypes)Returns user historyContentEntityObjects, filtered to only include the requested types.List<ContentEntityObject>UserHistoryHelper. getHistoryContent(ContentTypeEnum... requestedTypes) -
Uses of ContentTypeEnum in com.atlassian.confluence.user.notifications
Constructors in com.atlassian.confluence.user.notifications with parameters of type ContentTypeEnum Constructor Description AddWatchLink(Space space, @Nullable ContentTypeEnum contentType)Create a link to represent adding a watch on a page
-