Class TemplateListParameterBean
java.lang.Object
com.gentics.contentnode.rest.resource.parameter.TemplateListParameterBean
Parameter bean for getting templates of a folder
- Author:
- plyhun
-
Field Summary
Modifier and TypeFieldDescriptionboolean
true if the access permission should be checked for every templatetrue to only return inherited templates in the given node, false to only get local/localized templates, null to get local and inherited templatesnode id for this folder - for use with multichannellingboolean
true if the list should be reduced to the unique template occurrences only. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsetCheckPermission
(boolean checkPermission) setInherited
(Boolean inherited) setReduce
(boolean reduce)
-
Field Details
-
nodeId
node id for this folder - for use with multichannelling -
inherited
true to only return inherited templates in the given node, false to only get local/localized templates, null to get local and inherited templates -
checkPermission
@QueryParam("checkPermission") @DefaultValue("true") public boolean checkPermissiontrue if the access permission should be checked for every template -
reduce
@QueryParam("reduce") @DefaultValue("false") public boolean reducetrue if the list should be reduced to the unique template occurrences only. valid only whenInFolderParameterBean.recursive
flag is set.
-
-
Constructor Details
-
TemplateListParameterBean
public TemplateListParameterBean()
-
-
Method Details
-
setNodeId
-
setInherited
-
setCheckPermission
-
setReduce
-