Package | Description |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.model.devtools | |
com.gentics.contentnode.rest.model.response | |
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and Description |
---|---|
Datasource |
Datasource.setGlobalId(String globalId)
Set the global ID
|
Datasource |
Datasource.setId(Integer id)
Set the internal ID
|
Datasource |
Datasource.setName(String name)
Set the name
|
Datasource |
Datasource.setType(DatasourceType type)
Set the type
|
Modifier and Type | Class and 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 the gentics_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. |
Modifier and Type | Method and Description |
---|---|
Datasource |
DatasourceLoadResponse.getDatasource()
Datasource
|
Modifier and Type | Method and Description |
---|---|
void |
DatasourceLoadResponse.setDatasource(Datasource datasource)
Set datasource
|
Constructor and Description |
---|
DatasourceLoadResponse(ResponseInfo responseInfo,
Datasource datasource)
Create instance with response info and datasource
|
Modifier and Type | Method and Description |
---|---|
DatasourceLoadResponse |
DatasourceResource.create(Datasource datasource)
Create new datasource
|
DatasourceLoadResponse |
DatasourceResource.update(String id,
Datasource datasource)
Update a datasource
|
Copyright © 2024 Gentics Software. All rights reserved.