Uses of Class
com.gentics.contentnode.rest.model.ContentRepositoryFragmentListResponse
Packages that use ContentRepositoryFragmentListResponse
-
Uses of ContentRepositoryFragmentListResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return ContentRepositoryFragmentListResponseModifier and TypeMethodDescriptionContentRepositoryFragmentResource.list
(FilterParameterBean filter, SortParameterBean sorting, PagingParameterBean paging, PermsParameterBean perms) List available ContentRepository Fragments.
The result can be filtered byid
globalId
name
and sorted byid
globalId
name
ContentRepositoryResource.listCrFragments
(String id, FilterParameterBean filter, SortParameterBean sorting, PagingParameterBean paging, PermsParameterBean perms) Get the ContnetRepository Fragments assigned to the ContentRepository.
The result can be filtered byid
globalId
name
and sorted byid
globalId
name