Uses of Class
com.gentics.contentnode.rest.model.request.IdSetRequest
-
Packages that use IdSetRequest Package Description com.gentics.contentnode.rest.model.request com.gentics.contentnode.rest.resource -
-
Uses of IdSetRequest in com.gentics.contentnode.rest.model.request
Subclasses of IdSetRequest in com.gentics.contentnode.rest.model.request Modifier and Type Class Description class
PageIdSetRequest
Request containing a list of page IDs and a flag for whether all language variants of the specified pages shall be affected -
Uses of IdSetRequest in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type IdSetRequest Modifier and Type Method Description GenericResponse
FileResource. deleteFromWastebin(IdSetRequest request, long waitMs)
Remove the given files from the wastebinGenericResponse
FolderResource. deleteFromWastebin(IdSetRequest request, long waitMs)
Delete folders denoted by the set of IDs from the wastebinGenericResponse
ImageResource. deleteFromWastebin(IdSetRequest request, long waitMs)
Remove the given images from the wastebinGenericResponse
FileResource. restoreFromWastebin(IdSetRequest request, long waitMs)
Restore the given files from the wastebinGenericResponse
FolderResource. restoreFromWastebin(IdSetRequest request, long waitMs)
Restore the denoted folders from the wastebinGenericResponse
ImageResource. restoreFromWastebin(IdSetRequest request, long waitMs)
Restore the given images from the wastebinConstructCategoryListResponse
ConstructResource. sortCategories(IdSetRequest categoryOrder)
-