Package com.enonic.xp.node
Class FindNodesByParentParams
- java.lang.Object
-
- com.enonic.xp.node.FindNodesByParentParams
-
@PublicApi public class FindNodesByParentParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFindNodesByParentParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FindNodesByParentParams.Buildercreate()ChildOrdergetChildOrder()IntegergetFrom()NodeIdgetParentId()NodePathgetParentPath()FiltersgetQueryFilters()IntegergetSize()booleanisCountOnly()booleanisRecursive()
-
-
-
Method Detail
-
getParentPath
public NodePath getParentPath()
-
getParentId
public NodeId getParentId()
-
getQueryFilters
public Filters getQueryFilters()
-
getSize
public Integer getSize()
-
getFrom
public Integer getFrom()
-
getChildOrder
public ChildOrder getChildOrder()
-
isCountOnly
public boolean isCountOnly()
-
isRecursive
public boolean isRecursive()
-
create
public static FindNodesByParentParams.Builder create()
-
-