Uses of Class
com.gentics.contentnode.rest.model.response.PagedDatasourceListResponse
-
Packages that use PagedDatasourceListResponse Package Description com.gentics.contentnode.rest.resource -
-
Uses of PagedDatasourceListResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return PagedDatasourceListResponse Modifier and Type Method Description PagedDatasourceListResponse
DatasourceResource. list(SortParameterBean sorting, FilterParameterBean filter, PagingParameterBean paging)
List datasources.
The result can be filtered byid
globalId
name
type
and sorted byid
globalId
name
type
-