Package | Description |
---|---|
com.gentics.api.lib.datasource |
Package for datasource related classes and interfaces.
|
com.gentics.api.lib.expressionparser |
Package for classes and interfaces related to parsing and evaluating
of expressions.
|
com.gentics.api.lib.resolving |
Package for classes and interfaces related to property resolving.
|
com.gentics.api.portalnode.connector |
Package containing a factory to create all initial objects you need, and some helper classes.
|
com.gentics.api.portalnode.plugin |
Package for specific plugin implementations.
|
com.gentics.api.portalnode.portlet |
Package for the Gentics® specific Portlet implementations and enhancements.
|
Modifier and Type | Method and Description |
---|---|
Changeable |
WriteableDatasource.create(java.util.Map objectParameters)
Create a new object that can be stored in this datasource.
|
Changeable |
VersioningDatasource.create(java.util.Map objectParameters,
int versionTimestamp)
Create a datasource object with the given object data at the given
timestamp
|
Modifier and Type | Class and Description |
---|---|
class |
ExpressionEvaluator
Class for expression evaluation.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangeableBean
ChangeableBean serves as base class for JavaBeans that need to be Changeable.
|
Modifier and Type | Method and Description |
---|---|
static Changeable |
PortalConnectorFactory.getChangeableContentObject(java.lang.String contentId,
WriteableDatasource datasource)
Returns a changeable content object with the given content id.
|
Modifier and Type | Method and Description |
---|---|
void |
CRSyncModifier.modify(Changeable changeable)
Modify the passed object before it is stored in the target repository
|
Modifier and Type | Class and Description |
---|---|
class |
ViewPlugin
Views plugin to manage multiple views (forms)
|
Modifier and Type | Interface and Description |
---|---|
interface |
GenticsPortlet
The Module Interface enhances the JSR 168 defined Standard Portlet by adding
Methods and interfaces needed for best efficent use within Gentics
Portal.Node
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGenticsPortlet
AbstractGenticsPortlet is the base class for all gentics portlets.
|
Copyright © 2020 Gentics Software. All Rights Reserved.