|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
BeanPostProcessor implementation that wraps each eligible bean with
an AOP proxy, delegating to specified interceptors before invoking the bean itself.BaseConfluenceCondition, which no longer
has a dependency on the abomination which is GlobalHelper.BasePermissionConditionServiceCommand that takes care of the internal logic related to the order in which
the various operations must be performed.getEntity and
getEntitiesConfluenceXMLEventWriter.add(javax.xml.stream.events.XMLEvent).
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.
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.
UserAccessor.createUser(User, Credential) and UserAccessor.addMembership(Group, User)
UserAccessor.createUser(User, Credential)
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.AdminTasks.AllQuery.getInstance() instead.
ReferenceInsertionEventHandlers that need to deal with
any AnnotationBoxedElements context values.BoxedValue and AnnotatedElement interfaces to be implemented by implementations
that are responsible for associating annotations with an object.ReturnValueAnnotations and box the result of calling or accessing the target with these annotations.RequiresFormat annotation on the
Macro class.Assertions.assertCollectionContains(Collection, Collection) with the
arguments flipped for this purpose.
actual value is matched by the supplied regular expression.
formElementName has the expectedValue
value.
ThreadLocalWebTestCase.assertImagePresent(String, String) that asserts the image name with
a contains check rather than equals.