public class ConstructParameterBean extends Object
Modifier and Type | Field and 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 and Description |
---|
ConstructParameterBean() |
@QueryParam(value="changeable") public Boolean changeable
@QueryParam(value="pageId") public Integer pageId
@QueryParam(value="nodeId") public Integer nodeId
@QueryParam(value="category") public Integer categoryId
Copyright © 2024 Gentics Software. All rights reserved.