Class ConstructParameterBean
java.lang.Object
com.gentics.contentnode.rest.resource.parameter.ConstructParameterBean
Parameter bean for filtering constructs
-
Field Summary
Modifier and TypeFieldDescriptionID of the category for filtering.True to only get changeable constructs, false for only getting not changeable items.ID of the node for getting constructs linked to a node.ID of the page form which to get constructs.IDs of part types for filtering. -
Constructor Summary
-
Method Summary
-
Field Details
-
changeable
True to only get changeable constructs, false for only getting not changeable items. Leave empty to get all. -
pageId
ID of the page form which to get constructs. -
nodeId
ID of the node for getting constructs linked to a node. -
categoryId
ID of the category for filtering. -
partTypeId
IDs of part types for filtering.
-
-
Constructor Details
-
ConstructParameterBean
public ConstructParameterBean()
-