Uses of Class
com.gentics.contentnode.rest.model.Datasource
Packages that use Datasource
Package
Description
-
Uses of Datasource in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return DatasourceModifier and TypeMethodDescriptionDatasource.setGlobalId
(String globalId) Set the global IDSet the internal IDSet the nameDatasource.setType
(DatasourceType type) Set the type -
Uses of Datasource in com.gentics.contentnode.rest.model.devtools
Subclasses of Datasource in com.gentics.contentnode.rest.model.devtoolsModifier and TypeClassDescriptionclass
Datasource 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 Datasource in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return DatasourceMethods in com.gentics.contentnode.rest.model.response with parameters of type DatasourceModifier and TypeMethodDescriptionvoid
DatasourceLoadResponse.setDatasource
(Datasource datasource) Set datasourceConstructors in com.gentics.contentnode.rest.model.response with parameters of type DatasourceModifierConstructorDescriptionDatasourceLoadResponse
(ResponseInfo responseInfo, Datasource datasource) Create instance with response info and datasource -
Uses of Datasource in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type DatasourceModifier and TypeMethodDescriptionDatasourceResource.create
(Datasource datasource) Create new datasourceDatasourceResource.update
(String id, Datasource datasource) Update a datasource