Interface ContentPropertyService.ParameterContentPropertyFinder
- All Superinterfaces:
ContentPropertyService.ContentPropertyFetcher
,ContentPropertyService.SingleContentPropertyFetcher
,ManyFetcher<JsonContentProperty>
,SingleFetcher<JsonContentProperty>
- All Known Subinterfaces:
ContentPropertyService.ContentPropertyFinder
- Enclosing interface:
- ContentPropertyService
public static interface ContentPropertyService.ParameterContentPropertyFinder
extends ContentPropertyService.ContentPropertyFetcher
-
Method Summary
Modifier and TypeMethodDescriptionwithContentId
(ContentId contentId) withContentIds
(List<ContentId> contentIds) Deprecated.Since 5.9.withPropertyKey
(String key) withPropertyKeys
(List<String> keys) Methods inherited from interface com.atlassian.confluence.api.service.finder.ManyFetcher
fetchMany
Methods inherited from interface com.atlassian.confluence.api.service.finder.SingleFetcher
fetch, fetchOneOrNull, fetchOrNull
-
Method Details
-
withContentId
-
withContentIds
-
withKey
Deprecated.Since 5.9. UsewithPropertyKey(String)
; -
withPropertyKey
-
withPropertyKeys
-
fetchPropertyKeys
-