|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.plugins.contentproperty.ContentPropertyQueryFactory
public class ContentPropertyQueryFactory
Creates ContentQuery objects for finding CustomContentEntityObject instances
that are managed through JsonContentPropertyType.
| Constructor Summary | |
|---|---|
ContentPropertyQueryFactory()
|
|
| Method Summary | |
|---|---|
static ContentQuery<CustomContentEntityObject> |
findAllByContentId(long contentId)
|
static ContentQuery<CustomContentEntityObject> |
findByContentIdAndKey(long contentId,
java.lang.String key)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentPropertyQueryFactory()
| Method Detail |
|---|
public static ContentQuery<CustomContentEntityObject> findByContentIdAndKey(long contentId,
java.lang.String key)
public static ContentQuery<CustomContentEntityObject> findAllByContentId(long contentId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||