com.atlassian.confluence.plugins.contentproperty
Class ContentPropertyQueryFactory

java.lang.Object
  extended by 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

Constructor Summary
ContentPropertyQueryFactory()
           
 
Method Summary
static ContentQuery<CustomContentEntityObject> findAllByContentId(long contentId)
           
static ContentQuery<CustomContentEntityObject> findByContentIdAndKey(long contentId, String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentPropertyQueryFactory

public ContentPropertyQueryFactory()
Method Detail

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.