Uses of Class
com.gentics.contentnode.rest.model.response.ReferencedSyncableObjectsListResponse
-
Uses of ReferencedSyncableObjectsListResponse in com.gentics.contentnode.rest.resource
Modifier and TypeMethodDescriptionMCFileResource.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.MCFolderResource.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.MCImageResource.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.MCPageResource.getSyncableObjects
(List<Integer> pageIds, Integer srcNodeId, Integer dstNodeId) MCTemplateResource.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.