Uses of Class
com.gentics.contentnode.rest.model.ContentRepositoryFragmentListResponse
-
Uses of ContentRepositoryFragmentListResponse in com.gentics.contentnode.rest.resource
Modifier 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