Uses of Class
com.gentics.contentnode.rest.model.Datasource
Package
Description
-
Uses of Datasource in com.gentics.contentnode.rest.model
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
DatasourceLoadResponse.setDatasource
(Datasource datasource) Set datasourceModifierConstructorDescriptionDatasourceLoadResponse
(ResponseInfo responseInfo, Datasource datasource) Create instance with response info and datasource -
Uses of Datasource in com.gentics.contentnode.rest.resource
Modifier and TypeMethodDescriptionDatasourceResource.create
(Datasource datasource) Create new datasourceDatasourceResource.update
(String id, Datasource datasource) Update a datasource