Package | Description |
---|---|
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and Description |
---|---|
ReferencedSyncableObjectsListResponse |
ImageResource.getSyncableObjects(List<Integer> imageIds,
Integer srcNodeId,
Integer dstNodeId)
Get objects which are directly or indirectly linked by the specified images,
which can be synchronised to a master channel along with the images themselves.
|
ReferencedSyncableObjectsListResponse |
TemplateResource.getSyncableObjects(List<Integer> templateIds,
Integer srcNodeId,
Integer dstNodeId)
Get objects which are directly or indirectly linked by the specified templates,
which can be synchronised to a master channel along with the templates themselves.
|
ReferencedSyncableObjectsListResponse |
PageResource.getSyncableObjects(List<Integer> pageIds,
Integer srcNodeId,
Integer dstNodeId) |
ReferencedSyncableObjectsListResponse |
FileResource.getSyncableObjects(List<Integer> fileIds,
Integer srcNodeId,
Integer dstNodeId)
Get objects which are directly or indirectly linked by the specified files,
which can be synchronised to a master channel along with the files themselves.
|
ReferencedSyncableObjectsListResponse |
FolderResource.getSyncableObjects(List<Integer> folderIds,
Integer srcNodeId,
Integer dstNodeId,
Boolean recursive,
List<PushToMasterRequest.Type> types)
Get objects which are directly or indirectly linked by the specified folders,
which can be synchronised to a master channel along with the folders themselves.
|
Copyright © 2024 Gentics Software. All rights reserved.