|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WriteableDatasource | |
|---|---|
| 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. |
| Uses of WriteableDatasource in com.gentics.api.lib.datasource |
|---|
| Subinterfaces of WriteableDatasource in com.gentics.api.lib.datasource | |
|---|---|
interface |
WritableMultichannellingDatasource
Interface for writeable multichannelling datasources |
interface |
WriteableVersioningDatasource
Interface for writeable datasources that may support versioning |
| Uses of WriteableDatasource in com.gentics.api.portalnode.connector |
|---|
| Methods in com.gentics.api.portalnode.connector that return WriteableDatasource | |
|---|---|
static WriteableDatasource |
PortalConnectorFactory.createWriteableDatasource(java.util.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(java.util.Map handleProperties,
java.util.Map datasourceProperties)
Creates a new datasource handle with the specified properties as well as a new writeable datasource with the specified properties. |
| Methods in com.gentics.api.portalnode.connector with parameters of type WriteableDatasource | |
|---|---|
static Changeable |
PortalConnectorFactory.getChangeableContentObject(java.lang.String contentId,
WriteableDatasource datasource)
Returns a changeable content object with the given content id. |
| Constructors in com.gentics.api.portalnode.connector with parameters of type WriteableDatasource | |
|---|---|
CRSync(Datasource source,
WriteableDatasource target,
java.lang.String rule)
Initialize the sync with source and target datasource, leave flags to default values (false). |
|
CRSync(Datasource source,
WriteableDatasource target,
java.lang.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,
java.lang.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). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||