Class JsonPropertyQueryFactory
java.lang.Object
com.atlassian.confluence.plugins.contentproperty.JsonPropertyQueryFactory
Creates ContentQuery objects for finding
CustomContentEntityObject
instances
that are managed through JsonContentPropertyType
.- Since:
- 5.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAllByContentId
(long contentId) findAllByContentIdsAndKeys
(List<Long> contentIds, List<String> keys) findAllBySpaceKey
(String spaceKey) findByContentIdAndKey
(long contentId, String key) findBySpaceKeyAndKey
(String spaceKey, String key)
-
Constructor Details
-
JsonPropertyQueryFactory
public JsonPropertyQueryFactory()
-
-
Method Details
-
findByContentIdAndKey
public static ContentQuery<CustomContentEntityObject> findByContentIdAndKey(long contentId, String key) -
findAllByContentId
-
findAllByContentIdsAndKeys
public static ContentQuery<CustomContentEntityObject> findAllByContentIdsAndKeys(List<Long> contentIds, List<String> keys) -
findBySpaceKeyAndKey
public static ContentQuery<CustomContentEntityObject> findBySpaceKeyAndKey(String spaceKey, String key) -
findAllBySpaceKey
-