Class JsonPropertyQueryFactory
- java.lang.Object
 - 
- com.atlassian.confluence.plugins.contentproperty.JsonPropertyQueryFactory
 
 
- 
public class JsonPropertyQueryFactory extends Object
Creates ContentQuery objects for findingCustomContentEntityObjectinstances that are managed throughJsonContentPropertyType.- Since:
 - 5.6
 
 
- 
- 
Constructor Summary
Constructors Constructor Description JsonPropertyQueryFactory() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ContentQuery<CustomContentEntityObject>findAllByContentId(long contentId)static ContentQuery<CustomContentEntityObject>findAllByContentIdsAndKeys(List<Long> contentIds, List<String> keys)static ContentQuery<CustomContentEntityObject>findAllBySpaceKey(String spaceKey)static ContentQuery<CustomContentEntityObject>findByContentIdAndKey(long contentId, String key)static ContentQuery<CustomContentEntityObject>findBySpaceKeyAndKey(String spaceKey, String key) 
 - 
 
- 
- 
Method Detail
- 
findByContentIdAndKey
public static ContentQuery<CustomContentEntityObject> findByContentIdAndKey(long contentId, String key)
 
- 
findAllByContentId
public static ContentQuery<CustomContentEntityObject> findAllByContentId(long contentId)
 
- 
findAllByContentIdsAndKeys
public static ContentQuery<CustomContentEntityObject> findAllByContentIdsAndKeys(List<Long> contentIds, List<String> keys)
 
- 
findBySpaceKeyAndKey
public static ContentQuery<CustomContentEntityObject> findBySpaceKeyAndKey(String spaceKey, String key)
 
- 
findAllBySpaceKey
public static ContentQuery<CustomContentEntityObject> findAllBySpaceKey(String spaceKey)
 
 - 
 
 -