Uses of Class
com.gentics.contentnode.rest.model.response.PublishQueueCounts
Packages that use PublishQueueCounts
-
Uses of PublishQueueCounts in com.gentics.contentnode.rest.model.response
Fields in com.gentics.contentnode.rest.model.response with type parameters of type PublishQueueCountsModifier and TypeFieldDescriptionprotected Map<Integer,
PublishQueueCounts> PublishQueueResponse.nodes
Methods in com.gentics.contentnode.rest.model.response that return PublishQueueCountsModifier and TypeMethodDescriptionPublishQueueCounts.setFiles
(ObjectCount files) Set the file countsPublishQueueCounts.setFolders
(ObjectCount folders) Set the folder countsPublishQueueCounts.setForms
(ObjectCount forms) Set the form countsPublishQueueCounts.setPages
(ObjectCount pages) Set the page countsMethods in com.gentics.contentnode.rest.model.response that return types with arguments of type PublishQueueCountsModifier and TypeMethodDescriptionPublishQueueResponse.getNodes()
Map of node IDs to publish countsMethod parameters in com.gentics.contentnode.rest.model.response with type arguments of type PublishQueueCountsModifier and TypeMethodDescriptionPublishQueueResponse.setNodes
(Map<Integer, PublishQueueCounts> nodes) Set the nodes map