Class FolderListParameterBean

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

public class FolderListParameterBean extends Object
Parameter bean for getting subfolders of a folder.
  • Field Details

    • nodeId

      @QueryParam("nodeId") public Integer nodeId
      Node ID of the channel when used in multichannelling.
    • inherited

      @QueryParam("inherited") public Boolean inherited
      true to only return inherited pages in the given node, false to only get local/localized pages, null to get local and inherited pages.
    • tree

      @QueryParam("tree") @DefaultValue("false") public boolean tree
      Whether folders shall be returned as tree(s). Subfolders will be attached to their mothers. This only makes sense, when recursive is true.
    • recursiveIds

      @QueryParam("recursiveIds") public List<String> recursiveIds
      Optional list of folder ids, for which the children shall be fetched (ignored if recursive is false). The ids might be composed as nodeId/folderId to get children for folders in specific channels only.
    • addPrivileges

      @QueryParam("addPrivileges") @DefaultValue("false") public boolean addPrivileges
      Whether the privileges shall be added to the folders.
    • privilegeMap

      @QueryParam("privilegeMap") @DefaultValue("false") public boolean privilegeMap
      Whether the privileges shall be added to the folders as map.
  • Constructor Details

    • FolderListParameterBean

      public FolderListParameterBean()
  • Method Details