Uses of Class
com.gentics.contentnode.rest.model.ContentRepositoryFragmentModel
-
-
Uses of ContentRepositoryFragmentModel in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return types with arguments of type ContentRepositoryFragmentModel Modifier and Type Method Description List<ContentRepositoryFragmentModel>
ContentRepositoryFragmentListResponse. getItems()
ContentRepository Fragments in the listMethod parameters in com.gentics.contentnode.rest.model with type arguments of type ContentRepositoryFragmentModel Modifier and Type Method Description void
ContentRepositoryFragmentListResponse. setItems(List<ContentRepositoryFragmentModel> items)
Set the ContentRepository Fragments -
Uses of ContentRepositoryFragmentModel in com.gentics.contentnode.rest.model.devtools
Subclasses of ContentRepositoryFragmentModel in com.gentics.contentnode.rest.model.devtools Modifier and Type Class Description class
ContentRepositoryFragmentInPackage
ContentRepository Fragment in a package.
If the object does not have a (local) ID, this means that the object was not synchronized to the CMS.
It is also possible, that the global ID of the object is null, if it is not set in thegentics_structure.json
file.
Objects without global ID in the filesystem can be imported into the CMS, but will never be "in sync", because they cannot be identified without global ID. -
Uses of ContentRepositoryFragmentModel in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return ContentRepositoryFragmentModel Modifier and Type Method Description ContentRepositoryFragmentModel
ContentRepositoryFragmentResponse. getContentRepositoryFragment()
ContentRepository FragmentMethods in com.gentics.contentnode.rest.model.response with parameters of type ContentRepositoryFragmentModel Modifier and Type Method Description void
ContentRepositoryFragmentResponse. setContentRepositoryFragment(ContentRepositoryFragmentModel contentRepositoryFragment)
Set the ContentRepository FragmentConstructors in com.gentics.contentnode.rest.model.response with parameters of type ContentRepositoryFragmentModel Constructor Description ContentRepositoryFragmentResponse(ContentRepositoryFragmentModel contentRepositoryFragment, ResponseInfo responseInfo)
Create instance with response info and cr fragment -
Uses of ContentRepositoryFragmentModel in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type ContentRepositoryFragmentModel Modifier and Type Method Description ContentRepositoryFragmentResponse
ContentRepositoryFragmentResource. add(ContentRepositoryFragmentModel item)
Create a new ContentRepository FragmentContentRepositoryFragmentResponse
ContentRepositoryFragmentResource. update(String id, ContentRepositoryFragmentModel item)
Update ContentRepository Fragment with given id
-