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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Iterator<String>
fetchPropertyKeys()
ContentPropertyService.ParameterContentPropertyFinder
withContentId(ContentId contentId)
ContentPropertyService.ParameterContentPropertyFinder
withContentIds(List<ContentId> contentIds)
ContentPropertyService.ParameterContentPropertyFinder
withKey(String key)
Deprecated.Since 5.9.ContentPropertyService.ParameterContentPropertyFinder
withPropertyKey(String key)
ContentPropertyService.ParameterContentPropertyFinder
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, fetchOne, fetchOneOrNull, fetchOrNull
-
-
-
-
Method Detail
-
withContentId
ContentPropertyService.ParameterContentPropertyFinder withContentId(ContentId contentId)
-
withContentIds
ContentPropertyService.ParameterContentPropertyFinder withContentIds(List<ContentId> contentIds)
-
withKey
@Deprecated ContentPropertyService.ParameterContentPropertyFinder withKey(String key)
Deprecated.Since 5.9. UsewithPropertyKey(String)
;
-
withPropertyKey
ContentPropertyService.ParameterContentPropertyFinder withPropertyKey(String key)
-
withPropertyKeys
ContentPropertyService.ParameterContentPropertyFinder withPropertyKeys(List<String> keys)
-
-