public class FileListParameterBean extends Object
Modifier and Type | Field and Description |
---|---|
Boolean |
broken
true to only return broken files (where the binary data is missing), false to only get non-broken files, null to get both
|
boolean |
folder
True to add the folder information to the returned objects
|
Boolean |
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
|
String |
niceUrl
optional regular expression to get files with a nice URL.
|
Integer |
nodeId
node id for this folder - for use with multichannelling
|
Boolean |
online
true to only return online files, false to only get offline files, null to get both online and offline files
|
Boolean |
used
true if only used files that are referenced somewhere shall be fetched,
false for unused files.
|
List<Integer> |
usedIn
optional list of channel IDs for extending the "used" filter to multiple channels.
|
Constructor and Description |
---|
FileListParameterBean() |
Modifier and Type | Method and Description |
---|---|
FileListParameterBean |
setBroken(Boolean broken) |
FileListParameterBean |
setFolder(boolean folder) |
FileListParameterBean |
setInherited(Boolean inherited) |
FileListParameterBean |
setNiceUrl(String niceUrl) |
FileListParameterBean |
setNodeId(Integer nodeId) |
FileListParameterBean |
setOnline(Boolean online) |
FileListParameterBean |
setUsed(Boolean used) |
FileListParameterBean |
setUsedIn(List<Integer> usedIn) |
@QueryParam(value="nodeId") public Integer nodeId
@QueryParam(value="inherited") public Boolean inherited
@QueryParam(value="online") public Boolean online
@QueryParam(value="broken") public Boolean broken
@QueryParam(value="used") public Boolean used
@QueryParam(value="usedIn") public List<Integer> usedIn
@QueryParam(value="folder") @DefaultValue(value="false") public boolean folder
@QueryParam(value="niceurl") public String niceUrl
public FileListParameterBean setNodeId(Integer nodeId)
public FileListParameterBean setInherited(Boolean inherited)
public FileListParameterBean setOnline(Boolean online)
public FileListParameterBean setBroken(Boolean broken)
public FileListParameterBean setUsed(Boolean used)
public FileListParameterBean setUsedIn(List<Integer> usedIn)
public FileListParameterBean setFolder(boolean folder)
public FileListParameterBean setNiceUrl(String niceUrl)
Copyright © 2024 Gentics Software. All rights reserved.