Modifier and Type | Method and Description |
---|---|
ContentTypeEnum |
IdAndTypeResourceIdentifier.getType() |
Constructor and Description |
---|
IdAndTypeResourceIdentifier(long id,
ContentTypeEnum type) |
Modifier and Type | Method and Description |
---|---|
ContentTypeEnum |
ContentEntityObject.getTypeEnum() |
Modifier and Type | Method and Description |
---|---|
ContentTypeEnum |
ContentTypeEnumUserType.nullSafeGet(ResultSet rs,
String[] columns,
Object owner) |
Modifier and Type | Method and Description |
---|---|
static ContentTypeEnum |
EventUtils.getEventContentType(com.atlassian.event.Event event)
Return the type of
ConfluenceEntityObject the event is acting upon. |
Modifier and Type | Method and Description |
---|---|
Notification |
DelegatingNotificationDao.findNotificationByUserAndSpaceAndType(com.atlassian.user.User user,
Space space,
ContentTypeEnum type)
Deprecated.
|
List<Notification> |
DelegatingNotificationDao.findNotificationsBySpaceAndType(Space space,
ContentTypeEnum type)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ContentTypeEnum |
ContentTypeEnumProperty.getEnumValueByRepresentation() |
Modifier and Type | Method and Description |
---|---|
Notification |
DelegatingNotificationDaoInternal.findNotificationByUserAndSpaceAndType(com.atlassian.user.User user,
Space space,
ContentTypeEnum type) |
List<Notification> |
DelegatingNotificationDaoInternal.findNotificationsBySpaceAndType(Space space,
ContentTypeEnum type) |
Modifier and Type | Method and Description |
---|---|
boolean |
NotificationsRpc.isWatchingSpaceForType(Space space,
ContentTypeEnum contentType,
User user)
Check whether the given user is watching the given content type (e.g.
|
void |
NotificationsRpc.unwatchSpace(User user,
Space space,
ContentTypeEnum contentType) |
void |
NotificationsRpc.watchSpace(User user,
Space space,
ContentTypeEnum contentType)
Watch all content of a certain type in a space.
|
void |
NotificationsRpc.watchSpaces(User user,
Iterable<Space> spaces,
ContentTypeEnum contentType) |
Modifier and Type | Method and Description |
---|---|
ContentTypeEnum |
Notification.getType() |
Modifier and Type | Method and Description |
---|---|
@Nullable Notification |
NotificationManager.addSpaceNotification(com.atlassian.user.User user,
Space space,
ContentTypeEnum type)
Add a space notification for a particular content type.
|
@Nullable Notification |
DefaultNotificationManager.addSpaceNotification(com.atlassian.user.User user,
Space space,
ContentTypeEnum type) |
Notification |
NotificationManager.getNotificationByUserAndSpaceAndType(com.atlassian.user.User user,
Space space,
ContentTypeEnum type) |
Notification |
DefaultNotificationManager.getNotificationByUserAndSpaceAndType(com.atlassian.user.User user,
Space space,
ContentTypeEnum type) |
List<Notification> |
NotificationManager.getNotificationsBySpaceAndType(Space space,
ContentTypeEnum type) |
List<Notification> |
DefaultNotificationManager.getNotificationsBySpaceAndType(Space space,
ContentTypeEnum type) |
void |
Notification.setType(ContentTypeEnum type) |
Modifier and Type | Method and Description |
---|---|
Notification |
NotificationDao.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.
|
Modifier and Type | Method and Description |
---|---|
Notification |
HibernateNotificationDao.findNotificationByUserAndSpaceAndType(com.atlassian.user.User user,
Space space,
ContentTypeEnum type) |
List<Notification> |
HibernateNotificationDao.findNotificationsBySpaceAndType(Space space,
ContentTypeEnum type) |
Modifier and Type | Method and Description |
---|---|
EnumSet<ContentTypeEnum> |
RecentlyUpdatedMacroParams.getTypes() |
Modifier and Type | Method and Description |
---|---|
Set<ContentTypeEnum> |
SpaceDirectoryScope.getContentTypes() |
Modifier and Type | Method and Description |
---|---|
void |
NetworkFeedAction.setContentType(ContentTypeEnum contentType)
Set the content type to be returned.
|
Modifier and Type | Method and Description |
---|---|
ContentTypeEnum |
SearchSiteAction.getContentType()
Deprecated.
|
ContentTypeEnum |
SearchSiteAction.CriteriaParameters.getType() |
Constructor and Description |
---|
CriteriaParameters(String labelKey,
String queryString,
String spaceKey,
ContentTypeEnum type,
DateRangeEnum lastModified,
String contributor,
String contributorUsername) |
Modifier and Type | Method and Description |
---|---|
static ContentTypeEnum |
ContentTypeEnum.getByClassName(String className) |
static ContentTypeEnum |
ContentTypeEnum.getByRepresentation(String representation) |
static ContentTypeEnum |
ContentTypeEnum.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.
|
Modifier and Type | Method and Description |
---|---|
Set<ContentTypeEnum> |
SearchQueryParameters.getContentTypes() |
EnumSet<ContentTypeEnum> |
RecentUpdateQueryParameters.getContentTypes() |
Modifier and Type | Method and Description |
---|---|
void |
SearchQueryParameters.setContentType(ContentTypeEnum contentType) |
Modifier and Type | Method and Description |
---|---|
void |
SearchQueryParameters.setContentTypes(Set<ContentTypeEnum> contentTypes) |
Constructor and Description |
---|
RecentUpdateQueryParameters(Set<ConfluenceUser> followingUsers,
Set<String> labels,
Set<String> spaceKeys,
EnumSet<ContentTypeEnum> contentTypes) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static SearchQuery |
ContainingContentTypeQuery.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)
|
Modifier and Type | Method and Description |
---|---|
static SearchQuery |
ContainingContentTypeQuery.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)
|
Constructor and Description |
---|
ContainingContentTypeQuery(ContentTypeEnum contentType)
Search for a particular type of content
|
ContentTypeQuery(ContentTypeEnum contentType)
Search for a particular type of content
|
Constructor and Description |
---|
ContainingContentTypeQuery(Collection<ContentTypeEnum> contentTypes)
Search for content that is one of the provided types
|
ContentTypeQuery(Collection<ContentTypeEnum> contentTypes)
Search for content that is one of the provided types
|
Constructor and Description |
---|
UnindexContentTypeUpgradeTask(JournalIndexTaskQueue journalIndexTaskQueue,
IndexTaskFactory indexTaskFactory,
ContentTypeEnum contentTypeEnum) |
Modifier and Type | Method and Description |
---|---|
List<ContentEntityObject> |
UserHistoryHelper.getHistoryContent(ContentTypeEnum... requestedTypes) |
List<ContentEntityObject> |
UserHistoryHelper.getHistoryContent(int maxResults,
ContentTypeEnum... requestedTypes)
Returns user history
ContentEntityObject s, filtered to only include the requested types. |
Constructor and Description |
---|
AddWatchLink(Space space,
@Nullable ContentTypeEnum contentType)
Create a link to represent adding a watch on a page
|
Copyright © 2003–2020 Atlassian. All rights reserved.