Package | Description |
---|---|
com.gentics.api.portalnode.connector |
Package containing a factory to create all initial objects you need, and some helper classes.
|
Modifier and Type | Method and Description |
---|---|
static void |
PortalConnectorFactory.registerDatasource(String id,
DatasourceType type,
Map<String,String> parameters,
List<String> handles)
Register a datasource at the factory.
|
static void |
PortalConnectorFactory.registerDatasource(String id,
DatasourceType type,
Map<String,String> parameters,
List<String> handleIds,
boolean allowOverwrite)
Register a datasource at the factory.
|
static void |
PortalConnectorFactory.registerHandle(String id,
HandleType type,
Map<String,String> parameters)
Register a datasource handle at the factory.
|
static void |
PortalConnectorFactory.registerHandle(String id,
HandleType type,
Map<String,String> parameters,
boolean allowOverwrite)
Register a datasource handle at the factory.
|
Copyright © 2015 Gentics Software GmbH. All Rights Reserved.