Uses of Class
com.gentics.contentnode.rest.model.ContentRepositoryModel
-
-
Uses of ContentRepositoryModel in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return types with arguments of type ContentRepositoryModel Modifier and Type Method Description List<ContentRepositoryModel>
ContentRepositoryListResponse. getItems()
ContentRepositories in the listMethod parameters in com.gentics.contentnode.rest.model with type arguments of type ContentRepositoryModel Modifier and Type Method Description void
ContentRepositoryListResponse. setItems(List<ContentRepositoryModel> items)
Set the ContentRepositories -
Uses of ContentRepositoryModel in com.gentics.contentnode.rest.model.devtools
Subclasses of ContentRepositoryModel in com.gentics.contentnode.rest.model.devtools Modifier and Type Class 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 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 ContentRepositoryModel in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return ContentRepositoryModel Modifier and Type Method Description ContentRepositoryModel
ContentRepositoryResponse. getContentRepository()
ContentRepositoryMethods in com.gentics.contentnode.rest.model.response with parameters of type ContentRepositoryModel Modifier and Type Method Description void
ContentRepositoryResponse. setContentRepository(ContentRepositoryModel contentRepository)
Set the ContentRepositoryConstructors in com.gentics.contentnode.rest.model.response with parameters of type ContentRepositoryModel Constructor Description ContentRepositoryResponse(ContentRepositoryModel contentRepository, ResponseInfo responseInfo)
Create instance with response info and cr -
Uses of ContentRepositoryModel in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type ContentRepositoryModel Modifier and Type Method Description ContentRepositoryResponse
ContentRepositoryResource. add(ContentRepositoryModel item)
Create a new ContentRepositoryContentRepositoryResponse
ContentRepositoryResource. update(String id, ContentRepositoryModel item)
Update ContentRepository with given id
-