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 DatasourceType |
DatasourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatasourceType[] |
DatasourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
Copyright © 2017 Gentics Software. All Rights Reserved.