|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
BaseConfluenceCondition
, which no longer
has a dependency on the abomination which is GlobalHelper
.BaseHttpRetrievalMacro
, which uses the correct version of the Renderer API.BasePermissionCondition
ServiceCommand
that takes care of the internal logic related to the order in which
the various operations must be performed.getEntity
and
getEntities
ViewContentBean.addComment()
instead.
SearchQuery
to the "must match" criteria.
Collection<SearchQuery>
to the "must match"
criteria.
BooleanQueryFactory
to the "must match"
criteria after calling BooleanQueryFactory.toBooleanQuery()
on it.
SearchQuery
to the "must not match" criteria.
Collection<SearchQuery>
to the "must not
match" criteria.
BooleanQueryFactory
to the "must not match"
criteria after calling BooleanQueryFactory.toBooleanQuery()
on it.
ViewContentBean.addComment()
instead.
Addressable
content.SearchQuery
to the "should match" criteria.
Collection<SearchQuery>
to the "should match"
criteria.
BooleanQueryFactory
to the "should match"
criteria after calling BooleanQueryFactory.toBooleanQuery()
on it.
SpacePermission.CONFLUENCE_ADMINISTRATOR_PERMISSION
and/or
SpacePermission.SYSTEM_ADMINISTRATOR_PERMISSION
.
ConfluenceActionSupport.isPermitted()
and use PermissionManager.hasPermission(User,Permission,Object)
instead. This will make it easier
to determine the permissions required to invoke an action as they would be more explicit and in one place
(you won't have to check whether the class or its super class implements this interface).AllQuery.getInstance()
instead.
ReferenceInsertionEventHandler
s that need to deal with
any AnnotationBoxedElement
s context values.BoxedValue
and AnnotatedElement
interfaces to be implemented by implementations
that are responsible for associating annotations with an object.ReturnValueAnnotation
s and box the result of calling or accessing the target with these annotations.DefaultPageManager.movePageAsChild(Page, Page)
PageManager.movePageAsChild(Page, Page)
WebTestCase.assertImagePresent(String, String)
that asserts the image name with
a contains check rather than equals.
AbstractAtlassianWebTestCase.assertPageTitleEquals(String)
or AbstractAtlassianWebTestCase.assertTitleEquals(String, String)
Connection
s.AuthorSearchFilter
into a lucene filter.AbstractAutowireCapableBeanFactory.autowireBeanProperties(Object, int, boolean)
instead.
Parameter
, providing support
for multiple default parameter names, and a default value if
no parameter is specified.NGramTokenizer
that returns all n-grams excluding the
edge n-grams.SearchQueryParser
operation,
providing a mutable version of the BooleanQuery
.BooleanQueryFactory
.
BooleanQueryFactory
with the specified
SearchQueries
as initial values.
BooleanQueryFactory
instances.BoostingStrategy
that boost the scores based on the modification date of scored document.BoostingStrategy
to
boost scores for documents which match the underlying query.BoostingQuery
to achieve an arbitrary per document score
boost.BootstrapUtils
GlobalHelper
instead to retrieve
breadcrumbs and PageHelper
to retrieve ellipsis
breadcrumbs.CacheManager
into a
CacheManager
or a CacheManager
.minBuildNumber
and maxBuildNumber
parameter values.Search
used to perform a site wide search in Confluence.
Search
used to find users know to the system based on parts of their name or
user name.
HibernateObjectDao
with a CacheManagerCachingAttachmentDao.getLatestAttachment(ContentEntityObject, String)
in an AttachmentCache
.GlobalDescription
instances can be viewed by anyone, even by
anonymous users and if the anonymous use flag is set to false.
Action
s that require captcha validation.CaptchaAware
.Category
.AliasedKey
SearchFilter
s to be chained together, with the option to
specify the logical operator to apply between them.ChainedSearchFilter
into a lucene filter.AbstractContext
because it has broken implementations of containsKey() and getKeys() in Velocity 1.5.Searchable
s should be indexed as change documents.SearchResultType.CHANGE
.
currentProperty
has been set.
null
smaller than anything else. If that comparison results in 0 a title based
"natural" sort will be used. For details on the Natural Sort algorithm
see the NaturalStringComparator
.ClassLoader.getResource(String)
.IOUtils.closeQuietly(InputStream)
IOUtils.closeQuietly(OutputStream)
IOUtils.closeQuietly(Reader)
IOUtils.closeQuietly(Writer)
BootstrapUtils.closeContext()
instead.
ClusterEvent
,
and wraps them in a ClusterEventWrapper
and publishes them via the ClusterManager
.ClusterSafetyManager
detects a fatal error in the configuration of the cluster.ClusterReindexRequiredEvent
is fired on another cluster node, this listener
will respond by doing a full reindex.ReadWriteCache
.ColourScheme
.SearchManager
.Comment
set on it by the CommentAwareInterceptor.AbstractWebFragmentModuleDescriptor
.AspectJExpressionPointcut
with customisations allowing the specification
of a classloader to use when parsing pointcut expressions.HibernateConfluenceBandanaRecordDao
for storing and retrieving Bandana records.ConfluenceBandanaRecordDao
.AbstractEncodingFilter
to return the encoding specified by
the application configuration.ConfluenceEntityObject
.GzipFilterIntegration
in the default constructor.GzipFilter
and Confluence.activateOptions()
is called.
HtmlUnitDialog
with modifications
to the ConfluenceHtmlUnitDialog.initWebClient()
method to allow setting configuration from properties file.MultiThreadedIndexRebuilder
and OnlineMultiThreadedIndexer.allThreadsComplete(com.atlassian.bonnie.index.BatchOpIndexer.DocumentWritingScheme, boolean, com.atlassian.core.util.ProgressWrapper)
moved to TempIndexWriterStrategy.mergeAndClose()
.ConfluenceDocumentBuilder
instead.DefaultPluginManager
which listens for plugin events fired on other nodes.SeleniumConfiguration
that is set up with system properties.Settings.getIndexingLanguage()
.ConfluenceVelocityManager.getConfluenceVelocityContext()
instead.AbstractModuleDescriptor
and implement UserLocaleAware
instead.ConfluenceVelocityResourceCache
instead.WebIcon
WebLabel
WebLink
ConfluenceWebInterfaceManager
.SearchResultType.CONTENT
.
HandleAware
insteadReverseDatabinder
requires
public default constructors.
ContentPermissionsSearchFilter
into a lucene filter.CategoryMapper
instances which have
an already created cache of content types for the index.ContentTypeQuery
implementations.WebInterfaceContext
VelocityContextItemProvider
s, providing a map that
is the aggregation of all providers.Json
representation of a given object
EditContentBean
(representing the new page).
IOUtils
instead
ModuleDescriptorCache
for the given
{moduleDescriptorClass} which will be update if plugin modules become
disabled or enabled.
FeedBuilder.createFeed(com.atlassian.confluence.search.v2.ISearch, FeedProperties)
instead.
SpacePermission.GENERIC_SPACE_PERMISSIONS
) in the specified space.
PersonalInformation
for the specified user.
FeedBuilder.createFeed(com.atlassian.confluence.search.v2.ISearch, FeedProperties)
instead.
Public feed can be indicated in FeedProperties
.
WritableDownloadResourceManager
to generate a DownloadResourceWriter
CustomJapaneseAnalyzer.STOP_WORDS
.
PluginDataDao
to a working directory on the filesystem, then delegates to DirectoryPluginLoader
which performs the actual class loading from this directory.DateRangeQuery
s.ReferenceInsertionEventHandler
which will log debug messages as references are resolved.String
s) that are automatically created during Confluence setup.
InitialSpaceContentListener.DEFAULT_HOMEPAGE_CONTENT
InitialSpaceContentListener.DEFAULT_HOMEPAGE_TITLE
maxResults
parameter.
spaceKey
parameter.
AttachmentManager
.GlobalHelper
instead to retrieve
breadcrumbs and PageHelper
to retrieve ellipsis
breadcrumbs.Content
.FormatSettingsManager
which persists the date format settings in Bandana.net.sf.hibernate.Cache
but not InvokableHibernateCache
.ObjectQueue
and processing it.PluginDataDao
.ResourceManager
interface.SystemInformationService
.ThumbnailInfoFactory
DefaultWebInterfaceContext.toMap()
.
Cache
that records changes to a delegate cache,
only actually performing them when DeferredOperationsCache.sync()
is called.AttachmentDao
s that delegate so that clients
can get to the underlying implementation.IndexReader
doesn't currently supporting deleting documents based on multiple terms.
EventListener
s.Introspector
'd.
Similarity
class.ConfluenceDiff
RemoteUser
.
enabled
.
Key
in string form for storage as a database CLOB field
TangosolClusterManager.getCacheServices()
EventCartridgeProcessor
s.PluginController
then
fires an event to replicate operations across the Confluence cluster.EventListener
for your event listenersExcludePersonalInformationSearchFilter
into a lucene filter.MacroExecutionContext
.
ContentNameSearchResult
.
WritableDownloadResourceManager
that stores and reads macro output from a temporary location.XsltTransformerResolver
used for export purposes.event
is an instance of ClusterEventWrapper
, returns the wrapped event.
DocumentResultScores
based on the length of the field this normaliser is
constructed for.ChainedFilter
into Lucene has made this
class redundant.User
.
DefaultUserAccessor.filterUnaccessibleUsers(java.util.List, com.atlassian.user.User)
instead
User
.
User
.
Searchable
objects.
Searchable
objects.
HibernateLabelDao.findCurrentContentForLabel(Label label)
instead.
HibernateLabelDao.findCurrentContentForLabel(Label label)
instead.
SearchResult
object for each repository the
entityQueryParser can search.
QueryContext
.
DefaultSearchEntitiesManager.findGroupsAsList(com.atlassian.user.search.query.TermQuery)
instead
DefaultSearchEntitiesManager.findGroupsAsList(com.atlassian.user.search.query.TermQuery, boolean)
instead
SearchEntitiesManager.findGroupsAsList(com.atlassian.user.search.query.TermQuery)
instead.
SearchEntitiesManager.findGroupsAsList(com.atlassian.user.search.query.TermQuery, boolean)
instead.
SearchEntitiesManager.findGroups(com.atlassian.user.search.query.TermQuery, boolean)
, but the results are immediately placed into a list.
QueryContext
.
DefaultSearchEntitiesManager.findUsersAsList(com.atlassian.user.search.query.Query)
instead.
SearchEntitiesManager.findUsersAsList(com.atlassian.user.search.query.Query)
instead.
SearchEntitiesManager.findUsers(com.atlassian.user.search.query.Query)
, but the results are immediately placed into a list.
MacroExecutionContext
object.
DocumentScores
implementation which will keep each score in a float array where the position in the
array matches the docId for each document.OutputStream.flush()
followed by IOUtils.closeQuietly(OutputStream)
Writer.flush()
followed by IOUtils.closeQuietly(Writer)
DateFormatter
ConfluenceUserPreferences.getDateFormatter(FormatSettingsManager)
.
ConfluenceUserPreferences.getDateFormatter(FormatSettingsManager)
.
DateFormat.FULL
as
the formatting pattern.
ConfluenceUserPreferences.getDateFormatter(FormatSettingsManager)
.
DateFormatter.format(Date)
, but doesn't perform time zone conversion.
DateFormatter.formatDateFull(Date)
, but doesn't perform time zone conversion.
DateFormatter.formatDateTime(Date)
, but doesn't perform time zone conversion.
ConfluenceUserPreferences.getDateFormatter(FormatSettingsManager)
.
System.getProperties()
.
WordExtractor.DID_YOU_MEAN_FIELD
in
Confluence's index and adds them to a did-you-mean index (a separate secondary index).GeneralConfigurationAction
.InclusionCriteria
value corresponding
to the specified token.
ContentTypeEnum.getByRepresentation(java.lang.String)
or ContentTypeEnum.getByClassName(java.lang.String)
instead.
AbstractPage
for the specified id
Page
or BlogPost
depending on
whether a page id or blog post id is specified.
ContentPermission
s in this set that do not exist in the
given collection.
SettingsManager.getGlobalSettings()
instead
PageManager.getBlogPosts(Space, boolean)
BootstrapUtils.getBootstrapContext()
instead.
BootstrapUtils.getBootstrapManager()
instead.
Category
that this docId belongs to.
URLClassLoader
s presently)
LookAndFeelAction.isDefault(String)
AtlassianBootstrapManager.getConfiguredApplicationHome()
instead
this
content.
ContentEntityObject
associated with this macro.
IdContentLocator
that can locate a ConfluenceEntityObject
by an id.
PaginationSupport.getPageSize()
AbstractLinkRenamingBean.getPageBeingChanged()
to calculate (according to the content type's linking rules) the current
(before the rename) link part to the page.
TestContext
.
ExportContext.getUser()
instead.
ModuleDescriptor
s
ConfluenceWebInterfaceManager.getDisplayableItems(String, WebInterfaceContext)
with the result of
getWebInterfaceContext() on your action.
ConfluenceWebLabel.getDisplayableLabel(HttpServletRequest, WebInterfaceContext)
ConfluenceWebInterfaceManager.getDisplayableSections(String, WebInterfaceContext)
with the result of
ConfluenceActionSupport.getWebInterfaceContext()
.
ConfluenceWebLink.getDisplayableUrl(HttpServletRequest, WebInterfaceContext)
SettingsManager.getGlobalSettings()
instead
LookAndFeelAction.isDefault(String)
Plugin
objects ordered by name, or an empty list if the currently enabled plugins could not be determined.
PaginationSupport.getNiceEndIndex()
DefaultSelenium.getEval(String)
does.
Latch
object that will be released
when the event has been fired
OR when the timeout has elapsed.
Page
object for a page, known to
exist in confluence.
Page
object for a page, known to
exist in confluence.
ExportLinkFormatter
for the exporter.
ExportImageDescriptor
representing the image tag
urls that were extracted during processing.
ViewPageAction.getComment()
from the application.
FriendlyDateFormatter
to format the date relative to the "now" time.
ContentPermission.getGroupName()
instead.
String
s.
DefaultPermissionsAdministrator.GroupPermissionRow
s for printing in a UI.
DefaultPermissionsAdministrator.GroupPermissionRow
s for printing in a UI.
paramName
.
ImageProcessingRule
for each export.
ContentPermission.VIEW_PERMISSION
)
ContentPermissionManager.getInheritedContentPermissionSets(ContentEntityObject)
TimeZone
for the given ID, which is the same
instance used for this time zone throughout the system.
Editor.getResourcesKey()
Label
s the content has been associated with.
MailContentManager.getMail(Space, boolean)
UserAccessor.getMemberNames(com.atlassian.user.Group)
but returns a List of user names as String
s
rather than a Pager.
WebMenu
for display with the given properties and context.
WebMenu
for display with the given properties and context.
ReturnValueAnnotation
AbstractLinkRenamingBean.getPageBeingChanged()
, AbstractLinkRenamingBean.newSpaceKey
, and AbstractLinkRenamingBean.newTitle
to caclulate (according to
the content type's rules) a link to the content after the rename.
PaginationSupport.getNextStartIndex()
SearchSort.Order.ASCENDING
or SearchSort.Order.DESCENDING
) of the sort.
Versioned.getLatestVersion()
and Versioned.isLatestVersion()
instead.
PageManager.getPageWithComments(String, String)
instead.
PageDao.getPage(Space, String)
PageDao.getPageWithComments(Space, String)
PageContext
of the macro.
PageManager.getPages(Space, boolean)
PageManager.getPagesStartingWith(Space, String)
Map
, using the specified List
for names and
aliases and the specified default value.
String
s or SearchQuery
s.
this
content.
ConvertedPath
based on the passed in path.
ContentEntityObject.getContentPermissionSet(String)
Page
objects that are direct children of the passed in page.
SpaceDao.getPermittedSpacesForUser(User, List, String)
SpaceDao.getPermittedSpacesForUserByType(User, List, String, SpaceType)
SpaceDao.getPermittedSpacesForUserInSpaceGroup(User, List, String, SpaceGroup)
PersonalInformationManager.getPersonalInformation(com.atlassian.user.User)
previewKey
property provides information a client can use to show a relevant preview/icon for
this result.
PaginationSupport.getPreviousStartIndex()
PropertyUtils.getProperties(String, Class)
instead
PropertyUtils.getProperties(String, Class)
instead
PropertyUtils.getProperties(String, Class)
instead
ContentEntityObject.getDisplayTitle()
ContentEntityObject
s that have been newly added or modified
since the date specified.
ContentEntityObject
s that have been newly added or modified
since the date specified.
RecentlyUpdatedChangeSet
objects
in the order they appear on the dashboard.
ReferenceInsertionPolicy
appropriate for the context being
rendered.
FriendlyDateFormatter
ServletActionContext.getRequest()
, or if that is not found,
the user returned from AuthenticatedUserThreadLocal.getUser()
.
ConfluenceWebLink.getRenderedUrl(WebInterfaceContext)
ConfigurableResourceManager.getResource(String resourceName, int resourceType, String encoding )
ConfigurableResourceManager.ResourceFactory
.
AttachmentDownloadResourceReader
for retrieving attachment content.
DownloadResourceReader
for a downloadable resource.
FileDownloadResourceReader
for reading the stored output of the previous execution of a macro.
ThumbnailDownloadResourceReader
for retrieving thumbnail content.
WebImagesDownloadResourceReader
for retrieving web application images.
WebResourceManager.includeResources(java.io.Writer)
, which includes references to
all the delayed Javascript and CSS resources requested by WebResourceManager.requireResource(String)
.
FileDownloadResourceWriter
for storing output of a macro in a temporary location.
DownloadResourceWriter
for a downloadable resource.
Searchable
s.
Labelling.getContent()
and check if it is a
SpaceContentEntityObject
. If it is, cast it and call
SpaceContentEntityObject.getSpaceKey()
on it
SpaceManager.getSpacesByType(com.atlassian.confluence.spaces.SpaceType)
Page
s that are either created or edited by the specified user
String
s representing space scopes.
SimpleSiteStructure
which has been
constructed.
RssResult
.
ViewPageAttachmentsAction.getWebInterfaceContext(Attachment)
this
content.
paramName
.
DefaultTrustedConnectionStatusBuilder.getTrustedConnectionStatus(HttpResponse)
TrustedConnectionStatus
object with the results.
ContentType
of this
content.
SortType
as a string.
DownloadResourceWriter
to get the resource path.
User
if visible to the currently authenticated user in shared mode.
ContentPermission.isUserPermission()
is true, returns the username of the user who is explicitly permitted by
this permission.
String
s.
DefaultPermissionsAdministrator.UserPermissionRow
s for printing in a UI.
DefaultPermissionsAdministrator.UserPermissionRow
s for printing in a UI.
UserAccessor.getUserProfilePicture(User)
instead.
SpaceGroup
ConfluenceBandanaContext.GLOBAL_CONTEXT
SystemAdministratorOrSuperUserCondition
instead, otherwise, use ConfluenceAdministratorCondition
.
To err on the side of more security, we are assuming plugin developers intended a restriction to the most powerful group of administrators.
Hence this deprecated class will inherit the permission checks of SystemAdministratorOrSuperUserCondition
.
This class has been reintroduced to prevent problems with the approvals plugin.DefaultPermissionsAdministrator.GroupPermissionRow
s.
IndexTask
s that are intended to be persistent and whose work
depend on a persistent object - one which can be loaded by using the handle provided by an implementation of HandleAware.getHandle()
.HandleBasedSubsetResultFilter
.buttonId
is present.
text
is present.
CaseInsensitiveSortComparator.equals(Object)
implementation for explanation.
Handle
for a persistent object.KeyStore
interfaceTrustedApplicationDao
.HierarchicalFileSystemAttachmentDataDao
implementation.ReferenceInsertionEventHandler
that HTML encodes any value not annotated
as being HtmlSafe.MigrationProgressListener
to output HTML in a JSP.Object.toString()
methodHtmlSafe
annotationHtmlUnitDialog
from JWebUnit 1.4.1-atlassian-1,
with some private methods and fields changed to protected to ConfluenceHtmlUnitDialog
can override them.HttpProxyConfiguration
.TagRule
that is responsible for processing image tags.SearchQuery
.PossibleIncorrectHtmlEncodingEventHandler
to a cartridge if such logging is enabled.IndexReader
.IndexTask
.IndexReader
is required.ConfluenceSidManager
ReferenceInsertionPolicy
InvokableHibernateCache.invoke(Object, com.tangosol.util.InvocableMap.EntryProcessor)
method
on top of net.sf.hibernate.Cache
interface to leverage Coherence's
InvocableMap
support which replaces the common
lock->get->calculation->set->unlock concept with a less latency one.IOUtils
insteadCancellingInterceptor
to determine if the action should be executed.
AtlassianBootstrapManager.isApplicationHomeValid()
instead
BooleanQueryFactory
is empty; that
is, if no SearchQueries
have been added to it.
ContentEntityObject.isFavourite(User)
.
PermissionHelper.isConfluenceAdministrator(User)
instead.
PermissionManager.isConfluenceAdministrator(User)
.
PermissionManager
directly, or use the $permissionHelper from velocity
Versioned.getOriginalVersion()
will return null.
LegacyContentPermissionUpgrader
Space.isValidPersonalSpaceKey(String)
instead
Space.isValidPersonalSpaceKey(java.lang.String)
Space.isValidGlobalSpaceKey(String)
instead
Space.isValidGlobalSpaceKey(java.lang.String)
ConfluenceIndexManager
.SMTPMailServerImpl
to provide metrics for
The number of emails sent in total
The number of emails succesfully delivered
The time the last successful email was sent
Connectivity without sending a test email
The actual registration is handled by an instance of
MailServerEventListener
.SystemInformationService
to provide a subset
of the information provided on the ViewSystemInfo page.DefaultJsonator
with an AbstractCommandAction
instead.
This interface is used as a convenience to indicate that an action can provide its result in JSON format.
It's not strictly needed as the result uses reflection but is provided anyway as a convenience.get
and opt
methods for accessing the values by index, and put
methods for
adding or replacing values. The values can be any of these types:
Boolean
, JSONArray
, JSONObject
,
Number
, String
, or the
JSONObject.NULL object
.
The constructor can convert a JSON text into a Java object. The
toString
method converts to JSON text.
A get
method returns a value if one can be found, and throws an
exception if one cannot be found. An opt
method returns a
default value instead of throwing an exception, and so is useful for
obtaining optional values.
The generic get()
and opt()
methods return an
object which you can cast or query for type. There are also typed
get
and opt
methods that do type checking and type
coersion for you.
The texts produced by the toString
methods strictly conform to
JSON syntax rules. The constructors are more forgiving in the texts they will
accept:
,
(comma) may appear just
before the closing bracket.null
value will be inserted when there
is ,
(comma) elision.'
(single
quote).{ } [ ] / \ : , = ; #
and if they do not look like numbers
and if they are not the reserved words true
,
false
, or null
.;
(semicolon) as
well as by ,
(comma).0-
(octal) or
0x-
(hex) prefix.JSONString
interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString()
, JSONArray.toString()
,
and JSONWriter.value(
Object)
. The
toJSONString
method will be used instead of the default behavior
of using the Object's toString()
method and quoting the result.KeyPair
s for equality based on the equals
method of the public and private keys.labels
.
ContentActionBreadcrumb
s typically come
last).
Labelling
object is only associated
with a space through the content. Use
Labelling.Labelling(Label, ContentEntityObject, String)
instead.
BooleanQueryFactory
implementations.Label
.LabelQuery
into Lucene.ContributorQuery
instead.ContributorQueryMapper
instead.DocumentFieldName.LAST_MODIFIER_NAME
field.DocumentFieldName.LAST_MODIFIER_NAME
field.
ConfluenceWebMenuManager.getMenu(String, String, WebInterfaceContext)
to supports inclusion of old plugin options on the
Add menu.UserPreferencesKeys.PROPERTY_USER_DEACTIVATED
LegacyDynamicPluginFactory
linking it to Confluence's plugin temp directory.TangosolCacheFactory
that adds debug listeners to caches if log level is DEBUG.ListQuery
objects to new ListQuery
s.Classpath.getFile(String)
.
Classpath.getBytes(String)
.
LockOperation
that discards the result.ILuceneConnection
SearchResultType.CHANGE
documents.LuceneSortMapper
, LuceneQueryMapper
or LuceneResultFilterMapper
)
cannot be found.SearchQuery
to a Lucene Query
.QueryToken
s so
that we can tag some additional meaning.SearchFilter
to a Lucene Filter
.SearchQuery
or SearchSort
into the equivalent technology specific object.CacheBackedLuceneSearchMapperRegistry
up to date in response to plugin events.count
hits.
Macro.execute(java.util.Map, String, com.atlassian.renderer.RenderContext)
).Integer
as the maximum number
of results to return to a query.BooleanQueryFactory
with the current one.
ModuleDescriptorCache
ModuleDescriptorCache
PageManager.movePage(Page, Space)
or PageManager.movePage(Page, Page, int)
instead
PageManager.movePage(Page, Space)
or PageManager.movePage(Page, Page, int)
instead
DefaultPageManager.movePageToTopLevel(Page, Space)
DefaultPageManager.movePageBefore(Page, Page)
and DefaultPageManager.movePageAfter(Page, Page)
PageManager.movePageAfter(Page, Page)
or PageManager.movePageBefore(Page, Page)
PageManager.movePageToTopLevel(Page, Space)
targetSpace
.
Term
.BooleanOperator.AND
.
MultiTextFieldQuery
into a lucene query.NamedBeanContextItemProvider.getContextMap()
RenderContentCommand
that will render given wiki markup content in the context of the
entity and space provided by the locators.
RenderContentCommand
that will render given xhtml content in the context of the
entity and space provided by the locators.
execute()
method is called in the context of a user
who is not authorized to perform the action.NULL
object than to use Java's null
value.
HibernateHandle
s, to allow clients to pop the queue and only have to deal with actual persistent objects.ConfluenceReadyEvent
and update local plugin state
on clustered plugin events
diff
package implements
the differencing engine that JRCS uses.WebWorkVelocityContext
that is
OutputMimeTypeAwareContext
PageMoveEvent.PageMoveEvent(Object, Page, Space, Page, Integer, User)
instead
AbstractPage
: blog posts and pages.Pager
- which cannot report the total
size of the result.PageManager
.String
into a
BooleanQueryFactory
implementation according to the rules
specified by the SearchQueryInterpreter
.
SimpleDisplayServlet
to convert friendly URL's to action URLs.PermissionManager
SpacePermissionsSearchFilter
instead.PermittedSpacesQuery
to an appropriate lucene query for the
currently logged in user.PersonalInformationExtractor.IN_SPACE_FIELD
to allow PersonalInformation
objects to be retrieved in searches.BoostingStrategy
implementations provided by any plugin.getModule()
method.ReferenceInsertionEventHandler
that delegates reference insertion processing to the provided
ReferenceInsertionPolicy
.HtmlAnnotationEscaper
.Velocity13CompatibleResourceLoader
CacheManager
into a CacheManagerAdapter
before injecting into those
classes that require cache manager of either types CacheManager
or CacheManager
.
MBeanExporterWithUnregister.isEnabled()
to always return false
*CreateEvents
s.
*RemoveEvent
s.
*UpdateEvent
s.
Context
to a destination Context
.
SearchQuery
objects.QueryTokenizer
.QueryToken
s.TransactionExecutor
that wraps all
TransactionCallback
calls within a read only transaction.RecentlyUpdatedItem
s with a common author, as displayed
on the Confluence dashboard.Settings.maxSimultaneousQuickNavRequests
.
TransactionSynchronization
on the current transaction.
RemoteContentPermission
insteadNotificationDao.findNotificationsByUser(User)
and
ObjectDao.remove(com.atlassian.core.bean.EntityObject)
instead.
SpacePermission
's from the specified space.
SpacePermission
's for the specified group.
SpacePermission
's for the specified user.
ViewContentBean.remove()
instead.
RemoveClassicThemeUpgradeTask
added for Confluence 2.10.NotificationDao.findDailyReportNotification(String)
and
ObjectDao.remove(com.atlassian.core.bean.EntityObject)
instead
RequestTimeThreadLocal
, and clears it once
the request completes.ResourceManager
does not work in cluster.DocumentResultScores
.SearchResult
s.ThreadLocalIndexerControl.resume()
instead.
ContentEntityManager.revertContentEntityBackToVersion(ContentEntityObject,int, String, boolean)
instead
ContentEntityObject
back to its state at the version specified by version
.
DefaultContentEntityManager.revertContentEntityBackToVersion(ContentEntityObject, int, String, boolean)
instead
RssRenderSupport
to render an RSS item.ResultTemplate
.
ResultTemplate
.
ResultTemplate
ContentSearch
instead.SearchManager.search(ISearch)
by passing in a ContentSearch
.
Searchable
objects.SearchManager
instead.SearchManager.searchEntities(ISearch)
instead.
SearchManager
instance for handling queries based on
parameter values.
SearchPerformedEvent.SearchPerformedEvent(Object, SearchQuery, User, int)
instead.
SearchQuery
instance
from the provided String
value.SearchQueryInterpreter
if an error occurs
while creating a SearchQuery
.Exception
thrown by the SearchQueryParser
if it runs
into trouble converting a criteria string into a SearchQuery
.SearchResultType
.searchQuery.spaceKey=conf_all&searchQuery.queryString=hello
.SearchSort
instance from parameters named
"sort" and "reverse".SeleniumPageRoundTripTestCase
sUploadablePlugin
interface after Confluence 3.0 is released.UserResolver
is used by the TrustedApplicationsFilter
to find
a user based on the application certificate.ResourceAccessor
that gets resources via the servlet context.SettingsManager.updateGlobalSettings(com.atlassian.confluence.setup.settings.Settings)
instead
BootstrapUtils.setBootstrapContext(ApplicationContext)
instead.
BootstrapUtils.setBootstrapManager(AtlassianBootstrapManager)
instead.
ContentPermission
s passed.
InclusionCriteria
value to use in the
underlying parser.
InclusionCriteria
should be applied to a value
in the absence of a specific token.
ViewPageAction.setComment(Comment)
from the application.
WebLink
.
UserInterfaceState.getLocationShowing()
always returns false.
SearchManager
.
Labelling
object is only associated
with a space through the content.
SpacePermission
.ListQuery.ALL_VERSIONS
ListQuery.LATEST_VERSIONS
Created vs Modified is checked by the DefaultFeedBuilder
.
this
content.
PathConverterManager
to convert the incoming (friendly) url into a url
that maps to an webwork action.String
s into SearchQuery
implementations
according to the SearchQueryInterpreter
provided at construction
time and returns a BooleanQueryFactory
.SearchQueryInterpreter
to transform string tokens into
SearchQuery
implementations.
SearchQueryInterpreter
to transform string tokens into
SearchQuery
implementations and using the specified
InclusionCriteria
as the default criteria
for untagged tokens.
PredefinedSearchBuilder.buildSiteSearch(SearchQueryParameters, int, int)
instead.
SiteSearchPermissionsSearchFilter
into a lucene
filter.SearchSortParameter
.ConfluenceActionSupport.isPermitted()
and use PermissionManager.hasPermission(User,Permission,Object)
instead. This will make it easier
to determine the permissions required to invoke an action as they would be more explicit and in one place
(you won't have to check whether the class or its super class implements this interface).Spaced
instead.SpaceManager
.SpaceGroup
s.SpaceGroup
.SpaceCategoryQuery
or InSpaceQuery
implementations.SpacePermissionsSearchFilter
into a lucene filter.SpaceType
of the space a searchable belongs to.VelocityUtils.getRenderedTemplate(String, java.util.Map)
CombinedStylesheetAction
for space or global scoped styles; ColorsStylesheetAction
for
colour scheme styles; or ThemeColorsStylesheetAction
for theme-specific styles.count
hits.
RendererUtil.summarise(String)
instead.
ThreadLocalIndexerControl.suspend()
instead.
ClusteredLock
TransactionProxyFactoryBean
to use the class loader that the class of the
target object was loaded from.AbstractErrorQueuedTaskQueue
to expose its more interesting statistics via JMX.TempIndexWriter
.TempIndexWriter
.Term
.Term
.
AbstractConfluenceAcceptanceTest.TEST_ADMIN_USERNAME
and AbstractConfluenceAcceptanceTest.TEST_ADMIN_PASSWORD
.
TextFieldPrefixQuery
s.TextFieldQuery
s.PluggableLuceneSearchMapperRegistry
which will first look for a
ThreadLocal cache of available search mappers before delegating.TimeZone
.ConfluenceEntityUpdated
events that represent changes in the display title.BooleanQuery
instance using the current state of this
BooleanQueryFactory
.
PermissionRow.buildParameterName(String, String)
.
toJSONString
method allows a class to produce its own JSON
serialization.
Context
into a map.
AnnotationBoxedElement
that delegates all operations to
the wrapped element except for toString() which is delegated to the boxed value itself.Trackback
.TransactionCallback
s so that they may
occur in a separate context (e.g.TrustedConnectionStatus
from the response to an HTTP request using the Trusted Applications
Authentication protocol.TrustedTokenFactory
to a HTTP request and allows for status
reporting on an executed requestTrustedConnectionStatus
User
which represents a user that no longer exists, perhaps because the repository which
contains it is no longer accessible, or the user has been removed from an external repository.EnglishAnalyzer
but does
not break tokens down to their word stems/roots.UserHistory.maxHistoryLength
.I18NBeanFactory
should implement this interfaceUserManagementHelper
.DefaultPermissionsAdministrator.UserPermissionRow
s.
PredefinedSearchBuilder.buildUsersSearch(String, int)
instead.
UserStatusExtractor.IN_SPACE_FIELD
to allow UserStatus
objects to be retrieved in searches.ViewUserProfilePermissionsSearchFilter
to a lucene filter.MailServices.getReceivedMessage()
but waits until a message is received or until a timeout is reached.
DefaultSelenium.waitForCondition(String, String)
does.
ConfluenceSeleniumConfiguration
.
WebTester
.ILuceneConnection.WriterAction
s.WysiwygRoundTripBugAcceptanceTest
TransformerFactory
which can be used for XSLT processing and parsing.XmlConfigurationProvider
ConfluencePluginObjectFactory
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |