Package | Description |
---|---|
com.gentics.contentnode.rest.model.response | |
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and Description |
---|---|
LocalizationsResponse |
LocalizationsResponse.setHidden(int hidden)
Set number of hidden localizations
|
LocalizationsResponse |
LocalizationsResponse.setMasterId(int masterId)
Set the master object ID.
|
LocalizationsResponse |
LocalizationsResponse.setMasterNodeId(int masterNodeId)
Set the ID of the node the master object resides in.
|
LocalizationsResponse |
LocalizationsResponse.setNodeIds(Map<Integer,Integer> nodeIds)
Set the map from object IDs to the respective channels of the objects.
|
LocalizationsResponse |
LocalizationsResponse.setOffline(List<Integer> offline)
Set offline pages
|
LocalizationsResponse |
LocalizationsResponse.setOnline(List<Integer> online)
Set online pages
|
LocalizationsResponse |
LocalizationsResponse.setTotal(int total)
Set total number of localizations
|
Modifier and Type | Method and Description |
---|---|
LocalizationsResponse |
ImageResource.localizations(Integer id)
Get the IDs an their respective node IDs of localized copies of the
specified image.
|
LocalizationsResponse |
TemplateResource.localizations(Integer id)
Get the IDs an their respective node IDs of localized copies of the
specified template.
|
LocalizationsResponse |
FolderResource.localizations(Integer id)
Get the IDs an their respective node IDs of localized copies of the
specified folder.
|
LocalizationsResponse |
FileResource.localizations(Integer id)
Get the IDs an their respective node IDs of localized copies of the
specified file.
|
LocalizationsResponse |
PageResource.localizations(Integer id,
boolean addStatus)
Get the IDs an their respective node IDs of localized copies of the
specified page.
|
Copyright © 2024 Gentics Software. All rights reserved.