Package | Description |
---|---|
com.gentics.api.lib.datasource |
Package for datasource related classes and interfaces.
|
com.gentics.api.lib.exception |
Package for general exceptions.
|
com.gentics.api.lib.expressionparser |
Package for classes and interfaces related to parsing and evaluating
of expressions.
|
com.gentics.api.lib.expressionparser.filtergenerator | |
com.gentics.api.portalnode.connector |
Package containing a factory to create all initial objects you need, and some helper classes.
|
com.gentics.api.portalnode.event |
Package for classes and interfaces related to the event handling mechanism of Gentics® Portal.Node®.
|
com.gentics.cr.template |
Modifier and Type | Class and Description |
---|---|
class |
DatasourceException
Exception that might be thrown by Datasources
|
class |
DatasourceModificationException
Exception that is thrown if an error occurs during a modification
(insert, update) of a datasource record.
|
class |
DatasourceNotAvailableException
Exception that is thrown when the requested datasource is not available
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureNotLicensedException |
class |
InconsistentDataException |
class |
InsufficientPrivilegesException
Exception that is thrown when an action cannot be performed due to insufficient privileges
|
class |
ParserException
Exception that is thrown when a parsing process fails
|
class |
ReadOnlyException
Exception that is used when a NodeObject is requested for update but the page is only available for read.
|
class |
UnknownPropertyException
Exception that is thrown when an unknown property should be manipulated
|
Modifier and Type | Class and Description |
---|---|
class |
EvaluationException
Exception that is thrown whenever the evaluation of any
EvaluableExpression fails. |
class |
ExpressionParserException
Abstract base class for all exceptions that are thrown by the expression
parser.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterGeneratorException
Exception that might be thrown during the generation of a datasource filter.
|
Modifier and Type | Class and Description |
---|---|
class |
DuplicateIdException
Exception that is thrown when registering a datasource or handle with an already existing ID
|
class |
UnexpectedAlterTableException |
class |
UnexptectedEmptySourceException |
Modifier and Type | Method and Description |
---|---|
static <T extends Datasource> |
PortalConnectorFactory.createDatasource(Class<T> clazz,
String id)
Create a datasource instance of the given class with given id
|
static Datasource |
PortalConnectorFactory.createDatasource(String id)
Create a datasource instance for the datasource with given id
|
String |
MCCRSync.doSync()
Do the sync
|
String |
CRSync.doSync()
Do the sync
|
static Resolvable |
PortalConnectorHelper.getLanguageVariant(Resolvable page,
String languageCode,
Datasource ds)
This helper method can be used to fetch a given language variant for the
given page object (which was published from Gentics Content.Node).
|
static void |
PortalConnectorFactory.prefillAttributes(Datasource ds,
Collection<Resolvable> objects,
List<String> prefillAttributes)
Prefill the given attributes for objects which were fetched from the given datasource
|
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.
|
Constructor and Description |
---|
CRSync(Datasource source,
WriteableDatasource target,
String rule)
Initialize the sync with source and target datasource, leave flags to
default values (false).
|
Modifier and Type | Class and Description |
---|---|
class |
NoEventsAllowedException
Exception that is thrown when events shall be handled when no events are allowed
|
Modifier and Type | Method and Description |
---|---|
String |
PortalNodeTemplateManager.render(String templatename,
String templatesource)
implements
ITemplateManager.render(String, String) |
Copyright © 2016 Gentics Software GmbH. All Rights Reserved.