Class TemplateListParameterBean

java.lang.Object
com.gentics.contentnode.rest.resource.parameter.TemplateListParameterBean

public class TemplateListParameterBean extends Object
Parameter bean for getting templates of a folder
Author:
plyhun
  • Field Details

    • nodeId

      @QueryParam("nodeId") public Integer nodeId
      node id for this folder - for use with multichannelling
    • inherited

      @QueryParam("inherited") public 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
    • checkPermission

      @QueryParam("checkPermission") @DefaultValue("true") public boolean checkPermission
      true if the access permission should be checked for every template
    • reduce

      @QueryParam("reduce") @DefaultValue("false") public boolean reduce
      true if the list should be reduced to the unique template occurrences only. valid only when InFolderParameterBean.recursive flag is set.
  • Constructor Details

    • TemplateListParameterBean

      public TemplateListParameterBean()
  • Method Details