Class FileListParameterBean
java.lang.Object
com.gentics.contentnode.rest.resource.parameter.FileListParameterBean
Parameter bean for getting files/images of folder
-
Field Summary
Modifier and TypeFieldDescriptiontrue to only return broken files (where the binary data is missing), false to only get non-broken files, null to get bothboolean
True to add the folder information to the returned objectstrue to only return inherited files in the given node, false to only get local/localized files, null to get local and inherited filesoptional regular expression to get files with a nice URL.node id for this folder - for use with multichannellingtrue to only return online files, false to only get offline files, null to get both online and offline filestrue if only used files that are referenced somewhere shall be fetched, false for unused files.optional list of channel IDs for extending the "used" filter to multiple channels. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsetFolder
(boolean folder) setInherited
(Boolean inherited) setNiceUrl
(String niceUrl)
-
Field Details
-
nodeId
node id for this folder - for use with multichannelling -
inherited
true to only return inherited files in the given node, false to only get local/localized files, null to get local and inherited files -
online
true to only return online files, false to only get offline files, null to get both online and offline files -
broken
true to only return broken files (where the binary data is missing), false to only get non-broken files, null to get both -
used
true if only used files that are referenced somewhere shall be fetched, false for unused files. If "usedIn" is not specified, this filter will only check in the current channel -
usedIn
optional list of channel IDs for extending the "used" filter to multiple channels. -
folder
@QueryParam("folder") @DefaultValue("false") public boolean folderTrue to add the folder information to the returned objects -
niceUrl
optional regular expression to get files with a nice URL.
-
-
Constructor Details
-
FileListParameterBean
public FileListParameterBean()
-
-
Method Details
-
setNodeId
-
setInherited
-
setOnline
-
setBroken
-
setUsed
-
setUsedIn
-
setFolder
-
setNiceUrl
-