|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Changeable | |
---|---|
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. |
Uses of Changeable in com.gentics.api.lib.datasource |
---|
Methods in com.gentics.api.lib.datasource that return Changeable | |
---|---|
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 |
Uses of Changeable in com.gentics.api.lib.expressionparser |
---|
Classes in com.gentics.api.lib.expressionparser that implement Changeable | |
---|---|
class |
ExpressionEvaluator
Class for expression evaluation. |
Uses of Changeable in com.gentics.api.lib.resolving |
---|
Classes in com.gentics.api.lib.resolving that implement Changeable | |
---|---|
class |
ChangeableBean
ChangeableBean serves as base class for JavaBeans that need to be Changeable. |
Uses of Changeable in com.gentics.api.portalnode.connector |
---|
Methods in com.gentics.api.portalnode.connector that return Changeable | |
---|---|
static Changeable |
PortalConnectorFactory.getChangeableContentObject(java.lang.String contentId,
WriteableDatasource datasource)
Returns a changeable content object with the given content id. |
Methods in com.gentics.api.portalnode.connector with parameters of type Changeable | |
---|---|
void |
CRSyncModifier.modify(Changeable changeable)
Modify the passed object before it is stored in the target repository |
Uses of Changeable in com.gentics.api.portalnode.plugin |
---|
Classes in com.gentics.api.portalnode.plugin that implement Changeable | |
---|---|
class |
ViewPlugin
Views plugin to manage multiple views (forms) |
Uses of Changeable in com.gentics.api.portalnode.portlet |
---|
Subinterfaces of Changeable in com.gentics.api.portalnode.portlet | |
---|---|
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 |
Classes in com.gentics.api.portalnode.portlet that implement Changeable | |
---|---|
class |
AbstractGenticsPortlet
AbstractGenticsPortlet is the base class for all gentics portlets. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |