public class MultiObjectLoadRequest extends Object
MultiFolderLoadRequest
and
MultiPageLoadRequest
.Constructor and Description |
---|
MultiObjectLoadRequest()
Constructor used by JAXB.
|
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getIds()
The ids of the folders to load.
|
Integer |
getNodeId()
The id of the node to load the folders from.
|
String |
getPackage()
Get a content staging package name.
|
Boolean |
isForUpdate()
Whether the folders are to be loaded for update.
|
void |
setForUpdate(Boolean forUpdate)
Set whether the folders are to be loaded for update.
|
void |
setIds(List<Integer> ids)
Set the ids of the folders to load.
|
void |
setNodeId(Integer nodeId)
Set the id of the node to load the folders from.
|
void |
setPackage(String packageName)
Set a content staging package name, to check the object against the package for a sync status.
|
public List<Integer> getIds()
public void setIds(List<Integer> ids)
ids
- The ids of the folders to load.public Boolean isForUpdate()
true
if the folders should be loaded
for update, false
otherwise.public void setForUpdate(Boolean forUpdate)
forUpdate
- Set to true
if the folders
should be loaded for update.public Integer getNodeId()
public void setNodeId(Integer nodeId)
public String getPackage()
public void setPackage(String packageName)
packageName
- Copyright © 2024 Gentics Software. All rights reserved.