public class JsonPropertyQueryFactory extends Object
CustomContentEntityObject
instances
that are managed through JsonContentPropertyType
.Constructor and Description |
---|
JsonPropertyQueryFactory() |
Modifier and Type | Method and 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) |
public static ContentQuery<CustomContentEntityObject> findByContentIdAndKey(long contentId, String key)
public static ContentQuery<CustomContentEntityObject> findAllByContentId(long contentId)
public static ContentQuery<CustomContentEntityObject> findAllByContentIdsAndKeys(List<Long> contentIds, List<String> keys)
public static ContentQuery<CustomContentEntityObject> findBySpaceKeyAndKey(String spaceKey, String key)
public static ContentQuery<CustomContentEntityObject> findAllBySpaceKey(String spaceKey)
Copyright © 2003–2016 Atlassian. All rights reserved.