|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
BeanPostProcessor
implementation that wraps each eligible bean with
an AOP proxy, delegating to specified interceptors before invoking the bean itself.AbstractEditPermissionsAdministrator.AbstractEditPermissionsAdministrator(com.atlassian.confluence.security.SpacePermissionManager, PermissionResolver, com.atlassian.confluence.security.SetSpacePermissionChecker, com.atlassian.confluence.user.SearchEntitiesManager)
.
Condition
s that work with a NotificationContext
.ServiceCommand
that takes care of the internal logic related to the order in which
the various operations must be performed.getEntity
and
getEntities
ConfluenceXMLEventWriter.add(javax.xml.stream.events.XMLEvent)
.
LikeManager.addLike(ContentEntityObject)
instead. Since v4.3.
LikeManager.addLike(com.atlassian.confluence.core.ContentEntityObject, com.atlassian.user.User)
with
AuthenticatedUserThreadLocal.getUser() 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.
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.
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).AdminTask
.AdminTask
.AdminTask
s.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.RequiresFormat
annotation on the
Macro
class.Connection
s.RepositoryConfigurationMigrator
for a list of atlassian user repositories.EmbeddedImage
for an image attached to content, rather than referring to an external resource.ContentEntityObject
's image attachments.AttachmentDataDao
implementations.AttachmentDataStorageType
s.InputStream
received to create an attachment
is different to the declared size or length of the attachment.Attachment
s based on file names in the given locale.ContentTypesDisplayMapper
is removed.AttachmentResource
objects
which is suitable for storing in Confluence via a FileStorer
.MultiPartRequestWrapper.hasErrors()
before
constructing this object, and not construct one if there are problems.
userName
and password
.
userName
and password
.
AuthorSearchFilter
into a lucene filter.AbstractAutowireCapableBeanFactory.autowireBeanProperties(Object, int, boolean)
instead.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |