Uses of Class
com.gentics.contentnode.rest.model.ContentRepositoryFragmentModel
Package
Description
-
Uses of ContentRepositoryFragmentModel in com.gentics.contentnode.rest.model
Modifier and TypeMethodDescriptionContentRepositoryFragmentListResponse.getItems()
ContentRepository Fragments in the listModifier and TypeMethodDescriptionvoid
ContentRepositoryFragmentListResponse.setItems
(List<ContentRepositoryFragmentModel> items) Set the ContentRepository Fragments -
Uses of ContentRepositoryFragmentModel in com.gentics.contentnode.rest.model.devtools
Modifier and TypeClassDescriptionclass
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
Modifier and TypeMethodDescriptionContentRepositoryFragmentResponse.getContentRepositoryFragment()
ContentRepository FragmentModifier and TypeMethodDescriptionvoid
ContentRepositoryFragmentResponse.setContentRepositoryFragment
(ContentRepositoryFragmentModel contentRepositoryFragment) Set the ContentRepository FragmentModifierConstructorDescriptionContentRepositoryFragmentResponse
(ContentRepositoryFragmentModel contentRepositoryFragment, ResponseInfo responseInfo) Create instance with response info and cr fragment -
Uses of ContentRepositoryFragmentModel in com.gentics.contentnode.rest.resource
Modifier and TypeMethodDescriptionContentRepositoryFragmentResource.add
(ContentRepositoryFragmentModel item) Create a new ContentRepository FragmentContentRepositoryFragmentResource.update
(String id, ContentRepositoryFragmentModel item) Update ContentRepository Fragment with given id