public class MultiPageLoadRequest extends MultiObjectLoadRequest
Constructor and Description |
---|
MultiPageLoadRequest() |
Modifier and Type | Method and Description |
---|---|
Boolean |
isDisinherited()
Indicates whether disinheriting information should be
included in the response.
|
Boolean |
isFolder()
Indicates whether information about the folder should be
included in the response.
|
Boolean |
isLanguageVariants()
Indicates whether information about language variants should be
included in the response.
|
Boolean |
isPageVariants()
Indicates whether information about variants should be
included in the response.
|
Boolean |
isTemplate()
Indicates whether information about the template should be
included in the response.
|
Boolean |
isTranslationStatus()
Indicates whether information about the translation status
should be included in the response.
|
Boolean |
isVersionInfo()
Indicates whether version information should be
included in the response.
|
Boolean |
isWorkflow()
Indicates whether information about the workflow should be
included in the response.
|
void |
setDisinherited(Boolean disinherited)
Set whether disinheriting information should be included
in the response.
|
void |
setFolder(Boolean folder)
Set whether information about the folder should be included
in the response.
|
void |
setLanguageVariants(Boolean languageVariants)
Set whether information about the language variants should be included
in the response.
|
void |
setPageVariants(Boolean pageVariants)
Set whether information about variants should be included
in the response.
|
void |
setTemplate(Boolean template)
Set whether information about the template should be included
in the response.
|
void |
setTranslationStatus(Boolean translationStatus)
Set whether information about the translation status should be
included in the response.
|
void |
setVersionInfo(Boolean versionInfo)
Set whether version information should be included
in the response.
|
void |
setWorkflow(Boolean workflow)
Set whether information about the workflow should be included
in the response.
|
getIds, getNodeId, getPackage, isForUpdate, setForUpdate, setIds, setNodeId, setPackage
public Boolean isTemplate()
true
if information about the template
should be included in the response, false
otherwise.public void setTemplate(Boolean template)
template
- Set to true
if information about
the template should be included in the response.public Boolean isFolder()
true
if information about the folder
should be included in the response, false
otherwise.public void setFolder(Boolean folder)
template
- Set to true
if information about
the folder should be included in the response.public Boolean isLanguageVariants()
true
if information about language variants
should be included in the response, false
otherwise.public void setLanguageVariants(Boolean languageVariants)
template
- Set to true
if information about
language variants template should be included in the response.public Boolean isPageVariants()
true
if information about variants
should be included in the response, false
otherwise.public void setPageVariants(Boolean pageVariants)
template
- Set to true
if information about
variants should be included in the response.public Boolean isWorkflow()
true
if information about the workflow
should be included in the response, false
otherwise.public void setWorkflow(Boolean workflow)
template
- Set to true
if information about
the workflow should be included in the response.public Boolean isTranslationStatus()
true
if information about the translation
status should be included in the response,
false
otherwise.public void setTranslationStatus(Boolean translationStatus)
template
- Set to true
if information about
the translation status should be included in the response.public Boolean isVersionInfo()
true
if version information
should be included in the response, false
otherwise.public void setVersionInfo(Boolean versionInfo)
template
- Set to true
if version information
should be included in the response.public Boolean isDisinherited()
true
if disinheriting information
should be included in the response, false
otherwise.public void setDisinherited(Boolean disinherited)
template
- Set to true
if disinheriting information
should be included in the response.Copyright © 2024 Gentics Software. All rights reserved.