com.atlassian.confluence.plugins.contentproperty
Class ContentPropertyQueryFactory
java.lang.Object
com.atlassian.confluence.plugins.contentproperty.ContentPropertyQueryFactory
public class ContentPropertyQueryFactory
- extends Object
Creates ContentQuery objects for finding CustomContentEntityObject instances
that are managed through JsonContentPropertyType.
- Since:
- 5.6
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentPropertyQueryFactory
public ContentPropertyQueryFactory()
findByContentIdAndKey
public static ContentQuery<CustomContentEntityObject> findByContentIdAndKey(long contentId,
String key)
findAllByContentId
public static ContentQuery<CustomContentEntityObject> findAllByContentId(long contentId)
Copyright © 2003–2015 Atlassian. All rights reserved.