Package | Description |
---|---|
com.gentics.api.lib.datasource |
Package for datasource related classes and interfaces.
|
Modifier and Type | Field and Description |
---|---|
protected DatasourceChannel |
ChannelTreeNode.channel
The channel of this tree node
|
Modifier and Type | Method and Description |
---|---|
DatasourceChannel |
ChannelTreeNode.getChannel()
Get the channel
|
DatasourceChannel |
MultichannellingDatasource.setChannel(int channelId)
Set the channel to be used.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.List<DatasourceChannel>> |
MultichannellingDatasource.getChannelPaths()
Get the list of paths to the currently selected channels.
|
java.util.List<DatasourceChannel> |
MultichannellingDatasource.getChannels()
Get the currently used channels (one for each separate channel structure).
|
Modifier and Type | Method and Description |
---|---|
int |
DatasourceChannel.compareTo(DatasourceChannel that) |
boolean |
DatasourceChannel.equals(DatasourceChannel that) |
Constructor and Description |
---|
ChannelTreeNode(DatasourceChannel channel)
Create an instance for the given channel
|
Copyright © 2018 Gentics Software. All Rights Reserved.