public class TemplateListParameterBean extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
checkPermission
true if the access permission should be checked for every template
|
Boolean |
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
|
Integer |
nodeId
node id for this folder - for use with multichannelling
|
boolean |
reduce
true if the list should be reduced to the unique template occurrences only.
|
Constructor and Description |
---|
TemplateListParameterBean() |
Modifier and Type | Method and Description |
---|---|
TemplateListParameterBean |
setCheckPermission(boolean checkPermission) |
TemplateListParameterBean |
setInherited(Boolean inherited) |
TemplateListParameterBean |
setNodeId(Integer nodeId) |
TemplateListParameterBean |
setReduce(boolean reduce) |
@QueryParam(value="nodeId") public Integer nodeId
@QueryParam(value="inherited") public Boolean inherited
@QueryParam(value="checkPermission") @DefaultValue(value="true") public boolean checkPermission
@QueryParam(value="reduce") @DefaultValue(value="false") public boolean reduce
InFolderParameterBean.recursive
flag is set.public TemplateListParameterBean setNodeId(Integer nodeId)
public TemplateListParameterBean setInherited(Boolean inherited)
public TemplateListParameterBean setCheckPermission(boolean checkPermission)
public TemplateListParameterBean setReduce(boolean reduce)
Copyright © 2024 Gentics Software. All rights reserved.