Uses of Class
com.gentics.contentnode.rest.model.DatasourceEntryModel
Packages that use DatasourceEntryModel
Package
Description
-
Uses of DatasourceEntryModel in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return DatasourceEntryModelModifier 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
Methods in com.gentics.contentnode.rest.model.response that return DatasourceEntryModelMethods in com.gentics.contentnode.rest.model.response with parameters of type DatasourceEntryModelModifier and TypeMethodDescriptionvoidDatasourceEntryResponse.setEntry(DatasourceEntryModel entry) Set the datasource entryConstructors in com.gentics.contentnode.rest.model.response with parameters of type DatasourceEntryModelModifierConstructorDescriptionDatasourceEntryResponse(ResponseInfo info, DatasourceEntryModel entry) Create an instance with response info and entry -
Uses of DatasourceEntryModel in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type DatasourceEntryModelModifier and TypeMethodDescriptionDatasourceResource.addEntry(String id, DatasourceEntryModel item) Create a datasource entry in the datasourceDatasourceResource.updateEntry(String id, String entryId, DatasourceEntryModel item) Update a datasource entryMethod parameters in com.gentics.contentnode.rest.resource with type arguments of type DatasourceEntryModelModifier and TypeMethodDescriptionDatasourceResource.updateEntryList(String id, List<DatasourceEntryModel> items) Update the entries in the given order