Package com.enonic.xp.content
Class FindContentByQueryParams
- java.lang.Object
-
- com.enonic.xp.content.FindContentByQueryParams
-
@PublicApi @Deprecated public class FindContentByQueryParams extends Object
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFindContentByQueryParams.BuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FindContentByQueryParams.Buildercreate()Deprecated.ContentQuerygetContentQuery()Deprecated.booleanisPopulateChildren()Deprecated.
-
-
-
Method Detail
-
create
public static FindContentByQueryParams.Builder create()
Deprecated.
-
getContentQuery
public ContentQuery getContentQuery()
Deprecated.
-
isPopulateChildren
public boolean isPopulateChildren()
Deprecated.
-
-