public class LinkCheckerFilterParameterBean extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
creator
(optional) true when only the pages created by the user shall be returned
|
boolean |
editable
Flag to restrict returned pages to those, that are editable by the user
|
boolean |
editor
(optional) true when only the pages last edited by the user shall be returned
|
Set<String> |
language
Optional filtering for page languages.
|
Integer |
nodeId
Optional node ID for getting pages of a single node/channel only
|
Set<ExternalLinkStatus> |
status
Optional filtering for validity status.
|
Constructor and Description |
---|
LinkCheckerFilterParameterBean() |
@QueryParam(value="status") public Set<ExternalLinkStatus> status
@QueryParam(value="nodeId") public Integer nodeId
@QueryParam(value="editable") @DefaultValue(value="false") public boolean editable
@QueryParam(value="iscreator") @DefaultValue(value="false") public boolean creator
@QueryParam(value="iseditor") @DefaultValue(value="false") public boolean editor
Copyright © 2019 Gentics Software. All rights reserved.