Package | Description |
---|---|
com.gentics.api.lib.datasource |
Package for datasource related classes and interfaces.
|
com.gentics.api.portalnode.connector |
Package containing a factory to create all initial objects you need, and some helper classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WritableMultichannellingDatasource
Interface for writeable multichannelling datasources
|
interface |
WriteableVersioningDatasource
Interface for writeable datasources that may support versioning
|
Modifier and Type | Method and Description |
---|---|
static WriteableDatasource |
PortalConnectorFactory.createWriteableDatasource(Map handleProperties)
Creates a new datasource handle with the specified properties as well as
a new writeable datasource (with default properties).
|
static WriteableDatasource |
PortalConnectorFactory.createWriteableDatasource(Map handleProperties,
Map datasourceProperties)
Creates a new datasource handle with the specified properties as well as
a new writeable datasource with the specified properties.
|
Modifier and Type | Method and Description |
---|---|
static Changeable |
PortalConnectorFactory.getChangeableContentObject(String contentId,
WriteableDatasource datasource)
Returns a changeable content object with the given content id.
|
Constructor and Description |
---|
CRSync(Datasource source,
WriteableDatasource target,
String rule)
Initialize the sync with source and target datasource, leave flags to
default values (false).
|
CRSync(Datasource source,
WriteableDatasource target,
String rule,
boolean test,
boolean allowEmpty,
boolean allowAlterTable,
boolean delete,
boolean sourceTransaction,
boolean targetTransaction,
int batchSize,
CRSyncModifier modifier)
Initialize the sync with source and target datasource.
|
CRSync(Datasource source,
WriteableDatasource target,
String rule,
boolean test,
boolean allowEmpty,
boolean allowAlterTable,
boolean delete,
int batchSize)
Initialize the sync with source and target datasource, leave flags to
default values (false).
|
Copyright © 2014 Gentics Software GmbH. All Rights Reserved.