Modifier and Type | Method and Description |
---|---|
List<ContentRepositoryFragmentModel> |
ContentRepositoryFragmentListResponse.getItems()
ContentRepository Fragments in the list
|
Modifier and Type | Method and Description |
---|---|
void |
ContentRepositoryFragmentListResponse.setItems(List<ContentRepositoryFragmentModel> items)
Set the ContentRepository Fragments
|
Modifier and Type | Class and 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 the gentics_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. |
Modifier and Type | Method and Description |
---|---|
ContentRepositoryFragmentModel |
ContentRepositoryFragmentResponse.getContentRepositoryFragment()
ContentRepository Fragment
|
Modifier and Type | Method and Description |
---|---|
void |
ContentRepositoryFragmentResponse.setContentRepositoryFragment(ContentRepositoryFragmentModel contentRepositoryFragment)
Set the ContentRepository Fragment
|
Constructor and Description |
---|
ContentRepositoryFragmentResponse(ContentRepositoryFragmentModel contentRepositoryFragment,
ResponseInfo responseInfo)
Create instance with response info and cr fragment
|
Modifier and Type | Method and Description |
---|---|
ContentRepositoryFragmentResponse |
ContentRepositoryFragmentResource.add(ContentRepositoryFragmentModel item)
Create a new ContentRepository Fragment
|
ContentRepositoryFragmentResponse |
ContentRepositoryFragmentResource.update(String id,
ContentRepositoryFragmentModel item)
Update ContentRepository Fragment with given id
|
Copyright © 2024 Gentics Software. All rights reserved.