Uses of Class
com.gentics.contentnode.rest.model.Datasource
-
Packages that use Datasource Package Description com.gentics.contentnode.rest.model com.gentics.contentnode.rest.model.devtools com.gentics.contentnode.rest.model.response com.gentics.contentnode.rest.resource -
-
Uses of Datasource in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return Datasource Modifier and Type Method Description Datasource
Datasource. setGlobalId(String globalId)
Set the global IDDatasource
Datasource. setId(Integer id)
Set the internal IDDatasource
Datasource. setName(String name)
Set the nameDatasource
Datasource. 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.devtools Modifier and Type Class Description class
DatasourceInPackage
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 Datasource Modifier and Type Method Description Datasource
DatasourceLoadResponse. getDatasource()
DatasourceMethods in com.gentics.contentnode.rest.model.response with parameters of type Datasource Modifier and Type Method Description void
DatasourceLoadResponse. setDatasource(Datasource datasource)
Set datasourceConstructors in com.gentics.contentnode.rest.model.response with parameters of type Datasource Constructor Description DatasourceLoadResponse(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 Datasource Modifier and Type Method Description DatasourceLoadResponse
DatasourceResource. create(Datasource datasource)
Create new datasourceDatasourceLoadResponse
DatasourceResource. update(String id, Datasource datasource)
Update a datasource
-