Uses of Class
com.gentics.contentnode.rest.model.response.PublishQueueResponse
-
Packages that use PublishQueueResponse Package Description com.gentics.contentnode.rest.model.response com.gentics.contentnode.rest.resource -
-
Uses of PublishQueueResponse in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return PublishQueueResponse Modifier and Type Method Description PublishQueueResponse
PublishQueueResponse. setNodes(Map<Integer,PublishQueueCounts> nodes)
Set the nodes map -
Uses of PublishQueueResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return PublishQueueResponse Modifier and Type Method Description PublishQueueResponse
AdminResource. getPublishQueue()
Get publish queue information.
-