Uses of Enum Class
com.atlassian.confluence.content.CustomContentManager.SortOrder
Package
Description
-
Uses of CustomContentManager.SortOrder in com.atlassian.confluence.content
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CustomContentManager.SortOrder[]
CustomContentManager.SortOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription@NonNull Iterator<CustomContentEntityObject>
CustomContentManager.findChildrenOfType
(CustomContentEntityObject content, String contentModuleKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder) Get an iterator of children of a piece of content with a given type.@NonNull Iterator<CustomContentEntityObject>
CustomContentManager.findCurrentInSpace
(Space space, String contentModuleKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder) Get an iterator of all the current, non-deleted content of the given type in the given space. -
Uses of CustomContentManager.SortOrder in com.atlassian.confluence.content.persistence
Modifier and TypeMethodDescriptionCustomContentDao.findChildrenOfType
(long id, String pluginContentKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder) CustomContentDao.findCurrentInSpace
(long spaceId, String pluginModuleKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder) -
Uses of CustomContentManager.SortOrder in com.atlassian.confluence.content.persistence.hibernate
Modifier and TypeMethodDescriptionPluginContentHibernateDao.findChildrenOfType
(long parentId, String pluginModuleKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder) PluginContentHibernateDao.findCurrentInSpace
(long spaceId, String pluginModuleKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder) -
Uses of CustomContentManager.SortOrder in com.atlassian.confluence.impl.content
Modifier and TypeMethodDescription@NonNull Iterator<CustomContentEntityObject>
DefaultCustomContentManager.findChildrenOfType
(CustomContentEntityObject content, String pluginContentKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder) @NonNull Iterator<CustomContentEntityObject>
DefaultCustomContentManager.findCurrentInSpace
(Space space, String pluginContentKey, int offset, int maxResults, CustomContentManager.SortField sortField, CustomContentManager.SortOrder sortOrder)