Class ConstructParameterBean
- java.lang.Object
-
- com.gentics.contentnode.rest.resource.parameter.ConstructParameterBean
-
public class ConstructParameterBean extends Object
Parameter bean for filtering constructs
-
-
Field Summary
Fields Modifier and Type Field Description Integer
categoryId
ID of the category for filtering.Boolean
changeable
True to only get changeable constructs, false for only getting not changeable items.Integer
nodeId
ID of the node for getting constructs linked to a node.Integer
pageId
ID of the page form which to get constructs.List<Integer>
partTypeId
IDs of part types for filtering.
-
Constructor Summary
Constructors Constructor Description ConstructParameterBean()
-
-
-
Field Detail
-
changeable
@QueryParam("changeable") public Boolean changeable
True to only get changeable constructs, false for only getting not changeable items. Leave empty to get all.
-
pageId
@QueryParam("pageId") public Integer pageId
ID of the page form which to get constructs.
-
nodeId
@QueryParam("nodeId") public Integer nodeId
ID of the node for getting constructs linked to a node.
-
categoryId
@QueryParam("category") public Integer categoryId
ID of the category for filtering.
-
-