|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
BaseConfluenceCondition
, which no longer
has a dependency on the abomination which is GlobalHelper
.BasePermissionCondition
ServiceCommand
that takes care of the internal logic related to the order in which
the various operations must be performed.getEntity
and
getEntities
AddLabelAjaxAction
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).EditorSettingsAjaxAction
instead)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)
Connection
s.ContentEntityObject
's image attachments.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.AttachmentTypeFilter.AttachmentTypeFilter(Set, boolean)
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 |