Uses of Class
com.gentics.contentnode.rest.model.DatasourceEntryModel
Package
Description
-
Uses of DatasourceEntryModel in com.gentics.contentnode.rest.model
Modifier and TypeMethodDescriptionSet the entry IDDatasourceEntryModel.setGlobalId
(String globalId) Set the global IDSet the local IDSet the entry keySet the entry value -
Uses of DatasourceEntryModel in com.gentics.contentnode.rest.model.response
Modifier and TypeMethodDescriptionvoid
DatasourceEntryResponse.setEntry
(DatasourceEntryModel entry) Set the datasource entryModifierConstructorDescriptionDatasourceEntryResponse
(ResponseInfo info, DatasourceEntryModel entry) Create an instance with response info and entry -
Uses of DatasourceEntryModel in com.gentics.contentnode.rest.resource
Modifier and TypeMethodDescriptionDatasourceResource.addEntry
(String id, DatasourceEntryModel item) Create a datasource entry in the datasourceDatasourceResource.updateEntry
(String id, String entryId, DatasourceEntryModel item) Update a datasource entryModifier and TypeMethodDescriptionDatasourceResource.updateEntryList
(String id, List<DatasourceEntryModel> items) Update the entries in the given order