Modifier and Type | Method and Description |
---|---|
List<ContentRepositoryModel> |
ContentRepositoryListResponse.getItems()
ContentRepositories in the list
|
Modifier and Type | Method and Description |
---|---|
void |
ContentRepositoryListResponse.setItems(List<ContentRepositoryModel> items)
Set the ContentRepositories
|
Modifier and Type | Class and Description |
---|---|
class |
ContentRepositoryInPackage
Content Repository 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 |
---|---|
ContentRepositoryModel |
ContentRepositoryResponse.getContentRepository()
ContentRepository
|
Modifier and Type | Method and Description |
---|---|
void |
ContentRepositoryResponse.setContentRepository(ContentRepositoryModel contentRepository)
Set the ContentRepository
|
Constructor and Description |
---|
ContentRepositoryResponse(ContentRepositoryModel contentRepository,
ResponseInfo responseInfo)
Create instance with response info and cr
|
Modifier and Type | Method and Description |
---|---|
ContentRepositoryResponse |
ContentRepositoryResource.add(ContentRepositoryModel item)
Create a new ContentRepository
|
ContentRepositoryResponse |
ContentRepositoryResource.update(String id,
ContentRepositoryModel item)
Update ContentRepository with given id
|
Copyright © 2024 Gentics Software. All rights reserved.