A B C D E F G H I J L M N O P R S T U V W _ 

A

AbstractCacheableDatasource - Class in com.gentics.api.lib.datasource
A abstract datasource which should make it easy to implement caching for subclasses.

Implementors can use AbstractCacheableDatasource.setCacheEnabled(boolean) to enable/disable the cache (by default it is enabled).
AbstractCacheableDatasource(String) - Constructor for class com.gentics.api.lib.datasource.AbstractCacheableDatasource
Default constructor which will by default enable caching.
AbstractCacheableDatasource(String, boolean) - Constructor for class com.gentics.api.lib.datasource.AbstractCacheableDatasource
This constructor can be used if cache should not be used (by default the cache is enabled)
AbstractCacheableDatasource.DatasourceCountCacheKey - Class in com.gentics.api.lib.datasource
Datasource cache key for count statements.
AbstractCacheableDatasource.DatasourceCountCacheKey(String, Object[], Object[]) - Constructor for class com.gentics.api.lib.datasource.AbstractCacheableDatasource.DatasourceCountCacheKey
 
AbstractCacheableDatasource.DatasourceResultCacheKey - Class in com.gentics.api.lib.datasource
A simple cache key used for caching datasource results.
AbstractCacheableDatasource.DatasourceResultCacheKey(String, Object[], int, int, Datasource.Sorting[], Object[]) - Constructor for class com.gentics.api.lib.datasource.AbstractCacheableDatasource.DatasourceResultCacheKey
Creates a new ResultCacheKey.
AbstractCacheableDatasource.DatasourceResultCacheKeyBase - Interface in com.gentics.api.lib.datasource
Interface used for uniquely identifying a DatasourceResult.
AbstractDatasource - Class in com.gentics.api.lib.datasource
Abstract basic implementation for datasources.
AbstractDatasource(String) - Constructor for class com.gentics.api.lib.datasource.AbstractDatasource
 
AbstractDatasource() - Constructor for class com.gentics.api.lib.datasource.AbstractDatasource
If you use this super constructor as implementor, you should always call AbstractDatasource.setId(String) afterwards - but it is recommended to use AbstractDatasource.AbstractDatasource(String) instead.
AbstractGenticsImp - Class in com.gentics.api.portalnode.imp
Abstract implementation for imps.
AbstractGenticsImp() - Constructor for class com.gentics.api.portalnode.imp.AbstractGenticsImp
 
AbstractGenticsPlugin - Class in com.gentics.api.portalnode.plugin
Abstract class that provides a default implementation of the most important plugin methods and should be used as base class for creating new plugins
AbstractGenticsPlugin() - Constructor for class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
AbstractGenticsPlugin.SubPluginEventBrokerProvider - Class in com.gentics.api.portalnode.plugin
Internal helper class to provide the event broker for nested plugins
AbstractGenticsPlugin.SubPluginEventBrokerProvider(String) - Constructor for class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin.SubPluginEventBrokerProvider
Create an instance of the EventBrokerProvider
AbstractGenticsPortlet - Class in com.gentics.api.portalnode.portlet
AbstractGenticsPortlet is the base class for all gentics portlets.
AbstractGenticsPortlet(String) - Constructor for class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
basic constructor that initializes the gentics portlet.
AbstractGenticsPortlet.SubPluginEventBrokerProvider - Class in com.gentics.api.portalnode.portlet
Internal helper class to provide the event broker for nested plugins
AbstractGenticsPortlet.SubPluginEventBrokerProvider(String) - Constructor for class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet.SubPluginEventBrokerProvider
Create an instance of the EventBrokerProvider
AbstractVersioningDatasource - Class in com.gentics.api.lib.datasource
Abstract basic implementation for versioning datasources.
AbstractVersioningDatasource(String) - Constructor for class com.gentics.api.lib.datasource.AbstractVersioningDatasource
 
AccessControl - Interface in com.gentics.api.portalnode.security
Interface for implementation of access control for all parts of the Portal (including the initialization).
ActionEvent - Interface in com.gentics.api.portalnode.event
Interface for an action event that may be triggered and handled inside the portal.
add(Object) - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
add(int, Object) - Method in class com.gentics.api.lib.resolving.NestedCollection
 
add(Object) - Method in class com.gentics.api.lib.resolving.NestedCollection
 
addActionResponse(String, PluggableActionResponse) - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
add the pluggable action response of an already (successfully) invoked action to the context
addAdditionalActionData(String, Object) - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
add an additional piece of information that can be resolved using the resolver returned by PluggableActionContext.getAdditionalDataResolver().
addAll(Collection) - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
addAll(Collection) - Method in class com.gentics.api.lib.resolving.NestedCollection
 
addAll(int, Collection) - Method in class com.gentics.api.lib.resolving.NestedCollection
 
addBaseObject(String, Object) - Method in class com.gentics.api.lib.resolving.SetHelper
Add a new base object to the SetHelper.
addBaseResolvable(String, Resolvable) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.DatasourceFilter
Add a base resolvable to the resolver with the given baseName
addElement(Object) - Method in class com.gentics.api.lib.resolving.NestedCollection
 
addEventListener(EventHandler, String) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
Add the given event handler as listener for the given event path
addFilterPartGenerator(FilterPartGenerator) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.FilterPart
Add a filter part generator to the filter that generates a part of the statement dynamically when the filter is used to fetch results from a datasource.
addFilterStatementPart(String) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.FilterPart
Add a filter statement part
addFilterStatementPart(String, Object[]) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.FilterPart
Add a filter statement part together with some parameters (e.g.
addFunctionToEvaluate(Function, int, EvaluableExpression[], int) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.FilterPart
Add the given function to the filter for later evaluation.
addListener(EventHandler, String) - Method in interface com.gentics.api.portalnode.event.EventBroker
Add an event handler for the given event path
addListener(EventHandler, String, boolean) - Method in interface com.gentics.api.portalnode.event.EventBroker
Add an event handler for the given event path
addListener(EventHandler, String, String) - Method in interface com.gentics.api.portalnode.event.EventBroker
Add an event handler for the given event path and action
addListener(EventHandler, String, String, boolean) - Method in interface com.gentics.api.portalnode.event.EventBroker
Add an event handler for the given event path and action
addListener(String) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
addListener(String, String) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
adds this module as listener to the portal
addLiteral(Object, int) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.FilterPart
Add the given literal to the filter.
addPluginListener(String, EventHandler, String) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
adds an event handler to the plugin with the given id
addPostProcessor(PostProcessor, EvaluableExpression) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.DatasourceFilter
Add a post processor to this filter
addPostProcessor(PostProcessor, EvaluableExpression) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.FilterPart
Add a post processor to this filter part
addResolvableObject(String, int) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.FilterPart
Add a resolvable object to the filter.
addResolver(String, PropertyResolver) - Method in interface com.gentics.api.lib.rule.RuleTree
Deprecated.
Add a property resolver to the map of resolvers.
addResolver(String, Resolvable) - Method in interface com.gentics.api.lib.rule.RuleTree
Deprecated.
Add a property resolver to the map of resolvers.
addResolver(String, Map) - Method in interface com.gentics.api.lib.rule.RuleTree
Deprecated.
Add resolvable properties as map to the map of resolvers.
addRow(DatasourceRow) - Method in interface com.gentics.api.lib.datasource.DatasourceRecordSet
Add a DatasourceRow at the end of the DatasourceRecordSet
addToProperty(String, Object) - Method in class com.gentics.api.lib.resolving.PropertySetter
Add the given property to the properties resolved by the given path.
addToProperty(String, Object, boolean) - Method in class com.gentics.api.lib.resolving.PropertySetter
Add the given property to the properties resolved by the given path.
addToProperty(String, Object) - Method in class com.gentics.api.lib.resolving.SetHelper
add the given value to the multivalue property
addVariable(String, int) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.FilterPart
Add a variable to the filter.
afterProcessAction(ActionRequest, ActionResponse) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
afterProcessAction(ActionRequest, ActionResponse) - Method in interface com.gentics.api.portalnode.plugin.GenticsPlugin
This method is called by the portal after calling Portlet.processAction(javax.portlet.ActionRequest, javax.portlet.ActionResponse) on this plugin.
afterProcessAction(ActionRequest, ActionResponse) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
perform required actions after GenericPortlet.processAction(javax.portlet.ActionRequest, javax.portlet.ActionResponse) (cleaning up, etc.)
afterProcessAction(ActionRequest, ActionResponse) - Method in interface com.gentics.api.portalnode.portlet.GenticsPortlet
 
afterProcessPluginAction(String, ActionRequest, ActionResponse) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
afterProcessPluginAction(String, ActionRequest, ActionResponse) - Method in interface com.gentics.api.portalnode.plugin.GenticsPluginServer
process the afterProcessAction of the given plugin
afterProcessPluginAction(String, ActionRequest, ActionResponse) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
allowSetCacheClass - Static variable in class com.gentics.api.lib.cache.PortalCache
remember if the cacheClass has already been set to prevent re-initialisation
allowsNullValues(DatasourceFilter) - Method in interface com.gentics.api.lib.expressionparser.EvaluableExpression
Checks wheter this expression allows null values.
allowsNullValues(String) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.DatasourceFilter
Determines if the given attribute may contain null values.
assertRequiredParametersSet(PluggableActionRequest, String[], Level) - Method in class com.gentics.api.portalnode.action.GenericPluggableAction
Convenience method to check whether all required parameters are really set.
assertRequiredParametersSet(PluggableActionRequest, String[]) - Method in class com.gentics.api.portalnode.action.GenericPluggableAction
Convenience method to check whether all required parameters are really set.
ASSIGNMENT - Static variable in class com.gentics.api.lib.expressionparser.ExpressionParser
constant result object for assignments

B

baseObjects - Variable in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
base objects of the expression evaluator

C

cacheClass - Static variable in class com.gentics.api.lib.cache.PortalCache
 
cacheClassConstructor - Static variable in class com.gentics.api.lib.cache.PortalCache
 
cacheEnabled - Variable in class com.gentics.api.lib.datasource.AbstractCacheableDatasource
Defines if the cache is enabled for this instance.
call(String, HashMap<String, Object>) - Static method in class com.gentics.cr.util.PluggableActionCaller
Static Class helps you to call PluggableActions from Java
canResolve() - Method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
 
canResolve() - Method in class com.gentics.api.lib.i18n.Language
 
canResolve() - Method in class com.gentics.api.lib.resolving.JSONResolvable
 
canResolve() - Method in class com.gentics.api.lib.resolving.PropertyResolver
Determine whether this resolver (the base object) can resolve right now or not
canResolve() - Method in interface com.gentics.api.lib.resolving.Resolvable
Check whether the resolvable is capable of resolving properties right now.
canResolve() - Method in class com.gentics.api.lib.resolving.ResolvableBean
 
canResolve() - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
canResolve() - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
returns whether the module can resolve properties via calls to AbstractGenticsPortlet.getProperty(String).
canResolve() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
canWrite() - Method in interface com.gentics.api.lib.datasource.WriteableDatasource
Checks if the Datasource is allowed to write to the underlying Datastorage
caseSensitive - Variable in class com.gentics.api.lib.resolving.ResolvableComparator
case sensitive comparison, default to false
Changeable - Interface in com.gentics.api.lib.resolving
Interface for Resolvables that my be changed.
ChangeableBean - Class in com.gentics.api.lib.resolving
ChangeableBean serves as base class for JavaBeans that need to be Changeable.
ChangeableBean() - Constructor for class com.gentics.api.lib.resolving.ChangeableBean
 
channel - Variable in class com.gentics.api.lib.datasource.ChannelTreeNode
The channel of this tree node
ChannelTree - Class in com.gentics.api.lib.datasource
Root Node of the channel tree
ChannelTree() - Constructor for class com.gentics.api.lib.datasource.ChannelTree
Create an instance
ChannelTreeNode - Class in com.gentics.api.lib.datasource
A node in the channel tree
ChannelTreeNode(DatasourceChannel) - Constructor for class com.gentics.api.lib.datasource.ChannelTreeNode
Create an instance for the given channel
checkRequirements() - Method in interface com.gentics.api.lib.datasource.VersioningDatasource
check the requirements for versioning
checkViewFiles() - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
Check all view files separately for configuration errors
checkViewNode(Node) - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
Check a single view node for configuration errors
children - Variable in class com.gentics.api.lib.datasource.ChannelTree
List of children
children - Variable in class com.gentics.api.lib.datasource.ChannelTreeNode
List of children
clear() - Method in class com.gentics.api.lib.cache.PortalCache
clears the whole cache
clear() - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
clear() - Method in class com.gentics.api.lib.resolving.NestedCollection
 
clearCache() - Method in class com.gentics.api.lib.datasource.AbstractCacheableDatasource
Clears the cache for this datasource.
clearCache(Datasource) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorHelper
Clear the object and attribute cache for all objects in the given datasource
clearCache(Datasource, String) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorHelper
Clear the object and attribute cache of the given object in the given datasource
clearGroup(String) - Method in class com.gentics.api.lib.cache.PortalCache
clears the a group in the cache
clearProperties() - Method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Clear all resolvable properties
clearQueryCache(Datasource) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorHelper
Clear the query caches for the given datasource
clearView(String) - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
Clear the view with the given id
clearView() - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
Clear the view of this context
clone() - Method in class com.gentics.api.lib.datasource.AbstractDatasource
 
clone() - Method in interface com.gentics.api.lib.datasource.Datasource
Clone the datasource (that means to create a copy that would work excactly like this datasource)
clone() - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
clone() - Method in interface com.gentics.api.lib.rule.RuleTree
Deprecated.
Clone the ruletree
cloneFileInformation() - Method in class com.gentics.api.lib.upload.FileInformation
Can be used to retrieve a clone of a file item if it is needed longer than one request long.
close() - Method in interface com.gentics.api.lib.datasource.DatasourceHandle
Close the datasource handle
close() - Method in interface com.gentics.api.lib.datasource.HandlePool
Close all handles for this datasource
collator - Variable in class com.gentics.api.lib.resolving.ResolvableComparator
collator to be used for sorting Strings
columnName - Variable in class com.gentics.api.lib.datasource.Datasource.Sorting
sorted attribute
com.gentics.api - package com.gentics.api
 
com.gentics.api.imagestore - package com.gentics.api.imagestore
 
com.gentics.api.lib.auth - package com.gentics.api.lib.auth
Package for authentication related classes and interfaces.
com.gentics.api.lib.cache - package com.gentics.api.lib.cache
 
com.gentics.api.lib.datasource - package com.gentics.api.lib.datasource
Package for datasource related classes and interfaces.
com.gentics.api.lib.etc - package com.gentics.api.lib.etc
 
com.gentics.api.lib.exception - package com.gentics.api.lib.exception
Package for general exceptions.
com.gentics.api.lib.expressionparser - package com.gentics.api.lib.expressionparser
Package for classes and interfaces related to parsing and evaluating of expressions.
com.gentics.api.lib.expressionparser.filtergenerator - package com.gentics.api.lib.expressionparser.filtergenerator
 
com.gentics.api.lib.expressionparser.functions - package com.gentics.api.lib.expressionparser.functions
 
com.gentics.api.lib.i18n - package com.gentics.api.lib.i18n
Package for classes and interfaces related to internationalization (i18n).
com.gentics.api.lib.resolving - package com.gentics.api.lib.resolving
Package for classes and interfaces related to property resolving.
com.gentics.api.lib.rule - package com.gentics.api.lib.rule
Package for classes and interfaces related rule parsing and interpretation.
com.gentics.api.lib.upload - package com.gentics.api.lib.upload
Package for classes and interfaces for the fileupload support.
com.gentics.api.portalnode.action - package com.gentics.api.portalnode.action
Package for the implementation of Pluggable Actions.
com.gentics.api.portalnode.connector - package 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 com.gentics.api.portalnode.event
Package for classes and interfaces related to the event handling mechanism of Gentics® Portal.Node®.
com.gentics.api.portalnode.imp - package com.gentics.api.portalnode.imp
Package for the implementation of the Imp subsystem.
com.gentics.api.portalnode.plugin - package com.gentics.api.portalnode.plugin
Package for specific plugin implementations.
com.gentics.api.portalnode.portal - package com.gentics.api.portalnode.portal
 
com.gentics.api.portalnode.portlet - package com.gentics.api.portalnode.portlet
Package for the Gentics® specific Portlet implementations and enhancements.
com.gentics.api.portalnode.security - package com.gentics.api.portalnode.security
 
com.gentics.api.portalnode.templateengine - package com.gentics.api.portalnode.templateengine
Package for classes and interfaces of the Gentics® Template Engine.
com.gentics.cr.template - package com.gentics.cr.template
 
com.gentics.cr.util - package com.gentics.cr.util
 
compare(Object, Object) - Method in class com.gentics.api.lib.datasource.ResolvableDatasource.Sorter
 
compare(Object, Object) - Method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator.TypeSafeComparator
 
compare(Object, Object) - Method in class com.gentics.api.lib.resolving.ResolvableComparator
 
compare(Resolvable, Resolvable, Datasource.Sorting) - Method in class com.gentics.api.lib.resolving.ResolvableComparator
Compare the given resolvables with the given sorting setting
compareObjects(Comparable, Comparable, boolean) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Compare objects, care also for null objects
compareTo(ChannelTreeNode) - Method in class com.gentics.api.lib.datasource.ChannelTreeNode
 
compareTo(DatasourceChannel) - Method in class com.gentics.api.lib.datasource.DatasourceChannel
 
compareTo(Object) - Method in class com.gentics.api.lib.datasource.VersioningDatasource.Version
 
concat(RuleTree, LogicalOperator) - Method in interface com.gentics.api.lib.rule.RuleTree
Deprecated.
adds the given ruletree to the current ruletree, linking it with the given operator.
CONFIGURATION_ERROR - Static variable in interface com.gentics.api.portalnode.action.PluggableAction
constant for the error message (in case of a configuration error)
contains(Object) - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
containsAll(Collection) - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
containsAll(Collection, Collection) - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Check whether the left collection contains all objects from the right collection
containsKey(Object) - Method in class com.gentics.api.lib.i18n.I18nString.I18nStringParameters
 
containsNone(Collection, Collection) - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Check whether the collections have no object in common
containsOneOf(Collection, Collection) - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Check whether the left collection contains at least one object of the right collection
containsValue(Object) - Method in class com.gentics.api.lib.i18n.I18nString.I18nStringParameters
 
COUNTCACHEREGION - Static variable in class com.gentics.api.lib.datasource.AbstractCacheableDatasource
name of the cacheregion for count results
CR - Class in com.gentics.api
 
CR() - Constructor for class com.gentics.api.CR
 
create(Map, int) - Method in interface com.gentics.api.lib.datasource.VersioningDatasource
Create a datasource object with the given object data at the given timestamp
create(Map) - Method in interface com.gentics.api.lib.datasource.WriteableDatasource
Create a new object that can be stored in this datasource.
createActionEvent(String) - Method in interface com.gentics.api.portalnode.event.EventBroker
Create an action event
createActionURL() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
Deprecated.
actionURLs must be created using the RenderResponse (according to portlet specification 1.0 JSR 168). actionURLs created with this method will not hold to correct/total information
createDatasource(Map) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Creates a new datasource handle with the specified properties as well as a new Datasource (with default properties).
createDatasource(Map, Map) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Creates a new Datasource connection with the specified properties which should point to a Content Repository of Gentics Content.Node.
createDatasource(String) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Create a datasource instance for the datasource with given id
createDatasource(Class<T>, String) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Create a datasource instance of the given class with given id
createDatasourceFilter(Expression) - Method in interface com.gentics.api.lib.datasource.Datasource
Create a datasource filter for the given expression.
createDatasourceFilter(Expression) - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
createExpression(String) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Parse the given expression string into an Expression.
createMultichannellingDatasource(Map<String, String>, Map<String, String>) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Create a new instance of a multichannelling datasource
createPlugin(String, String, PortletConfig) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
create and initialize an instance of a plugin (defined by its pluginType)
createPortalRuleTree() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
createRenderURL() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
Deprecated.
renderURLs must be created using the RenderResponse (according to portlet specification 1.0 JSR 168). renderURLs created with this method will not hold to correct/total information
createRequestObject() - Static method in class com.gentics.api.portalnode.action.PluggableActionInvoker
Create a request object that can be used to invoke an action
createRequestObject(Map) - Static method in class com.gentics.api.portalnode.action.PluggableActionInvoker
Create a request object from the given parameters that can be used to invoke an action
createResponseObject() - Static method in class com.gentics.api.portalnode.action.PluggableActionInvoker
Create a response object that can be used to invoke an action
createRuleTree(String) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Deprecated.
createWritableMultichannellingDatasource(Map<String, String>, Map<String, String>) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Create a new writeable multichannelling datasource instance
createWriteableDatasource(Map) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Creates a new datasource handle with the specified properties as well as a new writeable datasource (with default properties).
createWriteableDatasource(Map, Map) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Creates a new datasource handle with the specified properties as well as a new writeable datasource with the specified properties.
CRSync - Class in com.gentics.api.portalnode.connector
CRSync synchronizes two given ContentRepositories based on two CNDatasources.

CRSync tries this by only syncing the changes.
If an intelligent sync is not possible, CRSync syncs the complete source repository to the target repository completly overwriting the target repository.
More help is available in the command line help (CRSync -help).
CRSync(Datasource, WriteableDatasource, String) - Constructor for class com.gentics.api.portalnode.connector.CRSync
Initialize the sync with source and target datasource, leave flags to default values (false).
CRSync(Datasource, WriteableDatasource, String, boolean, boolean, boolean, boolean, int) - Constructor for class com.gentics.api.portalnode.connector.CRSync
Initialize the sync with source and target datasource, leave flags to default values (false).
CRSync(Datasource, WriteableDatasource, String, boolean, boolean, boolean, boolean, boolean, boolean, int, CRSyncModifier) - Constructor for class com.gentics.api.portalnode.connector.CRSync
Initialize the sync with source and target datasource.
CRSyncModifier - Interface in com.gentics.api.portalnode.connector
A CRSyncModifier can be used to alter objects before they are stored in the target repository when using the CRSync.

D

Datasource - Interface in com.gentics.api.lib.datasource
Interface for Datasources.
Datasource.Sorting - Class in com.gentics.api.lib.datasource
Inner class for definition of sorting
Datasource.Sorting(String, int) - Constructor for class com.gentics.api.lib.datasource.Datasource.Sorting
Create an instance of the sorting definition.
DatasourceChannel - Class in com.gentics.api.lib.datasource
Class for channels that are written into datasources
DatasourceChannel(int, String) - Constructor for class com.gentics.api.lib.datasource.DatasourceChannel
Create an instance with given id and name
datasourceClassName - Variable in exception com.gentics.api.lib.expressionparser.filtergenerator.FilterGeneratorException
name of the datasource class for which the filter should be generated
DatasourceDefinition - Interface in com.gentics.api.lib.datasource
Interface for a datasource definition
DatasourceException - Exception in com.gentics.api.lib.datasource
Exception that might be thrown by Datasources
DatasourceException() - Constructor for exception com.gentics.api.lib.datasource.DatasourceException
Create an instance of the exception
DatasourceException(String) - Constructor for exception com.gentics.api.lib.datasource.DatasourceException
Create an instance of the exception with a message
DatasourceException(String, Throwable) - Constructor for exception com.gentics.api.lib.datasource.DatasourceException
Create an instance of the exception with a message and a cause
DatasourceException(Throwable) - Constructor for exception com.gentics.api.lib.datasource.DatasourceException
Create an instance of the exception with a cause
DatasourceFilter - Interface in com.gentics.api.lib.expressionparser.filtergenerator
Interface for FilterGenerators.
DatasourceHandle - Interface in com.gentics.api.lib.datasource
Interface for a datasource handle
DatasourceInfo - Interface in com.gentics.api.lib.datasource
Interface for datasource manipulation information
DatasourceModificationException - Exception in com.gentics.api.lib.datasource
Exception that is thrown if an error occurs during a modification (insert, update) of a datasource record.
DatasourceModificationException(Resolvable, String) - Constructor for exception com.gentics.api.lib.datasource.DatasourceModificationException
 
DatasourceNotAvailableException - Exception in com.gentics.api.lib.datasource
Exception that is thrown when the requested datasource is not available
DatasourceNotAvailableException() - Constructor for exception com.gentics.api.lib.datasource.DatasourceNotAvailableException
Create an instance of the exception
DatasourceNotAvailableException(String) - Constructor for exception com.gentics.api.lib.datasource.DatasourceNotAvailableException
Create an instance of the exception with a message
DatasourceNotAvailableException(String, Throwable) - Constructor for exception com.gentics.api.lib.datasource.DatasourceNotAvailableException
Create an instance of the exception with a message and a cause
DatasourceRecordSet - Interface in com.gentics.api.lib.datasource
Interface for DatasourceRecordSet that hold DatasourceRows retrieved from a Datasource
DatasourceRow - Interface in com.gentics.api.lib.datasource
Interface for a DatasourceRow contained in a DatasourceRecordSet.
DatasourceType - Enum in com.gentics.api.portalnode.connector
Types of datasources that are managed by the PortalConnectorFactory
decodeBinary(String) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Decode the encoded binary data (hexcode, leading zeros, all uppercase letters)
decorateRequest(GenticsImageStoreRequest, HttpServletRequest) - Method in interface com.gentics.api.imagestore.RequestDecorator
Provides the ability to alter parameters of requests sent to the GenticsImageStore
deepCopy() - Method in interface com.gentics.api.lib.rule.RuleTree
Deprecated.
Creates a deep copy of the rule tree and all operands,operators,functions & co
delete(DatasourceRecordSet) - Method in interface com.gentics.api.lib.datasource.WriteableDatasource
delete(Collection) - Method in interface com.gentics.api.lib.datasource.WriteableDatasource
Deletes a collection of objects
delete(DatasourceRecordSet, GenticsUser) - Method in interface com.gentics.api.lib.datasource.WriteableDatasource
Deprecated.
methods with GenticsUser are deprecated, use WriteableDatasource.delete(Collection) instead.
delete(Collection, GenticsUser) - Method in interface com.gentics.api.lib.datasource.WriteableDatasource
Deprecated.
methods with GenticsUser are deprecated, use WriteableDatasource.delete(Collection) instead.
delete(DatasourceFilter) - Method in interface com.gentics.api.lib.datasource.WriteableDatasource
Deletes all objects found with the given filter.
destroy() - Method in class com.gentics.api.portalnode.action.GenericPluggableAction
 
destroy() - Method in interface com.gentics.api.portalnode.action.PluggableAction
Called by the view when the pluggable action is no longer used.
destroy() - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Destroy the portal connector factory, close all database connections, remove the scheduler (created background threads).
destroy() - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
 
destroy() - Method in interface com.gentics.api.portalnode.security.AccessControl
Destroy the access control instance, free all resources.
destroyDatasourceFactories() - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Destroy all created datasource factories, close all handles (closing database connections)
disableCache - Static variable in class com.gentics.api.lib.cache.PortalCache
Defines if cache is disabled.
distributeEvent(ActionEvent, String) - Method in interface com.gentics.api.portalnode.event.EventBroker
Distribute events to registered event handlers.
doDispatch(RenderRequest, RenderResponse) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
 
doEditPNode(RenderRequest, RenderResponse) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
This method is called when the gentics portlet is rendered in PortletMode GenticsPortletMode.EDITPNODE.
doFull(RenderRequest, RenderResponse) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
This method is called when the gentics portlet shall be rendered in portlet mode GenticsPortletMode.FULL.
doPostProcessing(List<Resolvable>, ExpressionQueryRequest) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.DatasourceFilter
Do post processing of the result.
doPostProcessing(List<Resolvable>, ExpressionQueryRequest) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.FilterPart
Do post processing for this filter part.
doSync() - Method in class com.gentics.api.portalnode.connector.CRSync
Do the sync
doSync() - Method in class com.gentics.api.portalnode.connector.MCCRSync
Do the sync
DuplicateIdException - Exception in com.gentics.api.portalnode.connector
Exception that is thrown when registering a datasource or handle with an already existing ID
DuplicateIdException(String) - Constructor for exception com.gentics.api.portalnode.connector.DuplicateIdException
Create an instance with the given message

E

EDITPNODE - Static variable in interface com.gentics.api.portalnode.portlet.GenticsPortletMode
portlet mode EditPNode
EMPTY_VERSIONLIST - Static variable in interface com.gentics.api.lib.datasource.VersioningDatasource
constant for an empty version list
encodeBinary(byte[]) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Encode the given binary data into hexcode (leading zeros, all uppercase letters)
equals(Object) - Method in class com.gentics.api.lib.datasource.AbstractCacheableDatasource.DatasourceCountCacheKey
 
equals(Object) - Method in class com.gentics.api.lib.datasource.AbstractCacheableDatasource.DatasourceResultCacheKey
 
equals(ChannelTree) - Method in class com.gentics.api.lib.datasource.ChannelTree
 
equals(ChannelTreeNode) - Method in class com.gentics.api.lib.datasource.ChannelTreeNode
 
equals(Object) - Method in class com.gentics.api.lib.datasource.Datasource.Sorting
 
equals(DatasourceChannel) - Method in class com.gentics.api.lib.datasource.DatasourceChannel
 
equals(Object) - Method in class com.gentics.api.lib.datasource.VersioningDatasource.Version
 
equals(Object, Object) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Compare objects using Object.equals, but also process null references
equals(Object) - Method in class com.gentics.api.lib.i18n.I18nString
 
EvaluableExpression - Interface in com.gentics.api.lib.expressionparser
Interface for expression that can be evaluated.
evaluate(ExpressionQueryRequest, int) - Method in interface com.gentics.api.lib.expressionparser.EvaluableExpression
Evaluate the expression and return the value.
evaluate(int, ExpressionQueryRequest, EvaluableExpression[], int) - Method in interface com.gentics.api.lib.expressionparser.functions.Function
EvaluationException - Exception in com.gentics.api.lib.expressionparser
Exception that is thrown whenever the evaluation of any EvaluableExpression fails.
EvaluationException() - Constructor for exception com.gentics.api.lib.expressionparser.EvaluationException
Create empty exception
EvaluationException(String) - Constructor for exception com.gentics.api.lib.expressionparser.EvaluationException
Create exception with a message
EvaluationException(Throwable) - Constructor for exception com.gentics.api.lib.expressionparser.EvaluationException
Create exception with a cause
EvaluationException(String, Throwable) - Constructor for exception com.gentics.api.lib.expressionparser.EvaluationException
Create exception with message and cause
EVENT_ONCHANGE - Static variable in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
constant for the name of the onChange event.
EventBroker - Interface in com.gentics.api.portalnode.event
Interface for an event broker.
EventBrokerProvider - Interface in com.gentics.api.portalnode.event
Interface for event broker providers
EventHandler - Interface in com.gentics.api.portalnode.event
Interface for an EventHandler
EventRequest - Interface in com.gentics.api.portalnode.event
Interface for an event request
EventResponse - Interface in com.gentics.api.portalnode.event
Interface for an event response
executeCommand(String) - Method in class com.gentics.api.lib.resolving.SetHelper
Parse and execute the given setCommand
Expression - Interface in com.gentics.api.lib.expressionparser
Base interface for expressions.
ExpressionEvaluator - Class in com.gentics.api.lib.expressionparser
Class for expression evaluation.
ExpressionEvaluator() - Constructor for class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Create a new instance of the expression evaluator
ExpressionEvaluator.TypeSafeComparator - Class in com.gentics.api.lib.expressionparser
Comparator class for doing typesafe comparisons and sorting.
ExpressionEvaluator.TypeSafeComparator() - Constructor for class com.gentics.api.lib.expressionparser.ExpressionEvaluator.TypeSafeComparator
 
ExpressionParser - Class in com.gentics.api.lib.expressionparser
This is the expression parser (singleton).
ExpressionParserException - Exception in com.gentics.api.lib.expressionparser
Abstract base class for all exceptions that are thrown by the expression parser.
ExpressionParserException() - Constructor for exception com.gentics.api.lib.expressionparser.ExpressionParserException
Create an instance of the exception
ExpressionParserException(String) - Constructor for exception com.gentics.api.lib.expressionparser.ExpressionParserException
Create an instance of the exception with a message.
ExpressionParserException(Throwable) - Constructor for exception com.gentics.api.lib.expressionparser.ExpressionParserException
Create an instance of the exception with a cause
ExpressionParserException(String, Throwable) - Constructor for exception com.gentics.api.lib.expressionparser.ExpressionParserException
Create an instance of the exception with a message and cause.
ExpressionQueryRequest - Class in com.gentics.api.lib.expressionparser
Request object that holds information passed to evaluable expressions and functions
ExpressionQueryRequest(PropertyResolver, Map) - Constructor for class com.gentics.api.lib.expressionparser.ExpressionQueryRequest
Create an instance of the query request
ExpressionQueryRequest(DatasourceFilter, Datasource, PropertyResolver) - Constructor for class com.gentics.api.lib.expressionparser.ExpressionQueryRequest
Create an instance of the query request
ExpressionQueryRequest(DatasourceFilter, Datasource, int, int, Datasource.Sorting[], int, PropertyResolver, Map) - Constructor for class com.gentics.api.lib.expressionparser.ExpressionQueryRequest
Create an instance of the query request
expressionString - Variable in exception com.gentics.api.lib.expressionparser.ExpressionParserException
expression string that caused this exception

F

FALSE - Static variable in class com.gentics.api.lib.expressionparser.ExpressionParser
Constant expression, which is always 'false'
FeatureNotLicensedException - Exception in com.gentics.api.lib.exception
 
FeatureNotLicensedException() - Constructor for exception com.gentics.api.lib.exception.FeatureNotLicensedException
Create an instance of the exception
FeatureNotLicensedException(String, String, List<String>) - Constructor for exception com.gentics.api.lib.exception.FeatureNotLicensedException
Create an instance with message, message key for localized message and parameters
FeatureNotLicensedException(String, String, String) - Constructor for exception com.gentics.api.lib.exception.FeatureNotLicensedException
Create an instance with message and localized message
FeatureNotLicensedException(String, String) - Constructor for exception com.gentics.api.lib.exception.FeatureNotLicensedException
Create an instance with message and localized message
FeatureNotLicensedException(String, Throwable) - Constructor for exception com.gentics.api.lib.exception.FeatureNotLicensedException
Create an instance with message and cause
FeatureNotLicensedException(Throwable) - Constructor for exception com.gentics.api.lib.exception.FeatureNotLicensedException
Create an instance with cause
FeatureNotLicensedException(String) - Constructor for exception com.gentics.api.lib.exception.FeatureNotLicensedException
Create an instance of the exception with a message
FileInformation - Class in com.gentics.api.lib.upload
Provides information about an uploaded file.
FileInformation(String, long, String, byte[]) - Constructor for class com.gentics.api.lib.upload.FileInformation
Create a FileInformation object with preset data
FileInformation(FileItem, FileUploadProvider) - Constructor for class com.gentics.api.lib.upload.FileInformation
Create a FileInformation object base of the given FileItem
FileInformation(String, long, String, byte[], File, boolean) - Constructor for class com.gentics.api.lib.upload.FileInformation
Create an instance of fileinformation
FileInformation(File) - Constructor for class com.gentics.api.lib.upload.FileInformation
Create an instance of fileinformation based on the given file.
FileUploadProvider - Interface in com.gentics.api.lib.upload
The Interface FileUploadProvider defines the API for retrieving files that were uploaded via a HTTP POST.
fillFormFromResolvable(Resolvable) - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
Fill the attributes of the resolvable into the view of this context
fillFormFromResolvable(String, Resolvable) - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
Fill the attribute of the resolvable object into the view with the given id
fillMapFromForm(Map) - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
Fill the attributes from the view of this context into the map
fillMapFromForm(String, Map) - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
Fill the attributes from the view with the given id into the map
fillObjectFromForm(Resolvable, List) - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
Fill the attributes from the view of this context into the resolvable object
fillObjectFromForm(String, Resolvable, List) - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
Fill the attributes from the view with the given id into the resolvable object
filter(Expression, List<Resolvable>) - Method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Filter the given list of resolvables with the given expression.
FilterGeneratorException - Exception in com.gentics.api.lib.expressionparser.filtergenerator
Exception that might be thrown during the generation of a datasource filter.
FilterGeneratorException() - Constructor for exception com.gentics.api.lib.expressionparser.filtergenerator.FilterGeneratorException
Create an instance of the exception
FilterGeneratorException(String) - Constructor for exception com.gentics.api.lib.expressionparser.filtergenerator.FilterGeneratorException
Create an instance of the exception with a message.
FilterGeneratorException(Throwable) - Constructor for exception com.gentics.api.lib.expressionparser.filtergenerator.FilterGeneratorException
Create an instance of the exception with a cause
FilterGeneratorException(String, Throwable) - Constructor for exception com.gentics.api.lib.expressionparser.filtergenerator.FilterGeneratorException
Create an instance of the exception with a message and cause.
FilterPart - Interface in com.gentics.api.lib.expressionparser.filtergenerator
Interface for a filterpart.
FilterPartGenerator - Interface in com.gentics.api.lib.expressionparser.filtergenerator
Interface for a filter part generator added to the filter during generation.
finalize() - Method in class com.gentics.api.lib.upload.FileInformation
Called by the GC - invalidates this instance to delete tmp files.
FULL - Static variable in interface com.gentics.api.portalnode.portlet.GenticsPortletMode
portlet mode FULL which is used to render portlets "fullscreen" (e.g.
Function - Interface in com.gentics.api.lib.expressionparser.functions
Interface for functions.
FUNCTIONTYPE_NAMES - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant of the function type names

G

generateConstantFilterPart(String, Object[]) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.DatasourceFilter
Generate a filterpart for a constant string with optional parameters
generateFilterPart(ExpressionQueryRequest, FilterPart, int) - Method in interface com.gentics.api.lib.expressionparser.EvaluableExpression
Generate the filter part for the evaluable expression.
generateFilterPart(int, ExpressionQueryRequest, FilterPart, EvaluableExpression[], int) - Method in interface com.gentics.api.lib.expressionparser.functions.Function
generateLiteralFilterPart(Object, int) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.DatasourceFilter
Generate a filterpart for a literal.
generateVariableFilterPart(String, int) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.DatasourceFilter
Generate a filterpart for a variable.
GenericPluggableAction - Class in com.gentics.api.portalnode.action
abstract base class for pluggable actions.
GenericPluggableAction() - Constructor for class com.gentics.api.portalnode.action.GenericPluggableAction
 
GenticsImageStoreRequest - Class in com.gentics.api.imagestore
Bean for accessing and modifying request parameters before they are sent to the GenticsImageStore
GenticsImageStoreRequest() - Constructor for class com.gentics.api.imagestore.GenticsImageStoreRequest
 
GenticsImpInterface - Interface in com.gentics.api.portalnode.imp
interface for small imps that are available in dungeons, modules, templates, ...
GenticsPlugin - Interface in com.gentics.api.portalnode.plugin
The GenticsPlugin defines the API of plugins.
GenticsPluginServer - Interface in com.gentics.api.portalnode.plugin
The GenticsPluginServer defines a contract for using Embedded "HelperModules" (called Plugins) inside the Portal.Node Environment.
GenticsPortlet - Interface in com.gentics.api.portalnode.portlet
The Module Interface enhances the JSR 168 defined Standard Portlet by adding Methods and interfaces needed for best efficent use within Gentics Portal.Node
GenticsPortletContext - Class in com.gentics.api.portalnode.portlet
Implementation of the PortletContext.
GenticsPortletContext(String, String, ServletContext) - Constructor for class com.gentics.api.portalnode.portlet.GenticsPortletContext
Create an instance of the GenticsPortletContext.
GenticsPortletMode - Interface in com.gentics.api.portalnode.portlet
Interface for additional portlet modes that are supported by Gentics Portal.Node®3
GenticsStatefulImpInterface - Interface in com.gentics.api.portalnode.imp
Interface for imps which store context-related data.
GenticsUser - Interface in com.gentics.api.lib.auth
Interface for the Portal User
get(Object) - Method in class com.gentics.api.lib.cache.PortalCache
retrieve an object from the cache
get(String) - Method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
 
get(Object) - Method in class com.gentics.api.lib.i18n.I18nString.I18nStringParameters
 
get(String) - Method in class com.gentics.api.lib.i18n.Language
 
get(String) - Method in class com.gentics.api.lib.resolving.JSONResolvable
 
get(String) - Method in class com.gentics.api.lib.resolving.PropertyResolver
Get a property from the base object.
get(String) - Method in interface com.gentics.api.lib.resolving.Resolvable
Get the property named by key or null if the property does not exist or is not set.
get(String) - Method in class com.gentics.api.lib.resolving.ResolvableBean
 
get(String) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
get(String) - Static method in class com.gentics.api.portalnode.portal.PortalPropertySetter
Get a portal property via the provided path
get(String) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
get(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getAbsoluteServerURL() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
Get the absolute URL to the portal server
getActionCommand() - Method in interface com.gentics.api.portalnode.event.ActionEvent
Get the action command of the event
getActionResolver() - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
get a resolvable to resolve actions (and their response parameters)
getActionResponse() - Method in interface com.gentics.api.portalnode.action.PluggableActionResponse
Get the action response of the handled portlet action, may be null when the pluggable action is done in the render phase or in the serve resource phase
getAdditionalDataResolver() - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
get the resolver for the data added with PluggableActionContext.addAdditionalActionData(String, Object).
getAffectedRecordCount() - Method in interface com.gentics.api.lib.datasource.DatasourceInfo
Returns number of affected rows
getAffectedRecords() - Method in interface com.gentics.api.lib.datasource.DatasourceInfo
Returns affected row objects
getAsBinary(Object) - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Get the given object as binary.
getAsBoolean(Object) - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Get the given object as boolean.
getAsCollection(Object) - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Get the given object as Collection.
getAsDate(Object) - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Get the given object as Date.
getAsNumber(Object, Class) - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Get the given object as number of the given class.
getAsNumber(ExpressionQueryRequest, Object, Class) - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
 
getAsNumber(Object) - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Get the given object as number.
getAsResolvableDatasourceFilter(DatasourceFilter) - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
Get the datasource filter as resolvable datasource filter
getAsString(Object) - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Get the given object as String.
getAsType(Object, int) - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Get the given object as object of specified type.
getAttribute(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getAttributeNames() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getAttributes() - Method in class com.gentics.api.portalnode.connector.PLinkInformation
Returns all additional attributes of a plink.
getAuthenticationSystem() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
returns the AuthenticationSystem used for this portal Instance.
getAvailableDatasources() - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Get the list of all available datasource ids
getAvailableDatasources(Class<? extends Datasource>) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Get the available datasources as list of ids
getAvailableDatasources() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
Get a collection of the ids of all available datasources
getAvailableDatasources(Class) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
Get a collection of the ids of all available datasources (of the specified type)
getAvailableImps() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
get a collection of available imps (their ids)
getBaseObjects() - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
Get an unmodifiable map of the context base objects
getBinary(String) - Method in interface com.gentics.api.lib.datasource.DatasourceRow
Get the content of the given column as byte array
getBinary(Object, byte[]) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Get the object as binary value (byte array)
getBoolean(String) - Method in interface com.gentics.api.lib.datasource.DatasourceRow
Get the content of the given column as boolean
getBoolean(Object, boolean) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Get the boolean value of the given object.
true, 1, yes and on will be interpreted as TRUE.
false, 0, no and off will be interpreted as FALSE.
Everything else cannot be interpreted as boolean and will return the defaultValue.
getBoolean(Object, Boolean) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Get the Boolean value of the given object.
true, 1, yes and on will be interpreted as TRUE.
false, 0, no and off will be interpreted as FALSE.
Everything else cannot be interpreted as boolean and will return the defaultValue.
getBooleanModuleParameter(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getCache(String) - Static method in class com.gentics.api.lib.cache.PortalCache
retrieve a PortalCache instance
getCacheAttributes(Object) - Method in class com.gentics.api.lib.cache.PortalCache
get the cache attributes for a cached entry.
getCacheAttributes(String, Object) - Method in class com.gentics.api.lib.cache.PortalCache
get the cache attributes for a cached entry in a group.
getCachedCount(AbstractCacheableDatasource.DatasourceResultCacheKeyBase) - Method in class com.gentics.api.lib.datasource.AbstractCacheableDatasource
Returns the cached count for the given cache key or null if none was cached.
getCachedResult(AbstractCacheableDatasource.DatasourceResultCacheKeyBase) - Method in class com.gentics.api.lib.datasource.AbstractCacheableDatasource
Returns the cached results of a query.
getCacheKey(String, Object[], int, int, Datasource.Sorting[], Map) - Method in class com.gentics.api.lib.datasource.AbstractCacheableDatasource
Creates and returns the cache key for the given parameters.
getCacheKeyForCount(String, Object[], Map) - Method in class com.gentics.api.lib.datasource.AbstractCacheableDatasource
Creates and returns a new cache key for a count statement.
getChangeableContentObject(String, WriteableDatasource) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Returns a changeable content object with the given content id.
getChannel() - Method in class com.gentics.api.lib.datasource.ChannelTreeNode
Get the channel
getChannelPaths() - Method in interface com.gentics.api.lib.datasource.MultichannellingDatasource
Get the list of paths to the currently selected channels.
getChannels() - Method in interface com.gentics.api.lib.datasource.MultichannellingDatasource
Get the currently used channels (one for each separate channel structure).
getChannelStructure() - Method in interface com.gentics.api.lib.datasource.MultichannellingDatasource
Get the whole structure of nodes and channels currently contained in the datasource
getChildren() - Method in class com.gentics.api.lib.datasource.ChannelTree
Get the list of children
getChildren() - Method in class com.gentics.api.lib.datasource.ChannelTreeNode
Get the list of children
getCollection(Object, Collection) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Get the given object as a collection.
getColumnName() - Method in class com.gentics.api.lib.datasource.Datasource.Sorting
 
getContainerRuntimeOptions() - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
getContainerRuntimeOptions() - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
 
getContainerRuntimeOptions() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getContentId() - Method in class com.gentics.api.portalnode.connector.PLinkInformation
Returns the contentid this plink references.
getContentObject(String, Datasource) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Returns a content object with the given content id.
getContentType() - Method in class com.gentics.api.lib.upload.FileInformation
Returns the delivered ContentType of the File
getContext() - Method in class com.gentics.api.portalnode.action.GenericPluggableAction
get the pluggable action context
getContext() - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Get the template context as unmodifiable map.
getContextPropertySetter() - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
Get the property setter for all context properties.
getCookies() - Method in class com.gentics.api.imagestore.GenticsImageStoreRequest
Returns a list of cookies included with the request to the GenticsImageStore
getCount(DatasourceFilter) - Method in class com.gentics.api.lib.datasource.AbstractDatasource
 
getCount() - Method in class com.gentics.api.lib.datasource.AbstractDatasource
 
getCount(DatasourceFilter, Map) - Method in class com.gentics.api.lib.datasource.AbstractVersioningDatasource
 
getCount(DatasourceFilter) - Method in class com.gentics.api.lib.datasource.AbstractVersioningDatasource
 
getCount(DatasourceFilter, int) - Method in class com.gentics.api.lib.datasource.AbstractVersioningDatasource
 
getCount() - Method in interface com.gentics.api.lib.datasource.Datasource
Deprecated.
getCount(DatasourceFilter) - Method in interface com.gentics.api.lib.datasource.Datasource
Get the number of objects in the datasource that match the given filter
getCount(DatasourceFilter, Map<String, Object>) - Method in interface com.gentics.api.lib.datasource.Datasource
Get the number of objects in the datasource that match the given filter
getCount(DatasourceFilter, Map) - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
getCount(DatasourceFilter, int) - Method in interface com.gentics.api.lib.datasource.VersioningDatasource
Get the number of resolvables matching the given filter at the versionTimestamp
getCount(DatasourceFilter, Map, int) - Method in interface com.gentics.api.lib.datasource.VersioningDatasource
Get the number of resolvables matching the given filter at the versionTimestamp
getCount() - Method in class com.gentics.api.lib.expressionparser.ExpressionQueryRequest
Get the count
getCount2() - Method in interface com.gentics.api.lib.datasource.Datasource
Deprecated.
getCount2() - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
getCountResultsCache() - Method in class com.gentics.api.lib.datasource.AbstractCacheableDatasource
 
getCreateDate() - Method in interface com.gentics.api.lib.cache.PortalCacheAttributes
get the creation date as timestamp in milliseconds from the entry.
getDatasource() - Method in class com.gentics.api.lib.expressionparser.ExpressionQueryRequest
Get the datasource
getDatasource(String) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
Get a datasource by id.
getDatasource(String) - Method in interface com.gentics.api.portalnode.portlet.GenticsPortlet
get a datasource by id
getDatasource(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getDatasource() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
returns default datasource which is the first found datasource of a specific type.
getDatasourceClass() - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.DatasourceFilter
Get the datasource class of this datasource filter
getDatasourceClassName() - Method in exception com.gentics.api.lib.expressionparser.filtergenerator.FilterGeneratorException
Get the set datasource class name
getDatasourceDefinition() - Method in interface com.gentics.api.lib.datasource.DatasourceHandle
Get the datasource definition
getDatasourceIdentifier() - Method in class com.gentics.api.lib.datasource.AbstractCacheableDatasource
Returns a unique identifier for this datasource.
getDate() - Method in class com.gentics.api.lib.datasource.VersioningDatasource.Version
 
getDate(Object, Date) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Get the Date representation of the given object
getDic() - Method in class com.gentics.api.lib.i18n.Language
 
getDiffCount() - Method in class com.gentics.api.lib.datasource.VersioningDatasource.Version
get number of dataset rows, which differ to the last version.
getDouble(String) - Method in interface com.gentics.api.lib.datasource.DatasourceRow
Get the content of the given column as double
getDouble(Object, double) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Get a double value of the given object
getDouble(Object, Double) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Get the Double representation of the object
getDoubleClickProtection() - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
Get whether doubleclickprotection is on for all views
getEmbeddedEvent() - Method in interface com.gentics.api.portalnode.event.ActionEvent
Get the embedded event
getEntry() - Method in class com.gentics.api.lib.resolving.PropertyResolver.PropertyPathEntry
Get the entry
getEvent() - Method in interface com.gentics.api.portalnode.event.EventRequest
Get the event of the request
getEventBroker() - Method in interface com.gentics.api.portalnode.event.EventBrokerProvider
get the event broker
getEventBroker() - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
Returns the current event broker of this plugin
getEventBroker() - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin.SubPluginEventBrokerProvider
 
getEventBroker() - Method in interface com.gentics.api.portalnode.plugin.GenticsPlugin
returns the current event broker
getEventBroker() - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet.SubPluginEventBrokerProvider
 
getEventBroker() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
Get the event broker.
getEventId() - Method in interface com.gentics.api.portalnode.event.EventRequest
Get the event id
getExpectedValueType(DatasourceFilter) - Method in interface com.gentics.api.lib.expressionparser.EvaluableExpression
Get the value type which this expression is expected to return
getExpectedValueType(int) - Method in interface com.gentics.api.lib.expressionparser.functions.Function
Get the value type which this expression is expected to return
getExpression() - Method in interface com.gentics.api.lib.rule.RuleTree
Deprecated.
Get the parsed expression of this ruletree.
getExpressionParserMode() - Static method in class com.gentics.api.lib.expressionparser.ExpressionParser
Get the expressionparser mode as String
getExpressionParserMode(ExpressionQueryRequest) - Static method in class com.gentics.api.lib.expressionparser.ExpressionParser
 
getExpressionString() - Method in interface com.gentics.api.lib.expressionparser.Expression
Get the (complete) expression as string
getExpressionString() - Method in exception com.gentics.api.lib.expressionparser.ExpressionParserException
Get the expression string of the expression causing this exception
getExpressionString() - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.DatasourceFilter
Get the expression string of this filter
getFeedbackMessage() - Method in interface com.gentics.api.portalnode.action.PluggableActionResponse
Get the feedback message
getFeedbackParameters() - Method in interface com.gentics.api.portalnode.action.PluggableActionResponse
Get all set feedback parameters
getFileInformation(String) - Method in interface com.gentics.api.lib.upload.FileUploadProvider
Get the file information of an uploaded file by field name.
The retrieved value will depend on the client's operating system: Windows delivers Full Path, *NX delivers only FileName
getFileName() - Method in class com.gentics.api.lib.upload.FileInformation
Returns the relative Path of the File.
getFilePath() - Method in class com.gentics.api.lib.upload.FileInformation
Returns the upload Path if available or null if not.
getFileSize() - Method in class com.gentics.api.lib.upload.FileInformation
Get the file size in bytes.
getFileUploadProvider() - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
Get an instance of a FileUploadProvider.
getFileUploadProvider() - Method in interface com.gentics.api.portalnode.plugin.GenticsPlugin
Get the file upload provider.
getFileUploadProvider() - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
Get a file upload provider for the module.
getFileUploadProvider() - Method in interface com.gentics.api.portalnode.portlet.GenticsPortlet
 
getFileUploadProvider() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getFilter() - Method in class com.gentics.api.lib.expressionparser.ExpressionQueryRequest
Get the filter
getFilterPart(ExpressionQueryRequest) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.FilterPartGenerator
Method that is called by the filter when it finally merges all filter parts to use the filter.
getFormatterManager() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getFromGroup(String, Object) - Method in class com.gentics.api.lib.cache.PortalCache
Retrieven an object from the group in the cache
getFullModuleType() - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
 
getFullModuleType() - Method in interface com.gentics.api.portalnode.portlet.GenticsPortlet
Get the full module type (including the application prefix)
getFullPluginName() - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
getFullPluginName() - Method in interface com.gentics.api.portalnode.plugin.GenticsPlugin
Get the full plugin name (including the portletapplication prefix)
getGeneralExceptionMessagePrefix() - Method in exception com.gentics.api.lib.expressionparser.EvaluationException
 
getGeneralExceptionMessagePrefix() - Method in exception com.gentics.api.lib.expressionparser.ExpressionParserException
Get the general exception message prefix (dependent on the concrete exception class)
getGeneralExceptionMessagePrefix() - Method in exception com.gentics.api.lib.expressionparser.filtergenerator.FilterGeneratorException
 
getGenticsPortletContext() - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
Returns the specific GenticsPortletContext of this plugin
getGenticsPortletContext() - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
returns the specific GenticsPortletContext of this Module
getGenticsPortletContext() - Method in interface com.gentics.api.portalnode.portlet.GenticsPortlet
returns the GenticsPortletContext
getHandle() - Method in interface com.gentics.api.lib.datasource.HandlePool
Get a handle of the datasource Might return null if no valid handle is available
getHandlePool() - Method in interface com.gentics.api.lib.datasource.Datasource
Get the handlepool used by this Datasource.
getHandlePool() - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
getHeaders() - Method in class com.gentics.api.imagestore.GenticsImageStoreRequest
Return a key/value Map of headers included with the request to the GenticsImageStore
getId() - Method in interface com.gentics.api.lib.auth.GenticsUser
Get the id of the user
getId() - Method in class com.gentics.api.lib.datasource.AbstractDatasource
 
getId() - Method in interface com.gentics.api.lib.datasource.Datasource
Returns the unique identifier for this Datasource.
getId() - Method in class com.gentics.api.lib.datasource.DatasourceChannel
Get the channel id
getID() - Method in interface com.gentics.api.lib.datasource.DatasourceDefinition
Get the id of the datasource definition
getId() - Method in class com.gentics.api.lib.i18n.Language
get the id of the language object.
getId() - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
Get the plugin id
getImageUri() - Method in class com.gentics.api.imagestore.GenticsImageStoreRequest
Returns the path to the image called by the request to the GenticsImageStore
getImp(String) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
Get an imp
getImp(String) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
Get an instance of the imp with the given id.
getImp(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
get the imp with given id from its dungeon.
getImp(Class) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
Get the (first available) imp of the given class.
getImpId() - Method in class com.gentics.api.portalnode.imp.AbstractGenticsImp
 
getImpId() - Method in interface com.gentics.api.portalnode.imp.GenticsImpInterface
get the id of the imp by which it has been initialized.
getInitParameter(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getInitParameterNames() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getInnerCollection() - Method in class com.gentics.api.lib.resolving.NestedCollection
Get the inner collection (unmodifiable)
getInputStream(String, int) - Method in interface com.gentics.api.lib.resolving.StreamingResolvable
Get an input stream for reading the nth property value, if the property can be streamed and 0 <= n < StreamingResolvable.getNumStreams(String)
getInputStream() - Method in class com.gentics.api.lib.upload.FileInformation
Get an input stream for reading the content of an uploaded file
getInstance() - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator.TypeSafeComparator
static method to get the singleton instance
getInstance() - Static method in class com.gentics.api.lib.expressionparser.ExpressionParser
Get the singleton instance of the expression parser
getInt(String) - Method in interface com.gentics.api.lib.datasource.DatasourceRow
Get the content of the given column as int
getInt(Object, int) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Get an integer representation of the given object
getInteger(Object, Integer) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Get the Integer representation of the given object
getIntegerModuleParameter(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getIsEternal() - Method in interface com.gentics.api.lib.cache.PortalCacheAttributes
true if this cache object should not be expired - maxLive will be ignored
getKey() - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor.SpecificationItem
Get the key
getLanguage() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
get the current portal language
getLanguageProvider() - Method in class com.gentics.api.lib.i18n.I18nString
Method to get the current language provider
getLanguageVariant(Resolvable, String, Datasource) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorHelper
This helper method can be used to fetch a given language variant for the given page object (which was published from Gentics Content.Node).
getLastAccessDate() - Method in interface com.gentics.api.lib.cache.PortalCacheAttributes
get the last access date of the cache element as timestamp in milliseconds.
getLastException() - Method in interface com.gentics.api.lib.datasource.DatasourceHandle
Get the last exception
getListOfObjectsModuleParameter(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getLocale() - Method in class com.gentics.api.lib.i18n.Language
 
getLocalizedMessage() - Method in exception com.gentics.api.lib.exception.NodeException
Returns the localized message from the given message key.
getLong(String) - Method in interface com.gentics.api.lib.datasource.DatasourceRow
Get the content of the given column as long
getLong(Object, long) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Get a long representation of the given object
getLong(Object, Long) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Get a Long representation of the given object
getLongTimestamp(Object, long) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Get the timestamp in milliseconds of the object (if it is a Date) or the defaultValue for non-Date objects
getMainFilterPart() - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.DatasourceFilter
Get the main filterpart of this filter.
getMajorVersion() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getMaxAge() - Method in interface com.gentics.api.lib.cache.PortalCacheAttributes
get the maximum age that the cache entry may exist in seconds.
getMaxFilesize() - Method in interface com.gentics.api.lib.upload.FileUploadProvider
Get the maximum allowed filesize
getMaxIdleTime() - Method in interface com.gentics.api.lib.cache.PortalCacheAttributes
get the maximum idle time of the cache entry in seconds.
getMaxParameters() - Method in interface com.gentics.api.lib.expressionparser.functions.Function
Get maximum number of parameters.
getMessage() - Method in exception com.gentics.api.lib.expressionparser.ExpressionParserException
 
getMimeType(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getMinorVersion() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getMinParameters() - Method in interface com.gentics.api.lib.expressionparser.functions.Function
Get minimum number of parameters.
getModule() - Method in class com.gentics.api.portalnode.action.GenericPluggableAction
get the module from the pluggable action context
getModule() - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
get the module that uses the pluggable action
getModule() - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
getModule() - Method in interface com.gentics.api.portalnode.plugin.GenticsPlugin
Get the module which registeres and uses this plugin
getModuleId() - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
return the unique if of this module
getModuleId() - Method in interface com.gentics.api.portalnode.portlet.GenticsPortlet
returns the module ID
getModuleId() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
get the module id
getModuleParameter(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
Return a module parameter - for a convenient way to retrieve the value as string see GenticsPortletContext.getStringModuleParameter(String)
getModuleParameterMap() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getModuleParameterNames() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
Deprecated.
this method will be removed in the future
getModuleType() - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
 
getModuleType() - Method in interface com.gentics.api.portalnode.portlet.GenticsPortlet
get the module type
getMother() - Method in class com.gentics.api.lib.resolving.PropertyResolver.PropertyPathEntry
Get mother object(s)
getName() - Method in class com.gentics.api.lib.datasource.DatasourceChannel
Get the channel name
getName() - Method in interface com.gentics.api.lib.expressionparser.functions.Function
Get the name of the function.
getNamedDispatcher(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getNodeModuleParameter(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
get a module parameter of type node
getNumber(Object, Number) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Get the number represented by the given object
getNumStreams(String) - Method in interface com.gentics.api.lib.resolving.StreamingResolvable
Get the number of streams available for the property with given name.
getObject(String) - Method in interface com.gentics.api.lib.datasource.DatasourceRow
Get the value of the given column as Object
getObjectPath() - Method in interface com.gentics.api.portalnode.event.ActionEvent
 
getObjectType(Object) - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Analyze the given object and get the objecttype
getOriginalFileName() - Method in class com.gentics.api.lib.upload.FileInformation
Returns the "original" filename which was passed by the browser.
getOutput(String) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Parses and renders the (portal-wide) template identified by id
getOutput(Map) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Parses and renders the (portal-wide) template identified by a single classification map
getOutput(Map[]) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Parses and renders the (portal-wide) template identified by an array of classification maps
getOutput(String, GenticsPortlet) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Parses the template source replacing variables with their actual values, given by id, with the context The context constist of default objects (i18n, formatters, ...) and the objects given via TemplateProcessor.put(String, Object)
getOutput(Map, GenticsPortlet) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Parses the template source.
getOutput(Map[], GenticsPortlet) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Parses the template source.
getOutput(String, GenticsPlugin) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Parses the template source replacing variables with their actual values, given by id, with the context The context constist of default objects (i18n, formatters, ...) and the objects given via TemplateProcessor.put(String, Object)
getOutput(Map, GenticsPlugin) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Parses the template source.
getOutput(Map[], GenticsPlugin) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Parses the template source.
getOutputForSource(String) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Parse and render the template given by source
getOutputForSource(String, GenticsPortlet) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Parses the given template source
getOutputForSource(String, GenticsPlugin) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Parses the given template source
getParameter() - Method in interface com.gentics.api.lib.datasource.DatasourceDefinition
Get the parameters of the datasource definition
getParameter(String) - Method in interface com.gentics.api.lib.upload.FileUploadProvider
Get the value of a non-file parameter (similar to PortletRequest.getParameter(java.lang.String))
getParameter(String) - Method in interface com.gentics.api.portalnode.action.PluggableActionRequest
get the value of the parameter identified by key
getParameter(String) - Method in interface com.gentics.api.portalnode.action.PluggableActionResponse
Get the value of the parameter identified by key
getParameter(String) - Method in interface com.gentics.api.portalnode.event.ActionEvent
Get the action parameter with given name
getParameter(String, Object) - Method in interface com.gentics.api.portalnode.event.ActionEvent
Get the action parameter with given name or the default value if the parameter is not set
getParameter(String) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
Get a parameter of this plugin
getParameterMap() - Method in interface com.gentics.api.lib.upload.FileUploadProvider
Get all non-file parameters as map (similar to PortletRequest.getParameterMap())
getParameterMap() - Method in interface com.gentics.api.portalnode.event.ActionEvent
Get a map of all event parameters
getParameterNames() - Method in interface com.gentics.api.lib.upload.FileUploadProvider
Get all parameter names of non-file parameters (similar to PortletRequest.getParameterNames())
getParameterNames() - Method in interface com.gentics.api.portalnode.action.PluggableActionRequest
get the set of parameter keys
getParameterNames() - Method in interface com.gentics.api.portalnode.action.PluggableActionResponse
Get the set of parameter keys
getParameters() - Method in class com.gentics.api.lib.expressionparser.ExpressionQueryRequest
Get the parameters
getParameters() - Method in class com.gentics.api.lib.i18n.I18nString
Get the parameters map
getParameterValues(String) - Method in interface com.gentics.api.lib.upload.FileUploadProvider
Get values of a non-file parameter (similar to PortletRequest.getParameterValues(java.lang.String))
getParams() - Method in class com.gentics.api.lib.expressionparser.filtergenerator.MergedFilter
Get the parameters list
getPath() - Method in class com.gentics.api.lib.resolving.PropertyResolver.PropertyPathEntry
Get the path that resolved to this property
getPLink(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
get a plink to the content with given contentid
getPlugin(String) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
getPlugin(String) - Method in interface com.gentics.api.portalnode.plugin.GenticsPluginServer
returns a plugin from the server (if registered), or else null
getPlugin(String) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
returns the plugin that was registered via AbstractGenticsPortlet.registerPlugin(String, GenticsPlugin)with the given id
getPNodeCode() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getPortalParameter(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
Helper method to access portal parameters
getPortalProperties() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
Returns all Configuration Properties from the Portal
getPortalProperty(String) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
returns the portal property (not implemented in abstractmodule)
getPortalPropertyResolver() - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
Get a property resolver for resolving portal properties
getPortalPropertySetter() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
get a property setter for setting portal properties
getPortalResolver() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getPortletConfig() - Method in interface com.gentics.api.portalnode.portlet.GenticsPortlet
Returns the PortletConfig object of this portlet.
getPortletContext() - Method in interface com.gentics.api.portalnode.portlet.GenticsPortlet
returns the portlet context this method is within our genticsmodule interface as we closely relate to the javax.portlet.GenericPortlet of the JSR 168 Specification.
getPortletContextName() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getPortletRequest() - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
get the originating portlet request
getPortletRequest() - Method in interface com.gentics.api.portalnode.action.PluggableActionRequest
get the originating portlet request
getPortletRequest() - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
get the current PortletRequest
getPortletRequest() - Method in interface com.gentics.api.portalnode.portlet.GenticsPortlet
returns the PortletRequest of this module the portlet request is created when setting the request for this module
getPortletTemplateProcessor(GenticsPortlet) - Static method in class com.gentics.cr.template.PortalNodeTemplateManager
Get a TemplateProcessor from a running Portal.Node Instance.
getProperty(String) - Method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
 
getProperty(String) - Method in class com.gentics.api.lib.i18n.Language
 
getProperty(String) - Method in class com.gentics.api.lib.resolving.JSONResolvable
 
getProperty(String) - Method in class com.gentics.api.lib.resolving.PropertyResolver
Get a property from the start object.
getProperty(String) - Method in interface com.gentics.api.lib.resolving.Resolvable
Get the property named by key or null if the property does not exist or is not set.
getProperty(String) - Method in class com.gentics.api.lib.resolving.ResolvableBean
 
getProperty(String) - Method in class com.gentics.api.lib.resolving.SetHelper
Get the property by its path.
getProperty(String) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
getProperty(String) - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
 
getProperty(String) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
resolve the given property key to a property.
getProperty(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getPropertyName() - Method in class com.gentics.api.lib.resolving.PropertyResolver.PropertyPathEntry
Get property name of this entry
getPropertyNames() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getQueryResultsCache() - Method in class com.gentics.api.lib.datasource.AbstractCacheableDatasource
Returns the Query Results Cache.
getQueryString() - Method in class com.gentics.api.imagestore.GenticsImageStoreRequest
Returns all query parameters sent along with the request to the GenticsImageStore as a String
getRealPath(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getRecord() - Method in exception com.gentics.api.lib.datasource.DatasourceModificationException
 
getRemainingPath() - Method in class com.gentics.api.lib.resolving.PropertyResolver.PropertyPathEntry
Get the remaining part of the path
getRepositoryPath() - Method in interface com.gentics.api.lib.upload.FileUploadProvider
Returns the current repository path used for uploaded files.
getRequest() - Method in class com.gentics.api.lib.expressionparser.filtergenerator.MergedFilter
Get the Expression request
getRequestDispatcher(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getResolver() - Method in class com.gentics.api.lib.expressionparser.ExpressionQueryRequest
Get the property resolver
getResolver() - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.DatasourceFilter
Get the resolver to resolve object paths
getResource(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getResourceAsStream(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getResourcePaths(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getResourceResponse() - Method in interface com.gentics.api.portalnode.action.PluggableActionResponse
Get the resource response of the handled portlet action, may be null when the pluggable action is done in the render phase or in the action phase
getResult() - Method in class com.gentics.api.lib.datasource.AbstractDatasource
getResult(int, int, String, int) - Method in class com.gentics.api.lib.datasource.AbstractDatasource
Deprecated.
use {@link #getResult(DatasourceFilter, String[], int, int, Sorting[]) instead.
getResult(String, int) - Method in class com.gentics.api.lib.datasource.AbstractDatasource
Deprecated.
use {@link #getResult(DatasourceFilter, String[], int, int, Sorting[]) instead.
getResult(DatasourceFilter, String[]) - Method in class com.gentics.api.lib.datasource.AbstractDatasource
 
getResult(DatasourceFilter, String[], int, int, Datasource.Sorting[]) - Method in class com.gentics.api.lib.datasource.AbstractDatasource
 
getResult(DatasourceFilter, String[], int) - Method in class com.gentics.api.lib.datasource.AbstractVersioningDatasource
 
getResult(DatasourceFilter, String[], int, int, Datasource.Sorting[], int) - Method in class com.gentics.api.lib.datasource.AbstractVersioningDatasource
 
getResult(DatasourceFilter, String[], int, int, Datasource.Sorting[], Map) - Method in class com.gentics.api.lib.datasource.AbstractVersioningDatasource
 
getResult(int, int, String, int) - Method in interface com.gentics.api.lib.datasource.Datasource
Deprecated.
Use Datasource.getResult(DatasourceFilter, String[]) methods with DatasourceFilter instead.
getResult() - Method in interface com.gentics.api.lib.datasource.Datasource
Deprecated.
Use Datasource.getResult(DatasourceFilter, String[]) methods with DatasourceFilter instead.
getResult(String, int) - Method in interface com.gentics.api.lib.datasource.Datasource
Deprecated.
Use Datasource.getResult(DatasourceFilter, String[]) methods with DatasourceFilter instead.
getResult(int, int, String, int, Map) - Method in interface com.gentics.api.lib.datasource.Datasource
Deprecated.
use Datasource.getResult(DatasourceFilter, String[]) methods with DatasourceFilter instead.
getResult(DatasourceFilter, String[]) - Method in interface com.gentics.api.lib.datasource.Datasource
Get the resolvables from the datasource that match the given datasource filter (unsorted).
getResult(DatasourceFilter, String[], int, int, Datasource.Sorting[]) - Method in interface com.gentics.api.lib.datasource.Datasource
Get the resolvables from the datasource that match the given datasource filter.
getResult(DatasourceFilter, String[], int, int, Datasource.Sorting[], Map<String, Object>) - Method in interface com.gentics.api.lib.datasource.Datasource
Get the resolvables from the datasource that match the given datasource filter.
getResult(int, int, String, int, Map) - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
getResult(DatasourceFilter, String[], int, int, Datasource.Sorting[], Map) - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
getResult(DatasourceFilter, String[], int) - Method in interface com.gentics.api.lib.datasource.VersioningDatasource
Get the resolvables matching the given datasource filter at the timestamp
getResult(DatasourceFilter, String[], int, int, Datasource.Sorting[], int) - Method in interface com.gentics.api.lib.datasource.VersioningDatasource
Get the resolvables matching the given datasource filter at the timestamp
getResult(DatasourceFilter, String[], int, int, Datasource.Sorting[], Map, int) - Method in interface com.gentics.api.lib.datasource.VersioningDatasource
Get the resolvables matching the given datasource filter at the timestamp
getRow(int) - Method in interface com.gentics.api.lib.datasource.DatasourceRecordSet
Get the DatasourceRow with the given index
getRuleModuleParameter(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getRuleString() - Method in interface com.gentics.api.lib.rule.RuleTree
Deprecated.
get the parsed string of the rule (given via RuleTree.parse(String)).
getRuleTree() - Method in class com.gentics.api.lib.rule.Rule
Get the RuleTree this Rule uses
getRuleTree() - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
get a ruletree that can resolve everything in the context of the actions
getScheduler() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
get the scheduler for timed jobs
getServerInfo() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getSessionPropertyName(String) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
Get the session property name for the given property name (prefix it with the form name)
getSessionPropertyName(String) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
Get the session property name for the given property name (prefix it with the form name)
getSize() - Method in interface com.gentics.api.lib.cache.PortalCacheAttributes
get the approximate size of the entry in bytes.
getSizeThreshold() - Method in interface com.gentics.api.lib.upload.FileUploadProvider
Returns the current max limit for files hold in memory.
getSorting() - Method in class com.gentics.api.lib.expressionparser.ExpressionQueryRequest
Get the sorting
getSortOrder() - Method in class com.gentics.api.lib.datasource.Datasource.Sorting
 
getSpecificationItem(String, String) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Get a specification item with given key and value
getStart() - Method in class com.gentics.api.lib.expressionparser.ExpressionQueryRequest
Get the start index
getStatement() - Method in class com.gentics.api.lib.expressionparser.filtergenerator.MergedFilter
Get the statement stringbuffer
getStream(String) - Method in interface com.gentics.api.lib.upload.FileUploadProvider
Get an input stream for retrieving the file content by field name
getStreamableProperties() - Method in interface com.gentics.api.lib.resolving.StreamingResolvable
Get the names of the properties that can be streamed
getString(String) - Method in interface com.gentics.api.lib.datasource.DatasourceRow
Get the content of the given column as String
getString(Object, String) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Transform the given object into a string (its string representation)
getString() - Method in class com.gentics.api.lib.etc.ObjectTransformer.InputStreamReaderRunnable
Get the read string or null if more data can be read from the stream
getStringArray(Object, String[]) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Transform the given object into a string array
getStringModuleParameter(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
Returns a module parameter (= pnode parameter) as string if available (null otherwise).
getSupportedDatasourceClasses() - Method in interface com.gentics.api.lib.expressionparser.functions.Function
Get the array of supported datasource classes for this function.
getTemplate(String) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Get the template source for the (portal-wide) template identified by id
getTemplate(Map) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Get the template source for the (portal-wide) template identified by a classification map
getTemplate(Map[]) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Get the template source for the (portal-wide) template identified by an array of classification maps
getTemplate(String, GenticsPortlet) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Get the template source, given by id exception TemplateNotFoundException
getTemplate(Map, GenticsPortlet) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Get the template source, given by hashmap exception TemplateNotFoundException
getTemplate(Map[], GenticsPortlet) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Get the template source, given by a map of parameters and implements a fallback according the array exception TemplateNotFoundException
getTemplate(String, GenticsPlugin) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Get the template source, given by id exception TemplateNotFoundException
getTemplate(Map, GenticsPlugin) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Get the template source, given by hashmap exception TemplateNotFoundException
getTemplate(Map[], GenticsPlugin) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Get the template source, given by a map of parameters and implements a fallback according the array exception TemplateNotFoundException
getTemplateProcessor() - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
Get a template processor.
getTemplateProcessor(RenderRequest, RenderResponse) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
Get a template processor that can be used to render the plugin based on the given renderRequest and renderResponse.
getTemplateProcessor(RenderRequest, RenderResponse) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
getTemplateProcessor(RenderRequest, RenderResponse) - Method in interface com.gentics.api.portalnode.portlet.GenticsPortlet
getTemplateProcessor(GenticsPortlet, PortletConfig) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
Get an instance of a template processor.
getTemplateProcessor(GenticsPortlet, PortletConfig, RenderRequest, RenderResponse) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
getTemplateProcessor() - Static method in class com.gentics.api.portalnode.templateengine.TemplateProcessorProvider
Get a (generic) template processor.
getTemplateProcessor(PortletConfig) - Static method in class com.gentics.api.portalnode.templateengine.TemplateProcessorProvider
Get a template processor for the given portletConfig.
getTemplateProcessor(GenticsPortlet, PortletConfig) - Static method in class com.gentics.api.portalnode.templateengine.TemplateProcessorProvider
Get a template processor for the given portlet.
getThrowable() - Method in class com.gentics.api.lib.etc.ObjectTransformer.InputStreamReaderRunnable
Get the throwable, if one was caught reading from the stream
getTimestamp(String) - Method in interface com.gentics.api.lib.datasource.DatasourceRow
Get the value of the given column as Timestamp
getTimestamp() - Method in class com.gentics.api.lib.datasource.VersioningDatasource.Version
get the timestamp, this version was stored with.
getTimestamp(Object, int) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Get the timestamp value of the object (if it is a Date) or the defaultValue for non-Date objects
getTitle(RenderRequest) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
get the module title as defined in the pnode of the module
getToken(Object, String) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Transform the given object into a token.
getType(String) - Method in interface com.gentics.api.lib.datasource.DatasourceRow
Get the type of the given column
getType() - Method in class com.gentics.api.lib.rule.LogicalOperator
 
getType() - Method in interface com.gentics.api.lib.rule.Operator
get the type of the operator
getTypeID() - Method in interface com.gentics.api.lib.datasource.HandlePool
Get the type id of the handles
getTypeName(Object) - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Get the type of the object as string
getTypes() - Method in interface com.gentics.api.lib.expressionparser.functions.Function
Get the types of the function.
getUnchecked(String) - Static method in class com.gentics.api.portalnode.portal.PortalPropertySetter
Get a portal property via the provided path.
getUniqueDatasourceIdentifier() - Method in class com.gentics.api.lib.datasource.AbstractCacheableDatasource
Returns a unique datasource identifier.
getUser() - Method in class com.gentics.api.lib.datasource.VersioningDatasource.Version
get the userid, this version was stored with.
getUser() - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
getValue() - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor.SpecificationItem
Get the value
getValueType(String) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.DatasourceFilter
Get the value type of the given attribute
getValuetypeName(int) - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Get the name of the given value type
getVariableName(String, int) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.DatasourceFilter
Convert the name of a variable in the expression into the datasource specific name
getVersions(String) - Method in interface com.gentics.api.lib.datasource.VersioningDatasource
get the lst of available versions for the given contentid
getVersionTimestamp() - Method in class com.gentics.api.lib.expressionparser.ExpressionQueryRequest
Get the version timestamp
getViewbasedir() - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
Returns the configured viewbasedir.
getViewData(String, String) - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
Convenience method to get the value of the specified component of the specified view
getViewDataAsMap(String) - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
Get app data from the components of the given view
getViewDocument(DocumentBuilder, File) - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
Get the view document either from the cache or parse the file content
getViews() - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
Method to get the currently set views in a threadsafe way.

H

handleEvent(ActionEvent) - Method in interface com.gentics.api.portalnode.event.EventHandler
Method to handle the given actionevent
handleEvent(ActionEvent) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
handleEvent(ActionEvent) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
handle an event this module listenes at
HandlePool - Interface in com.gentics.api.lib.datasource
Interface for the handles of a datasource.
handlePortalEvent(EventRequest, EventResponse) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
event handler method that can be overwritten by classes extending AbstractGenticsPortlet.
HandleType - Enum in com.gentics.api.portalnode.connector
Types of handles that are managed by the PortalConnectorFactory
hasChanged(long) - Method in class com.gentics.api.lib.datasource.AbstractDatasource
This default implementation simply always returns true.
hasChanged() - Method in interface com.gentics.api.lib.datasource.Datasource
Deprecated.
deprecated since a datasource should be stateless, use Datasource.hasChanged(long) instead.
hasChanged(long) - Method in interface com.gentics.api.lib.datasource.Datasource
Returns true when the data in the underlying storage layer might have changed since the given timestamp.
hasChanged() - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
hasChanged(long) - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
hasChanged(long) - Method in interface com.gentics.api.lib.rule.RuleTree
Deprecated.
Check whether the properties evaluated in this ruletree have changed since the given timestamp
hashCode() - Method in class com.gentics.api.lib.datasource.AbstractCacheableDatasource.DatasourceCountCacheKey
 
hashCode() - Method in class com.gentics.api.lib.datasource.AbstractCacheableDatasource.DatasourceResultCacheKey
 
hashCode() - Method in class com.gentics.api.lib.datasource.Datasource.Sorting
 
hashCode() - Method in class com.gentics.api.lib.datasource.VersioningDatasource.Version
 
hashCode() - Method in class com.gentics.api.lib.i18n.I18nString
 
hasPostProcessors() - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.DatasourceFilter
Check whether the filter contains PostProcessors
hasPostProcessors() - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.FilterPart
Check whether the filterpart has post processors set
hideView(String) - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
Hide the given view (only works for nested forms)

I

i18n(String) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
Get a localized string.
i18n(String) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
Get a localized string for the given key.
i18n(String) - Method in interface com.gentics.api.portalnode.portlet.GenticsPortlet
get a localized string.
i18n(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
get a localized string.
i18n(String, String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
get a localized string in the given language
I18nString - Class in com.gentics.api.lib.i18n
Localized string.
I18nString(String, LanguageProvider) - Constructor for class com.gentics.api.lib.i18n.I18nString
Create an instance of the I18nString.
I18nString.I18nStringParameters - Class in com.gentics.api.lib.i18n
Internal map implementation that transforms keys to the regexes.
I18nString.I18nStringParameters() - Constructor for class com.gentics.api.lib.i18n.I18nString.I18nStringParameters
 
id - Variable in class com.gentics.api.lib.datasource.DatasourceChannel
ID of the channel
ImageUriMapper - Interface in com.gentics.api.imagestore
Used by the {com.gentics.portalnode.GenticsImageStoreServlet} to map image requests to the locations where the images should be fetched from.
ImpException - Exception in com.gentics.api.portalnode.imp
Exception that might be thrown by imps.
ImpException() - Constructor for exception com.gentics.api.portalnode.imp.ImpException
Create instance of the exception
ImpException(String) - Constructor for exception com.gentics.api.portalnode.imp.ImpException
Create instance of the exception with a message
incompatibleComparisonTypes(Object, Object) - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Helper method to throw an Exception "Incompatible types found in comparison..."
INCONSISTENT_ERROR - Static variable in interface com.gentics.api.portalnode.action.PluggableAction
constant for the error message (in case of a configuration error).
InconsistentDataException - Exception in com.gentics.api.lib.exception
 
InconsistentDataException(String, Throwable) - Constructor for exception com.gentics.api.lib.exception.InconsistentDataException
 
init(Map) - Method in interface com.gentics.api.lib.datasource.DatasourceHandle
Initialize the datasource handle with the given parameters
init(PluggableActionContext) - Method in class com.gentics.api.portalnode.action.GenericPluggableAction
 
init(PluggableActionContext) - Method in interface com.gentics.api.portalnode.action.PluggableAction
Initialize the pluggable action
init(String, Map) - Method in class com.gentics.api.portalnode.imp.AbstractGenticsImp
 
init(String, Map) - Method in interface com.gentics.api.portalnode.imp.GenticsImpInterface
initialize the imp with the parameters defined in the <parameters> tag of the imp.
init() - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
 
init(PortletConfig) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
 
init(ServletConfig) - Method in interface com.gentics.api.portalnode.security.AccessControl
Initialize the access control instance.
initSessionPropertyNames() - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
Initialize the session property names
initSessionPropertyNames() - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
Initialize the session property names
innerCollection - Variable in class com.gentics.api.lib.resolving.NestedCollection
 
insert(DatasourceRecordSet) - Method in interface com.gentics.api.lib.datasource.WriteableDatasource
insert(Collection) - Method in interface com.gentics.api.lib.datasource.WriteableDatasource
Insert a collection of objects
insert(DatasourceRecordSet, GenticsUser) - Method in interface com.gentics.api.lib.datasource.WriteableDatasource
Deprecated.
methods with GenticsUser are deprecated, use WriteableDatasource.insert(Collection)
insert(Collection, GenticsUser) - Method in interface com.gentics.api.lib.datasource.WriteableDatasource
Deprecated.
methods with GenticsUser are deprecated, use WriteableDatasource.insert(Collection)
InsufficientPrivilegesException - Exception in com.gentics.api.lib.exception
Exception that is thrown when an action cannot be performed due to insufficient privileges
InsufficientPrivilegesException() - Constructor for exception com.gentics.api.lib.exception.InsufficientPrivilegesException
Create an instance of the exception
InsufficientPrivilegesException(String, String, List<String>) - Constructor for exception com.gentics.api.lib.exception.InsufficientPrivilegesException
Create an instance with message, message key for localized message and parameters
InsufficientPrivilegesException(String, String, String) - Constructor for exception com.gentics.api.lib.exception.InsufficientPrivilegesException
Create an instance with message and localized message
InsufficientPrivilegesException(String, String) - Constructor for exception com.gentics.api.lib.exception.InsufficientPrivilegesException
Create an instance with message and localized message
InsufficientPrivilegesException(String, Throwable) - Constructor for exception com.gentics.api.lib.exception.InsufficientPrivilegesException
Create an instance with message and cause
InsufficientPrivilegesException(Throwable) - Constructor for exception com.gentics.api.lib.exception.InsufficientPrivilegesException
Create an instance with cause
InsufficientPrivilegesException(String) - Constructor for exception com.gentics.api.lib.exception.InsufficientPrivilegesException
Create an instance of the exception with a message
invalidate() - Method in class com.gentics.api.lib.upload.FileInformation
Invalidates this instance of FileInformation.
invalidate() - Method in interface com.gentics.api.lib.upload.FileUploadProvider
Called (by the portal) when the provided information is no longer needed.
invokeAction(String, PluggableActionRequest, PluggableActionResponse) - Static method in class com.gentics.api.portalnode.action.PluggableActionInvoker
Invoke the action with the given name.
isAlive() - Method in interface com.gentics.api.lib.datasource.DatasourceHandle
Check whether the connection is still alive
isAnonymous() - Method in interface com.gentics.api.lib.auth.GenticsUser
Check whether the user is anonymous (not logged in)
isAutoRepair() - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Check whether the auto-repair functionality is switched on or off by configuration.
isAutoRepair2() - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Check whether the auto-repair2 functionality is switched on or off by configuration.
isAutoupdate() - Method in class com.gentics.api.lib.datasource.VersioningDatasource.Version
 
isCacheEnabled() - Method in class com.gentics.api.lib.datasource.AbstractCacheableDatasource
Returns if the cache is enabled.
isCompatibilityMode() - Static method in class com.gentics.api.lib.expressionparser.ExpressionParser
Check whether compatibility mode is on for the expression parser.
isCompatibilityTestMode() - Static method in class com.gentics.api.lib.expressionparser.ExpressionParser
Check whether compatibility test mode is on for the expression parser.
isConsistent() - Method in interface com.gentics.api.portalnode.action.PluggableActionRequest
check whether the input data is consistent (whether all required parameters are set)
isConstant() - Method in class com.gentics.api.lib.rule.Rule
Check whether the rule is constant or not.
isEmpty() - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
isEmpty(Object) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Check whether the given value somehow is empty.
isInteger(Number) - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Check whether the given number is an integer.
isLastEntry() - Method in class com.gentics.api.lib.resolving.PropertyResolver.PropertyPathEntry
Check whether this entry is the last entry (the actual resolved property)
isLocked() - Method in interface com.gentics.api.portalnode.event.EventBroker
Check whether the event broker is locked
isLoggedIn() - Method in interface com.gentics.api.lib.auth.GenticsUser
Check whether the user is logged in
isParameterRequired(String) - Method in interface com.gentics.api.portalnode.action.PluggableActionRequest
check whether the parameter with given key is required
isParameterSet(String) - Method in interface com.gentics.api.portalnode.action.PluggableActionRequest
check whether the parameter identified by key is set
isParameterSet(String) - Method in interface com.gentics.api.portalnode.action.PluggableActionResponse
Check whether the parameter identified by key is set
isStatic(DatasourceFilter) - Method in interface com.gentics.api.lib.expressionparser.EvaluableExpression
Check whether the evaluable expression (and all its sub parts) is static or not.
isStreamable(String) - Method in interface com.gentics.api.lib.resolving.StreamingResolvable
Check whether the property with given name can be streamed.
isTreatEmptyStringAsNull() - Static method in class com.gentics.api.lib.expressionparser.ExpressionParser
Check whether empty strings shall be treated as null or not.
isTypeSafeEqual(Object, Object) - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Check whether the objects are typesafe equal.
isTypeSafeUnequal(Object, Object) - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Check whether the objects are typesafe unequal.
isValidAttribute(String) - Method in class com.gentics.api.lib.datasource.AbstractDatasource
This default implementation will always return null because there is no generic way of determine if an attribute name is valid.
isValidAttribute(String) - Method in interface com.gentics.api.lib.datasource.Datasource
Verifies that the given attribute name is valid and exists in the datasource.
isVariable(DatasourceFilter) - Method in interface com.gentics.api.lib.expressionparser.EvaluableExpression
Check whether the evaluable expression (with its sub parts) contains a variable part.
isVersioning() - Method in interface com.gentics.api.lib.datasource.VersioningDatasource
return true when this datasource supports versioning, false if not
ITemplateManager - Interface in com.gentics.cr.template
Last changed: $Date: 2010-04-01 15:25:54 +0200 (Do, 01 Apr 2010) $
iterator() - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
iterator() - Method in interface com.gentics.api.lib.rule.RuleTree
Deprecated.
this method will not be implemented in future implementations and should not be used

J

JAXB_CONTEXTPATH - Static variable in class com.gentics.api.portalnode.plugin.ViewPlugin
context path for the JAXB context
jsonObject - Variable in class com.gentics.api.lib.resolving.JSONResolvable
wapped JSON object
JSONResolvable - Class in com.gentics.api.lib.resolving
Bridge class between JSONObject and Resolvable.
JSONResolvable(JSONObject) - Constructor for class com.gentics.api.lib.resolving.JSONResolvable
Create an instance of the JSON Resolvable wrapper

L

Language - Class in com.gentics.api.lib.i18n
language object
Language(String, Locale, Properties) - Constructor for class com.gentics.api.lib.i18n.Language
load a language object according to given id, locale and dic.
languageProvider - Variable in class com.gentics.api.lib.i18n.I18nString
language provider (for translating the key depending on the currently selected language)
length() - Method in class com.gentics.api.lib.i18n.I18nString
Get the length of the I18nString
locale - Variable in class com.gentics.api.lib.resolving.ResolvableComparator
locale
log(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
log(String, Throwable) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
logdebug(Object, Throwable) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
log fine-grained informational events that are most useful to debug an application.
logdebug(Object) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
log fine-grained informational events that are most useful to debug an application.
logError(Object, Throwable) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
log error events that might still allow the application to continue running.
logerror(Object) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
log error events that might still allow the application to continue running.
logFatal(Object, Throwable) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
log very severe error events that will presumably lead the application to abort.
logFatal(Object) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
log very severe error events that will presumably lead the application to abort.
logger - Variable in class com.gentics.api.lib.datasource.AbstractCacheableDatasource
 
logger - Variable in class com.gentics.api.lib.datasource.ResolvableDatasource
logger object
logger - Static variable in class com.gentics.api.lib.etc.ObjectTransformer
the logger
logger - Static variable in class com.gentics.api.lib.upload.FileInformation
 
logger - Variable in class com.gentics.api.portalnode.action.GenericPluggableAction
logger object used for output of log messages in pluggable actions
logger - Variable in class com.gentics.api.portalnode.imp.AbstractGenticsImp
logger
logger - Variable in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
logger object
logger - Variable in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
module logger object for generating log messages in different log-levels
LogicalOperator - Class in com.gentics.api.lib.rule
Class for logical rule operators
LogicalOperator(int) - Constructor for class com.gentics.api.lib.rule.LogicalOperator
create an instance of a logical operator with given type.
loginfo(Object, Throwable) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
log informational messages that highlight the progress of the application at coarse-grained level.
loginfo(Object) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
log informational messages that highlight the progress of the application at coarse-grained level.
logwarn(Object, Throwable) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
log potentially harmful situations.
logwarn(Object) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
log potentially harmful situations.

M

m_startObject - Variable in class com.gentics.api.lib.resolving.PropertyResolver
 
main(String[]) - Static method in class com.gentics.api.CR
 
main(String[]) - Static method in class com.gentics.api.portalnode.connector.CRSync
Read the commandline parameters and start the sync.
main(String[]) - Static method in class com.gentics.api.portalnode.connector.MCCRSync
Start the sync process with the given command line arguments
mapImageUri(HttpServletRequest, URI) - Method in interface com.gentics.api.imagestore.ImageUriMapper
Maps a request for an image to an URI where the image can be fetched from.
match(Expression) - Method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Try to match the given expression (against the added resolvables)
match(Expression, Resolvable) - Method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Try to match the given expression against the given object (and the added resolvables)
match(Resolvable) - Method in class com.gentics.api.lib.rule.Rule
Match the given Resolvable against the rule tree
match() - Method in class com.gentics.api.lib.rule.Rule
Match the rule
MCCR_CHANNEL_ID - Static variable in interface com.gentics.api.lib.datasource.WritableMultichannellingDatasource
Name of the datamap parameter for the channel_id when creating an object for multichannelling
MCCR_CHANNELSET_ID - Static variable in interface com.gentics.api.lib.datasource.WritableMultichannellingDatasource
Name of the datamap parameter for the channelset_id when creating an object for multichannelling
MCCRSync - Class in com.gentics.api.portalnode.connector
Command line tool to synchronize two multichannelling aware content repositories.
MCCRSync(MultichannellingDatasource, WritableMultichannellingDatasource, boolean, boolean, boolean, boolean, boolean, int, CRSyncModifier) - Constructor for class com.gentics.api.portalnode.connector.MCCRSync
Initialize the sync with source and target datasource.
MCCRSync.SyncCount - Class in com.gentics.api.portalnode.connector
Counter for synchronized objects
MCCRSync.SyncCount() - Constructor for class com.gentics.api.portalnode.connector.MCCRSync.SyncCount
 
MergedFilter - Class in com.gentics.api.lib.expressionparser.filtergenerator
Complete and ready to use filter.
MergedFilter(ExpressionQueryRequest) - Constructor for class com.gentics.api.lib.expressionparser.filtergenerator.MergedFilter
Create an instance of the merged filter
mergeInto(MergedFilter) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.FilterPart
Merge this filterpart into the merged filter (final step of filter generation).
modify(Changeable) - Method in interface com.gentics.api.portalnode.connector.CRSyncModifier
Modify the passed object before it is stored in the target repository
MultichannellingDatasource - Interface in com.gentics.api.lib.datasource
Interface for a multichannelling aware Datasource

N

name - Variable in class com.gentics.api.lib.datasource.DatasourceChannel
Name of the channel
NAMEDFUNCTION - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
type constant for a namedfunction.
NestedCollection - Class in com.gentics.api.lib.resolving
This class is just a wrapper aroung a vector.
NestedCollection() - Constructor for class com.gentics.api.lib.resolving.NestedCollection
 
NodeException - Exception in com.gentics.api.lib.exception
General exception thrown in .node
NodeException() - Constructor for exception com.gentics.api.lib.exception.NodeException
Create an instance of the exception
NodeException(String) - Constructor for exception com.gentics.api.lib.exception.NodeException
Create an instance of the exception with a message
NodeException(String, Throwable) - Constructor for exception com.gentics.api.lib.exception.NodeException
Create an instance of the exception with a message and a cause
NodeException(Throwable) - Constructor for exception com.gentics.api.lib.exception.NodeException
Create an instance of the exception with a cause
NodeException(String, String) - Constructor for exception com.gentics.api.lib.exception.NodeException
Create an instance of the exception with a message and a localized message.
NodeException(String, String, List<String>) - Constructor for exception com.gentics.api.lib.exception.NodeException
Create an instance of the exception with a message and a localized message.
NodeException(String, String, String) - Constructor for exception com.gentics.api.lib.exception.NodeException
Create an instance of the exception with a message and a localized message.
NoEventsAllowedException - Exception in com.gentics.api.portalnode.event
Exception that is thrown when events shall be handled when no events are allowed
NoEventsAllowedException() - Constructor for exception com.gentics.api.portalnode.event.NoEventsAllowedException
 

O

ObjectTransformer - Class in com.gentics.api.lib.etc
Helper class to transform objects into specific types (classes).
ObjectTransformer.InputStreamReaderRunnable - Class in com.gentics.api.lib.etc
Helper class that extends Runnable to read data from an input stream in a separate thread
ObjectTransformer.InputStreamReaderRunnable(InputStream) - Constructor for class com.gentics.api.lib.etc.ObjectTransformer.InputStreamReaderRunnable
Create an instance of the helper class that will read from the given stream using the default charset
ObjectTransformer.InputStreamReaderRunnable(InputStream, String) - Constructor for class com.gentics.api.lib.etc.ObjectTransformer.InputStreamReaderRunnable
Create an instance of the helper class that will read from the given stream using the given charset
OBJECTTYPE_ANY - Static variable in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
constant for any value type
OBJECTTYPE_ASSIGNMENT - Static variable in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
constant for the value type "assignment (result)"
OBJECTTYPE_BINARY - Static variable in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
constant for binary value type
OBJECTTYPE_BOOLEAN - Static variable in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
constant for the value type "boolean"
OBJECTTYPE_COLLECTION - Static variable in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
constant for the value type "collection"
OBJECTTYPE_DATE - Static variable in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
constant for the value type "date"
OBJECTTYPE_NULL - Static variable in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
constant for the value type "null" (object is expected to be null)
OBJECTTYPE_NUMBER - Static variable in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
constant for the value type "number"
OBJECTTYPE_STRING - Static variable in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
constant for the value type "string"
OBJECTTYPE_UNKNOWN - Static variable in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
constant for unknown value type
OBJECTTYPE_WILDCARDSTRING - Static variable in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
constant for the value type "string"
onChanged() - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
this is the primitive brother of onParameterChanged() it is called by the default implementation of onParameterChanged and should update what the module is about to render, because one of its parameters has changed.
onLoad() - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
onload is called when the module is loaded for the first time.
onParameterChanged(String, ActionEvent) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
onParameterChanged() is called, whenever one of the paramters defined in the module-description's parameter section changes.
onPluginEvent(EventRequest, EventResponse) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
onPluginEvent(EventRequest, EventResponse) - Method in interface com.gentics.api.portalnode.plugin.GenticsPluginServer
onPluginEvent will be called everytime a plugin triggers an event
onPluginEvent(EventRequest, EventResponse) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
is called whenever a plugin is performing an event
onPrepareRender() - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
onPrepareRender() is called every time the portal is displayed - after action handling but before render stage (doView, doHelp, doFull, ....) this is the last chance for a portlet to change what the render method will display, and the last chance to trigger events.
onSessionCreate() - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
onSessionCreate() is called when the user enters the portal.
Operator - Interface in com.gentics.api.lib.rule
interface for rule operators
OPERATOR_AND - Static variable in class com.gentics.api.lib.rule.LogicalOperator
constant logical AND operator
OPERATOR_OR - Static variable in class com.gentics.api.lib.rule.LogicalOperator
constant logical OR operator
OPERATOR_UNDEF - Static variable in class com.gentics.api.lib.rule.LogicalOperator
constant logical undefined operator
overwritePNode(String, GenticsPortlet) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 

P

parse(String) - Method in class com.gentics.api.lib.expressionparser.ExpressionParser
Parse the given expression string into an Expression.
parse(String) - Method in interface com.gentics.api.lib.rule.RuleTree
Deprecated.
Parse the given string into a ruletree.
parseFile(DocumentBuilder, File) - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
Parse the given file into a Document
ParserException - Exception in com.gentics.api.lib.exception
Exception that is thrown when a parsing process fails
ParserException(String, String, int) - Constructor for exception com.gentics.api.lib.exception.ParserException
Create an instance of the exception with a message and a position
ParserException(String) - Constructor for exception com.gentics.api.lib.exception.ParserException
Create an instance of the exception with a message
ParserException(String, Throwable) - Constructor for exception com.gentics.api.lib.exception.ParserException
Create an instance of the exception with a message and a cause
performAssignment(Expression) - Method in class com.gentics.api.lib.resolving.PropertySetter
Perform the given assignment expression
PLinkInformation - Class in com.gentics.api.portalnode.connector
A small bean which holds information about a plink.
PLinkReplacer - Interface in com.gentics.api.portalnode.connector
Can be used in combination with PortalConnectorHelper.replacePLinks(String, PLinkReplacer) to replace plinks to real URLs.
PluggableAction - Interface in com.gentics.api.portalnode.action
Interface for pluggable actions.
PluggableActionCaller - Class in com.gentics.cr.util
Last changed: $Date: 2010-04-01 15:24:41 +0200 (Do, 01 Apr 2010) $
PluggableActionCaller() - Constructor for class com.gentics.cr.util.PluggableActionCaller
 
PluggableActionContext - Interface in com.gentics.api.portalnode.action
interface for the context of a pluggable action.
PluggableActionException - Exception in com.gentics.api.portalnode.action
Exceptions thrown when errors occur in pluggable actions
PluggableActionException() - Constructor for exception com.gentics.api.portalnode.action.PluggableActionException
Create an exception without message or cause.
PluggableActionException(String) - Constructor for exception com.gentics.api.portalnode.action.PluggableActionException
Create an exception with the given message.
PluggableActionException(Throwable) - Constructor for exception com.gentics.api.portalnode.action.PluggableActionException
Create an exception with the given Throwable as cause.
PluggableActionException(String, Throwable) - Constructor for exception com.gentics.api.portalnode.action.PluggableActionException
Create an exception with the given message and cause.
PluggableActionInvoker - Class in com.gentics.api.portalnode.action
Helper class to manually invoke pluggable actions
PluggableActionRequest - Interface in com.gentics.api.portalnode.action
PluggableActionResponse - Interface in com.gentics.api.portalnode.action
Interface for the response of a pluggable action.
pluginId - Variable in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin.SubPluginEventBrokerProvider
id of the nested plugin
pluginId - Variable in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet.SubPluginEventBrokerProvider
id of the nested plugin
pop(Object) - Method in interface com.gentics.api.lib.resolving.ResolverContext
Pop the last object from the ResolverContext
pop(Object) - Static method in class com.gentics.api.lib.resolving.ResolverContextHandler
Pop the given object from the registered ResolverContext instances
PortalCache - Class in com.gentics.api.lib.cache
interface for various portal caches
PortalCache(String) - Constructor for class com.gentics.api.lib.cache.PortalCache
create an instance for the given region
PortalCacheAttributes - Interface in com.gentics.api.lib.cache
The PortalCacheAttributes interface defines attributes which can be stored to cached elements.
PortalCacheException - Exception in com.gentics.api.lib.cache
Exception that is thrown if something goes wrong with the PortalCache.
PortalCacheException() - Constructor for exception com.gentics.api.lib.cache.PortalCacheException
constructs a new PortalCacheException
PortalCacheException(String) - Constructor for exception com.gentics.api.lib.cache.PortalCacheException
constructs a new PortalCacheException with a message
PortalCacheException(Throwable) - Constructor for exception com.gentics.api.lib.cache.PortalCacheException
constructs a new PortalCacheException with it's cause attached
PortalCacheException(String, Throwable) - Constructor for exception com.gentics.api.lib.cache.PortalCacheException
constructs a new PortalCacheException with a message and it's cause
PortalConnectorFactory - Class in com.gentics.api.portalnode.connector
PortalConnectorFactory can be used to create instances for datasources, RuleTrees and Resolvables.
PortalConnectorHelper - Class in com.gentics.api.portalnode.connector
A helper class for the Gentics Portal.Connector.
Currently can be used to replace plinks within a page content.
PortalNodeTemplateManager - Class in com.gentics.cr.template
Last changed: $Date: 2010-04-01 15:25:54 +0200 (Do, 01 Apr 2010) $
PortalNodeTemplateManager(GenticsPortlet) - Constructor for class com.gentics.cr.template.PortalNodeTemplateManager
Create Instance.
PortalPropertySetter - Class in com.gentics.api.portalnode.portal
Final helper class to get/set portal properties identified by portal property paths.
pos - Variable in exception com.gentics.api.lib.exception.ParserException
 
PostProcessor - Interface in com.gentics.api.lib.expressionparser.filtergenerator
Interface for implementation of PostProcessors.
prefillAttributes(Datasource, Collection<Resolvable>, List<String>) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Prefill the given attributes for objects which were fetched from the given datasource
PrivateKeyException - Exception in com.gentics.api.portalnode.templateengine
Exception that is thrown when a forbidden key is added to a templates context.
PrivateKeyException() - Constructor for exception com.gentics.api.portalnode.templateengine.PrivateKeyException
Create instance of the exception
PrivateKeyException(String) - Constructor for exception com.gentics.api.portalnode.templateengine.PrivateKeyException
Create instance of the exception with the message
PrivateKeyException(String, Throwable) - Constructor for exception com.gentics.api.portalnode.templateengine.PrivateKeyException
Create instance of the exception with a message and cause
PrivateKeyException(Throwable) - Constructor for exception com.gentics.api.portalnode.templateengine.PrivateKeyException
Create instance of the exception with a cause
process(List<Resolvable>, Object) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.PostProcessor
Process the given list of resolvables, which is the result of the datasource query
processAction(PluggableActionRequest, PluggableActionResponse) - Method in interface com.gentics.api.portalnode.action.PluggableAction
Process the implemented pluggable action.
processAction(ActionRequest, ActionResponse) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
Copied from Java Portlet API: Called by the portlet container to allow the portlet to process an action request.
processAction(ActionRequest, ActionResponse) - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
 
processPluginAction(String, ActionRequest, ActionResponse) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
processPluginAction(String, ActionRequest, ActionResponse) - Method in interface com.gentics.api.portalnode.plugin.GenticsPluginServer
processes a plugin action the pluginserver needs to distribute actions to its plugins
processPluginAction(String, ActionRequest, ActionResponse) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
Processes a plugins action.
PropertyModificationListener - Interface in com.gentics.api.lib.resolving
Interface for objects that need to be notified when some of their subproperties are changed.
propertyModified(String, String, Object) - Method in interface com.gentics.api.lib.resolving.PropertyModificationListener
This method is called by the PropertySetter when one of the (sub-)properties of this object is modified
propertyModified(String, String, Object) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
 
PropertyResolver - Class in com.gentics.api.lib.resolving
Instances of class PropertyResolver can resolve properties by paths based on a single Resolvable object.
PropertyResolver(Resolvable) - Constructor for class com.gentics.api.lib.resolving.PropertyResolver
create an instance of a PropertyResolver based on the given Resolvable
PropertyResolver.PropertyPathEntry - Class in com.gentics.api.lib.resolving
Inner class to return property path entries
PropertyResolver.PropertyPathEntry(String, String, Object, Object) - Constructor for class com.gentics.api.lib.resolving.PropertyResolver.PropertyPathEntry
Create an instance of a PropertyPathEntry
PropertySetter - Class in com.gentics.api.lib.resolving
PropertySetter is an extension of PropertyResolver that also can change properties by paths based on a given Resolvable.
PropertySetter(Resolvable) - Constructor for class com.gentics.api.lib.resolving.PropertySetter
Create a propertySetter that resolves and sets properties based on the given Resolvable.
push(Object) - Method in interface com.gentics.api.lib.resolving.ResolverContext
Push the given object onto the ResolverContext instance
push(Object) - Static method in class com.gentics.api.lib.resolving.ResolverContextHandler
Push the given object into all registered ResolverContext instances
put(Object, Object) - Method in class com.gentics.api.lib.cache.PortalCache
put an object into the cache
put(Object, Object, PortalCacheAttributes) - Method in class com.gentics.api.lib.cache.PortalCache
put an object into the cache, using some attributes to define caching methods.
put(Object, Object) - Method in class com.gentics.api.lib.i18n.I18nString.I18nStringParameters
 
put(String, Object) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Used to store objects in the template processor which will be available in the template source as variables.
put(String, Object) - Method in interface com.gentics.cr.template.ITemplateManager
Deploy and Object into the Render Context.
put(String, Object) - Method in class com.gentics.cr.template.PortalNodeTemplateManager
 
putAll(Map) - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Store all objects in the given map into the context of the template processor
putCachedCount(AbstractCacheableDatasource.DatasourceResultCacheKeyBase, Integer) - Method in class com.gentics.api.lib.datasource.AbstractCacheableDatasource
Put a result of a getCount() method into the cache
putCachedResult(AbstractCacheableDatasource.DatasourceResultCacheKeyBase, Collection) - Method in class com.gentics.api.lib.datasource.AbstractCacheableDatasource
Stores the given result collection into the cache for later retrieval.
putIntoGroup(String, Object, Object) - Method in class com.gentics.api.lib.cache.PortalCache
Put an object into a group of the cache
putIntoGroup(String, Object, Object, PortalCacheAttributes) - Method in class com.gentics.api.lib.cache.PortalCache
put an object into the a group in the cache, using some attributes to define caching methods.

R

readInputStreamIntoString(InputStream) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Read data coming from the given input stream, using the default charset.
readInputStreamIntoString(InputStream, String) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Read data coming from the given input stream, using the given charset.
ReadOnlyException - Exception in com.gentics.api.lib.exception
Exception that is used when a NodeObject is requested for update but the page is only available for read.
ReadOnlyException(String, Throwable) - Constructor for exception com.gentics.api.lib.exception.ReadOnlyException
Creates a ReadOnlyException with a message and a cause of the exception.
ReadOnlyException() - Constructor for exception com.gentics.api.lib.exception.ReadOnlyException
 
ReadOnlyException(String, String, List<String>) - Constructor for exception com.gentics.api.lib.exception.ReadOnlyException
 
ReadOnlyException(String, String, String) - Constructor for exception com.gentics.api.lib.exception.ReadOnlyException
 
ReadOnlyException(String, String) - Constructor for exception com.gentics.api.lib.exception.ReadOnlyException
 
ReadOnlyException(Throwable) - Constructor for exception com.gentics.api.lib.exception.ReadOnlyException
 
ReadOnlyException(String) - Constructor for exception com.gentics.api.lib.exception.ReadOnlyException
Creates a ReadOnlyException with a message.
region - Variable in class com.gentics.api.lib.cache.PortalCache
 
registerContext(String, ResolverContext) - Static method in class com.gentics.api.lib.resolving.ResolverContextHandler
Register the given ResolverContext under the given name
registerDatasource(String, DatasourceType, Map<String, String>, List<String>) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Register a datasource at the factory.
registerDatasource(String, DatasourceType, Map<String, String>, List<String>, boolean) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Register a datasource at the factory.
registerHandle(String, HandleType, Map<String, String>) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Register a datasource handle at the factory.
registerHandle(String, HandleType, Map<String, String>, boolean) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Register a datasource handle at the factory.
registerPlugin(String, GenticsPlugin) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
registerPlugin(String, GenticsPlugin) - Method in interface com.gentics.api.portalnode.plugin.GenticsPluginServer
allows to register plugins to the server so he can further distribute events and forward actions as well as provide rendering facility
registerPlugin(String, GenticsPlugin) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
registers a plugin to this module.
reloadModule() - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
 
reloadModule() - Method in interface com.gentics.api.portalnode.portlet.GenticsPortlet
This method is called if a module has to be reloaded.
remove(Object) - Method in class com.gentics.api.lib.cache.PortalCache
remove an object from the cache
remove(Object) - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
remove(Collection, Object) - Method in class com.gentics.api.lib.resolving.PropertySetter
Remove the given object from the given collection.
removeAll(Collection) - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
removeAll(Collection, Collection) - Method in class com.gentics.api.lib.resolving.PropertySetter
Remove all objects in the collection from the given collection.
removeAttribute(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
removeFromGroup(String, Object) - Method in class com.gentics.api.lib.cache.PortalCache
remove an object from a group in the cache
removeFromProperty(String, Object) - Method in class com.gentics.api.lib.resolving.PropertySetter
Remove the given value from the properties resolved by the given path.
removeListener(EventHandler, String) - Method in interface com.gentics.api.portalnode.event.EventBroker
Remove an event handler
removeListener(EventHandler, String, String) - Method in interface com.gentics.api.portalnode.event.EventBroker
Remove an event handler
removeListener(String) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
removes this module from the listeners collection
removeResolver(String) - Method in interface com.gentics.api.lib.rule.RuleTree
Deprecated.
Remove a property resolver from the map of resolvers
removeViewDocumentFromCache(File) - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
Remove the view document from the cache (if present)
render(RenderRequest, RenderResponse) - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
 
render(String, String) - Method in interface com.gentics.cr.template.ITemplateManager
Render the given template into a String.
render(String, String) - Method in class com.gentics.cr.template.PortalNodeTemplateManager
renderPlugin(String, RenderRequest, RenderResponse) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
renderPlugin(String, RenderRequest, RenderResponse) - Method in interface com.gentics.api.portalnode.plugin.GenticsPluginServer
renders a plugin specified by the pluginid it provides the plugin with a adapted request and response so it can only see its own variables
renderPlugin(String, RenderRequest, RenderResponse) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
renders a specific plugin that was registered via AbstractGenticsPortlet.registerPlugin(String, GenticsPlugin)before
replacePLink(PLinkInformation) - Method in interface com.gentics.api.portalnode.connector.PLinkReplacer
Has to be implemented by users.
replacePLinks(String, PLinkReplacer) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorHelper
Can be used to replace the plink tags within a content of a page with URLs.
A plink has the syntax of: <plink id="contentid" /> - It may contain additional attributes after id.
RequestDecorator - Interface in com.gentics.api.imagestore
Used by the {com.gentics.portalnode.GenticsImageStoreServlet} to modify headers and data in requests to the GenticsImageStore The GenticsImageStore servlet can be configured to use an implementation of this interface by setting the requestDecorator servlet parameter to the full class name the implementation.
reset() - Method in interface com.gentics.api.portalnode.imp.GenticsStatefulImpInterface
Reset all private variables and settings to their default values.
reset() - Method in interface com.gentics.api.portalnode.templateengine.TemplateProcessor
Prepares the object for reuse.
Resolvable - Interface in com.gentics.api.lib.resolving
Interface for objects that provide properties by resolving property paths.
ResolvableBean - Class in com.gentics.api.lib.resolving
ChangeableBean serves as base class for JavaBeans that need to be Resolvable.
ResolvableBean() - Constructor for class com.gentics.api.lib.resolving.ResolvableBean
 
ResolvableComparator - Class in com.gentics.api.lib.resolving
Comparator class for comparing (and sorting) Resolvables by a attributes
ResolvableComparator(String, int) - Constructor for class com.gentics.api.lib.resolving.ResolvableComparator
Create a comparator for sorting.
ResolvableComparator(String, int, boolean) - Constructor for class com.gentics.api.lib.resolving.ResolvableComparator
Create a comparator for sorting
ResolvableComparator(String, int, boolean, Locale) - Constructor for class com.gentics.api.lib.resolving.ResolvableComparator
Create a comparator for sorting
ResolvableComparator(Datasource.Sorting) - Constructor for class com.gentics.api.lib.resolving.ResolvableComparator
Create a comparator for sorting.
ResolvableComparator(Datasource.Sorting, boolean) - Constructor for class com.gentics.api.lib.resolving.ResolvableComparator
Create a comparator for sorting
ResolvableComparator(Datasource.Sorting, boolean, Locale) - Constructor for class com.gentics.api.lib.resolving.ResolvableComparator
Create a comparator for sorting
ResolvableComparator(Datasource.Sorting[]) - Constructor for class com.gentics.api.lib.resolving.ResolvableComparator
Create a comparator for sorting (multiple attributes).
ResolvableComparator(Datasource.Sorting[], boolean) - Constructor for class com.gentics.api.lib.resolving.ResolvableComparator
Create a comparator for sorting (multiple attributes)
ResolvableComparator(Datasource.Sorting[], boolean, Locale) - Constructor for class com.gentics.api.lib.resolving.ResolvableComparator
Create a comparator for sorting (multiple attributes)
ResolvableDatasource - Class in com.gentics.api.lib.datasource
Simple Implementation of a Datasource that is based on a given Collection of Resolvable objects.
ResolvableDatasource() - Constructor for class com.gentics.api.lib.datasource.ResolvableDatasource
Create an empty instance of the ResolvableDatasource
ResolvableDatasource(Collection) - Constructor for class com.gentics.api.lib.datasource.ResolvableDatasource
Create an instance of the ResolvableDatasource that holds the objects given in the collection
ResolvableDatasource.Sorter - Class in com.gentics.api.lib.datasource
Comparator class for sorting Resolvables TODO unify this (use the generic Comparator for resolvables)
ResolvableDatasource.Sorter(String, int) - Constructor for class com.gentics.api.lib.datasource.ResolvableDatasource.Sorter
create instance of the sorter
resolve(String) - Method in class com.gentics.api.lib.resolving.PropertyResolver
Resolve the given property path to a value (which also might be a Collection of values) or null.
resolve(Resolvable, String) - Static method in class com.gentics.api.lib.resolving.PropertyResolver
Resolve the given property path to a value (which also might be a Collection of values) or null, starting with the given startObject
resolve(String, boolean) - Method in class com.gentics.api.lib.resolving.PropertyResolver
Resolve the given property path to a value (which also might be a Collection of values) or null.
resolve(Resolvable, String, boolean) - Static method in class com.gentics.api.lib.resolving.PropertyResolver
Resolve the given property path to a value (which also might be a Collection of values) or null, starting with the given startObject.
resolve(String, String) - Method in interface com.gentics.api.lib.rule.RuleTree
Deprecated.
Resolve the given attribute for a resolver with the given objectPrefix
resolvePath(String) - Method in class com.gentics.api.lib.resolving.PropertyResolver
Resolve the given propertypath into a list of instances of PropertyResolver.PropertyPathEntry.
resolvePath(Resolvable, String) - Static method in class com.gentics.api.lib.resolving.PropertyResolver
Resolve the given propertypath into a list of instances of PropertyResolver.PropertyPathEntry, starting with the given Resolvable
resolvePath(Resolvable, String, boolean, Class, boolean, Stack) - Static method in class com.gentics.api.lib.resolving.PropertyResolver
Resolve the given path into a list of objects.
resolvePortalProperty(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
resolve a property from the GenticsPortletContext via a path provided
resolver - Variable in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
PropertyResolver
ResolverContext - Interface in com.gentics.api.lib.resolving
Interface for a resolver context.
ResolverContextHandler - Class in com.gentics.api.lib.resolving
Static handler for the ResolverContext.
RESULTSCACHEREGION - Static variable in class com.gentics.api.lib.datasource.AbstractCacheableDatasource
Name of the cacheregion for queryresults
retainAll(Collection) - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
returnFileUploadProvider() - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
Return the FileUploadProvider which was previously fetched with AbstractGenticsPlugin.getFileUploadProvider() to its source (the context)
returnFileUploadProvider() - Method in interface com.gentics.api.portalnode.plugin.GenticsPlugin
Return the file upload provider which was fetched via GenticsPlugin.getFileUploadProvider()before
returnFileUploadProvider() - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
return a previously via AbstractGenticsPortlet.getFileUploadProvider()fetched file upload provider to the portal.
returnFileUploadProvider() - Method in interface com.gentics.api.portalnode.portlet.GenticsPortlet
 
returnFileUploadProvider(FileUploadProvider) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
returnImp(GenticsImpInterface) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
release the captured imp to its dungeon
returnTemplateProcessor(TemplateProcessor) - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
Return the template processor which was previously fetched via PluggableActionContext.getTemplateProcessor().
returnTemplateProcessor(TemplateProcessor) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
Return the template processor previously fetched via AbstractGenticsPlugin.getTemplateProcessor(RenderRequest, RenderResponse).
returnTemplateProcessor(TemplateProcessor) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
return an exclusive templateprocessor that was previously fetched via AbstractGenticsPortlet.getTemplateProcessor(RenderRequest, RenderResponse).
returnTemplateProcessor(TemplateProcessor) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
return the template processor
returnTemplateProcessor(TemplateProcessor) - Static method in class com.gentics.api.portalnode.templateengine.TemplateProcessorProvider
Return the template processor to the provider after usage.
Rule - Class in com.gentics.api.lib.rule
Instances of Class Rule can be used to match Resolvables against a given RuleTree.
Rule(RuleTree) - Constructor for class com.gentics.api.lib.rule.Rule
Create an instance that matches against the given RuleTree
RuleTree - Interface in com.gentics.api.lib.rule
Deprecated.
the old RuleTrees are deprecated, use Expression instead.
run() - Method in class com.gentics.api.lib.etc.ObjectTransformer.InputStreamReaderRunnable
 
runPrivileged(PrivilegedAction, HttpServletRequest, HttpServletResponse) - Method in interface com.gentics.api.portalnode.security.AccessControl
Run the given action with the necessary privileges.

S

save(String, String) - Method in interface com.gentics.api.lib.upload.FileUploadProvider
saveAs(String, String) - Method in interface com.gentics.api.lib.upload.FileUploadProvider
Directly store the specified uploaded file into the filepath and return the representing file object.
saveChannelStructure(ChannelTree) - Method in interface com.gentics.api.lib.datasource.WritableMultichannellingDatasource
Save the given channel structure to the datasource.
serveResource(ResourceRequest, ResourceResponse) - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
 
servletContext - Variable in class com.gentics.api.portalnode.portlet.GenticsPortletContext
servlet context this portlet context builds on
sessionEventBrokerName - Variable in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet.SubPluginEventBrokerProvider
name of the "eventBroker" property in the portlet session
set(String, Object) - Static method in class com.gentics.api.portalnode.portal.PortalPropertySetter
Set the portal property identified via propertyPath to the provided value
setActiveView(String) - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
set the active view by name.
setAttribute(String, Object) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
setAttributeNames(String[]) - Method in interface com.gentics.api.lib.datasource.Datasource
Deprecated.
Prefill Attributes can be given in Datasource.getResult(DatasourceFilter, String[]) methods.
setAttributeNames(String[]) - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
setAutoRepair(boolean) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Set the autorepair flag
setAutoRepair2(boolean) - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Set the autorepair2 flag
setAutoupdate(boolean) - Method in class com.gentics.api.lib.datasource.VersioningDatasource.Version
 
setCacheClass(String) - Static method in class com.gentics.api.lib.cache.PortalCache
sets the cache class to be used
setCacheEnabled(boolean) - Method in class com.gentics.api.lib.datasource.AbstractCacheableDatasource
Sets if the cache should be enabled or disabled.
setChannel(int) - Method in interface com.gentics.api.lib.datasource.MultichannellingDatasource
Set the channel to be used.
setCookies(Cookie[]) - Method in class com.gentics.api.imagestore.GenticsImageStoreRequest
 
setCount(int) - Method in class com.gentics.api.lib.expressionparser.ExpressionQueryRequest
Set the count
setCustomResolver(PropertyResolver) - Method in interface com.gentics.api.lib.expressionparser.filtergenerator.DatasourceFilter
Set a custom resolver into the filter.
setDatasource(Datasource) - Method in class com.gentics.api.lib.expressionparser.ExpressionQueryRequest
Set the datasource
setDatasourceClassName(String) - Method in exception com.gentics.api.lib.expressionparser.filtergenerator.FilterGeneratorException
Set the datasource class name
setDic(Properties) - Method in class com.gentics.api.lib.i18n.Language
 
setDiffCount(int) - Method in class com.gentics.api.lib.datasource.VersioningDatasource.Version
sets the diffcount.
setDoubleclickprotection(String) - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
Set the doubleclickprotection
setEmbeddedEvent(ActionEvent) - Method in interface com.gentics.api.portalnode.event.ActionEvent
Set the embedded event
setEventBrokerProvider(EventBrokerProvider) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
setEventBrokerProvider(EventBrokerProvider) - Method in interface com.gentics.api.portalnode.plugin.GenticsPlugin
Set the event broker provider
setExpressionString(String) - Method in exception com.gentics.api.lib.expressionparser.ExpressionParserException
Set the expression string of the expression causing this exception
setFeedbackMessage(String) - Method in interface com.gentics.api.portalnode.action.PluggableActionResponse
Set a new feedback message
setFeedbackMessageParameter(String, Object) - Method in interface com.gentics.api.portalnode.action.PluggableActionResponse
Set a feedback message parameter
setFilter(DatasourceFilter) - Method in class com.gentics.api.lib.expressionparser.ExpressionQueryRequest
Set the filter
setHeaders(Map<String, String>) - Method in class com.gentics.api.imagestore.GenticsImageStoreRequest
 
SetHelper - Class in com.gentics.api.lib.resolving
Helper class to execute assignment commands on Resolvable objects or Maps.
SetHelper() - Constructor for class com.gentics.api.lib.resolving.SetHelper
Create an instance of the SetHelper.
setId(String) - Method in class com.gentics.api.lib.datasource.AbstractDatasource
Allows to set the id of this datasource.
setId(String) - Method in class com.gentics.api.lib.i18n.Language
set the id for the current language object.
setId(String) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
setId(String) - Method in interface com.gentics.api.portalnode.plugin.GenticsPlugin
Set the id of the plugin.
setIgnoreOptimized(boolean) - Method in class com.gentics.api.portalnode.connector.CRSync
Set the flag for ignoring the optimized flag of attributetypes
setIgnoreOptimized(boolean) - Method in class com.gentics.api.portalnode.connector.MCCRSync
Set the flag for ignoring the optimized flag of attributetypes
setImageUri(String) - Method in class com.gentics.api.imagestore.GenticsImageStoreRequest
 
setIsEternal(boolean) - Method in interface com.gentics.api.lib.cache.PortalCacheAttributes
Sets this cache object eternal - it will live not expire.
setLanguage(String) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
setLastAccessDateToNow() - Method in interface com.gentics.api.lib.cache.PortalCacheAttributes
update the current access time to the current timestamp.
setLocale(Locale) - Method in class com.gentics.api.lib.i18n.Language
 
setLocked(boolean) - Method in interface com.gentics.api.portalnode.event.EventBroker
Lock/Unlock the event broker.
setMaxAge(int) - Method in interface com.gentics.api.lib.cache.PortalCacheAttributes
set the maximum age of a cache entry - has to be > 0
setMaxFilesize(long) - Method in interface com.gentics.api.lib.upload.FileUploadProvider
Sets a max limit for a fileupload
setMaxIdleTime(int) - Method in interface com.gentics.api.lib.cache.PortalCacheAttributes
set the maximum idle time of the cache entry in seconds.
setModule(GenticsPortlet) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
setModule(GenticsPortlet) - Method in interface com.gentics.api.portalnode.plugin.GenticsPlugin
Set the module which registeres and uses this plugin.
setModule(GenticsPortlet) - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
 
setModuleParameter(String, Object) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
setModuleType(String, String) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
 
setModuleType(String, String) - Method in interface com.gentics.api.portalnode.portlet.GenticsPortlet
Set the application prefix and portlet name
setObjectPath(String) - Method in interface com.gentics.api.portalnode.event.ActionEvent
 
setObsoletionCheckBatchSize(int) - Method in class com.gentics.api.portalnode.connector.CRSync
Set the batchsize for the obsoletion check.
setObsoletionCheckBatchSize(int) - Method in class com.gentics.api.portalnode.connector.MCCRSync
Set the batchsize for the obsoletion check.
setParameter(String, Object) - Method in class com.gentics.api.lib.i18n.I18nString
sets a variable parameter in the string.
setParameter(String, Object) - Method in interface com.gentics.api.portalnode.action.PluggableActionRequest
set the parameter to the given value
setParameter(String, Object) - Method in interface com.gentics.api.portalnode.action.PluggableActionResponse
Set the parameter to the given value
setParameter(String, Object) - Method in interface com.gentics.api.portalnode.event.ActionEvent
Set the parameter with given name
setParameter(String, Object) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
Sets a parameter of this plugin
setParameters(Map) - Method in class com.gentics.api.lib.expressionparser.ExpressionQueryRequest
Set the parameters
setParameters(Map) - Method in class com.gentics.api.lib.i18n.I18nString
Set all parameters from the map to the string
setPluginName(String, String) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
setPluginName(String, String) - Method in interface com.gentics.api.portalnode.plugin.GenticsPlugin
Set the plugin name
setPortalProperty(String, Object) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
sets the portal property identified via propertyPath to a certain value provided
setProperty(String, Object) - Method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
 
setProperty(String, Object) - Method in interface com.gentics.api.lib.resolving.Changeable
Set (modify) the property name to resolve to the given value
setProperty(String, Object) - Method in class com.gentics.api.lib.resolving.ChangeableBean
 
setProperty(String, Object) - Method in class com.gentics.api.lib.resolving.PropertySetter
Set the property (properties) given by the path to the given value
setProperty(String, Object) - Method in class com.gentics.api.lib.resolving.SetHelper
set the property with given path
setProperty(String, Object) - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
 
setProperty(String, Object) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
sets a specified property of the module.
setQueryString(String) - Method in class com.gentics.api.imagestore.GenticsImageStoreRequest
 
setRenderParameters(Map) - Method in class com.gentics.api.portalnode.portlet.GenticsPortletContext
 
setRepositoryPath(String) - Method in interface com.gentics.api.lib.upload.FileUploadProvider
Sets the repository path for the uploaded file
setRequest(PortletRequest) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
set the current PortletRequest.
setRequest(PortletRequest) - Method in interface com.gentics.api.portalnode.portlet.GenticsPortlet
sets the request for the current module, will be needed to transform into a portlet request
setRequestParameters(Map) - Method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Allows you to set parameters which will be passed to ExpressionQueryRequest
setResolver(PropertyResolver) - Method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Set a property resolver, which will be used to resolve paths in expressions
setResolver(PropertyResolver) - Method in class com.gentics.api.lib.expressionparser.ExpressionQueryRequest
Set the property resolver
setRuleTree(RuleTree) - Method in interface com.gentics.api.lib.datasource.Datasource
Deprecated.
RuleTree is deprecated, use Expression and DatasourceFilter instead.
setRuleTree(RuleTree) - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
setSize(int) - Method in interface com.gentics.api.lib.cache.PortalCacheAttributes
set the cache entry size in bytes.
setSizeThreshold(int) - Method in interface com.gentics.api.lib.upload.FileUploadProvider
Sets a max limit for the size threshold.
setSorting(Datasource.Sorting[]) - Method in class com.gentics.api.lib.expressionparser.ExpressionQueryRequest
Set the sorting
setStart(int) - Method in class com.gentics.api.lib.expressionparser.ExpressionQueryRequest
Set the start index
setTimestamp(int) - Method in class com.gentics.api.lib.datasource.VersioningDatasource.Version
sets the timstamp.
setTreatEmptyStringAsNull(boolean) - Static method in class com.gentics.api.lib.expressionparser.ExpressionParser
Sets the isTreatEmptyStringAsNull flag
setUnchecked(String, Object) - Static method in class com.gentics.api.portalnode.portal.PortalPropertySetter
Set the portal property identified via propertyPath to the provided value.
setUseLobStreams(boolean) - Method in class com.gentics.api.portalnode.connector.CRSync
 
setUser(String) - Method in class com.gentics.api.lib.datasource.VersioningDatasource.Version
set the userid
setVersionTimestamp(int) - Method in interface com.gentics.api.lib.datasource.VersioningDatasource
set the version timestamp to be used for querying, when the datasource is versioning.
setVersionTimestamp(int) - Method in class com.gentics.api.lib.expressionparser.ExpressionQueryRequest
Set the version timestamp
setViewbasedir(String) - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
Set the path to the baseDir of te views definition files
setViewData(String, String, Object) - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
Convenience method to set the value of the specified component of the specified view
setViews(Node) - Method in class com.gentics.api.portalnode.plugin.ViewPlugin
Set the views configuration as Node.
size() - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
size() - Method in interface com.gentics.api.lib.rule.RuleTree
Deprecated.
this method will not be implemented in future implementations and should not be used
sortings - Variable in class com.gentics.api.lib.resolving.ResolvableComparator
sortings
sortOrder - Variable in class com.gentics.api.lib.datasource.Datasource.Sorting
sortorder
SORTORDER_ASC - Static variable in interface com.gentics.api.lib.datasource.Datasource
Constant for the sortorder "ASCENDING"
SORTORDER_DESC - Static variable in interface com.gentics.api.lib.datasource.Datasource
Constant for the sortorder "DESCENDING"
SORTORDER_NONE - Static variable in interface com.gentics.api.lib.datasource.Datasource
Constant for the sortorder "NONE" (ie.
startScheduler() - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Start the scheduler
stopScheduler() - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Stop the scheduler.
store(DatasourceRecordSet) - Method in interface com.gentics.api.lib.datasource.WriteableDatasource
Deprecated.
store(DatasourceRecordSet, GenticsUser) - Method in interface com.gentics.api.lib.datasource.WriteableDatasource
Deprecated.
Methods with GenticsUser are deprecated. use WriteableDatasource.store(Collection)
store(Collection) - Method in interface com.gentics.api.lib.datasource.WriteableDatasource
Store a collection of objects.
store(Collection, GenticsUser) - Method in interface com.gentics.api.lib.datasource.WriteableDatasource
Deprecated.
Methods with GenticsUser are deprecated. use WriteableDatasource.store(Collection)
StreamingResolvable - Interface in com.gentics.api.lib.resolving
Interface for Resolvable instances, that support streaming of properties
supportStaticEvaluation() - Method in interface com.gentics.api.lib.expressionparser.functions.Function
Check whether the function supports static evaluation (calls to Function.evaluate(int, ExpressionQueryRequest, EvaluableExpression[], int) without a given datasource).
switchToView(String) - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
Switch to the view with the given id

T

TemplateNotFoundException - Exception in com.gentics.api.portalnode.templateengine
Exception that is thrown when the requested template was not found
TemplateNotFoundException() - Constructor for exception com.gentics.api.portalnode.templateengine.TemplateNotFoundException
Create instance of the exception
TemplateNotFoundException(String) - Constructor for exception com.gentics.api.portalnode.templateengine.TemplateNotFoundException
Create instance of the exception with a message
TemplateNotFoundException(String, Throwable) - Constructor for exception com.gentics.api.portalnode.templateengine.TemplateNotFoundException
Create instance of the exception with a message and a cause
TemplateNotFoundException(Throwable) - Constructor for exception com.gentics.api.portalnode.templateengine.TemplateNotFoundException
Create instance of the exception with a cause
TemplateProcessor - Interface in com.gentics.api.portalnode.templateengine
Interface for a TemplateProcessor that can be used to render data based on templates.
TemplateProcessor.SpecificationItem - Interface in com.gentics.api.portalnode.templateengine
Inner interface for specification items
TemplateProcessorProvider - Class in com.gentics.api.portalnode.templateengine
Static template processor provider class
toArray() - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
toArray(Object[]) - Method in class com.gentics.api.lib.datasource.ResolvableDatasource
 
toObject() - Method in interface com.gentics.api.lib.datasource.DatasourceRow
Get the Object representing the data in this DatasourceRow
toString() - Method in class com.gentics.api.lib.datasource.AbstractCacheableDatasource.DatasourceCountCacheKey
 
toString() - Method in class com.gentics.api.lib.datasource.AbstractCacheableDatasource.DatasourceResultCacheKey
 
toString() - Method in class com.gentics.api.lib.datasource.ChannelTreeNode
 
toString() - Method in class com.gentics.api.lib.datasource.Datasource.Sorting
 
toString() - Method in class com.gentics.api.lib.datasource.DatasourceChannel
 
toString() - Method in class com.gentics.api.lib.i18n.I18nString
 
toString() - Method in class com.gentics.api.lib.i18n.Language
 
toString() - Method in class com.gentics.api.lib.rule.LogicalOperator
get a string representation of the logical operator
toString() - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
toString() - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
 
transformObject(Object, Class) - Static method in class com.gentics.api.lib.etc.ObjectTransformer
Tries to transforms a given object to the specified class.
transformValue(Object) - Static method in class com.gentics.api.lib.resolving.JSONResolvable
Helper method to transform the given value from JSON to Resolvable
TREATEMPTYSTRINGASNULL_PARAMETER - Static variable in class com.gentics.api.lib.expressionparser.ExpressionParser
 
triggerEvent(ActionEvent) - Method in interface com.gentics.api.portalnode.action.PluggableActionContext
trigger an action event
triggerEvent(PortletRequest, ActionEvent) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
convenience method to trigger a module event.
triggerPluginEvent(ActionEvent) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
Trigger a plugin event using the event broker
TRUE - Static variable in class com.gentics.api.lib.expressionparser.ExpressionParser
Constant expression, which is always 'true'
TYPE_ADD - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for binary "+" operations
TYPE_AND - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for boolean "and" operation
TYPE_AND - Static variable in class com.gentics.api.lib.rule.LogicalOperator
type of the operator AND
TYPE_CONTAINSALL - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for "containsall" comparisons
TYPE_CONTAINSNONE - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for "containsnone" comparisons
TYPE_CONTAINSONEOF - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for "containsoneof" comparisons
TYPE_DIV - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for binary "/" operations
TYPE_EQUAL - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for "equals" comparisons
TYPE_GREATER - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for "greater" comparisons
TYPE_GREATEROREQUAL - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for "greater or equal" comparisons
TYPE_LIKE - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for "like" comparisons
TYPE_MINUS - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for unary "-" operations
TYPE_MOD - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for binary "%" operations
TYPE_MULT - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for binary "*" operations
TYPE_NAMEDFUNCTION - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for "named functions"
TYPE_NOT - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for unary "!" operations
TYPE_OR - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for boolean "and" operation
TYPE_OR - Static variable in class com.gentics.api.lib.rule.LogicalOperator
type of the operator OR
TYPE_PLUS - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for unary "+" operations
TYPE_SMALLER - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for "smaller" comparisons
TYPE_SMALLEROREQUAL - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for "smaller or equal" comparisons
TYPE_SUB - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for binary "-" operations
TYPE_UNDEF - Static variable in class com.gentics.api.lib.rule.LogicalOperator
type of an undefined logical rule operator
TYPE_UNEQUAL - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for "unequal" comparisons
TYPE_UNKNOWN - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for unknown function type (this must always be the highest index)
typeSafeComparison(ExpressionQueryRequest, Object, Object, int) - Static method in class com.gentics.api.lib.expressionparser.ExpressionEvaluator
Perform a typesafe comparison between the given objects.

U

UNBOUNDED - Static variable in interface com.gentics.api.lib.expressionparser.functions.Function
constant for unbounded number of operands
UnexpectedAlterTableException - Exception in com.gentics.api.portalnode.connector
 
UnexpectedAlterTableException() - Constructor for exception com.gentics.api.portalnode.connector.UnexpectedAlterTableException
Create an instance of the exception
UnexpectedAlterTableException(String) - Constructor for exception com.gentics.api.portalnode.connector.UnexpectedAlterTableException
Create an instance of the exception with a message
UnexpectedAlterTableException(String, Throwable) - Constructor for exception com.gentics.api.portalnode.connector.UnexpectedAlterTableException
Create an instance of the exception with a message and a cause
UnexpectedAlterTableException(Throwable) - Constructor for exception com.gentics.api.portalnode.connector.UnexpectedAlterTableException
Create an instance of the exception with a cause
UnexptectedEmptySourceException - Exception in com.gentics.api.portalnode.connector
 
UnexptectedEmptySourceException() - Constructor for exception com.gentics.api.portalnode.connector.UnexptectedEmptySourceException
Create an instance of the exception
UnexptectedEmptySourceException(String) - Constructor for exception com.gentics.api.portalnode.connector.UnexptectedEmptySourceException
Create an instance of the exception with a message
UnexptectedEmptySourceException(String, Throwable) - Constructor for exception com.gentics.api.portalnode.connector.UnexptectedEmptySourceException
Create an instance of the exception with a message and a cause
UnexptectedEmptySourceException(Throwable) - Constructor for exception com.gentics.api.portalnode.connector.UnexptectedEmptySourceException
Create an instance of the exception with a cause
UnknownPropertyException - Exception in com.gentics.api.lib.exception
Exception that is thrown when an unknown property should be manipulated
UnknownPropertyException() - Constructor for exception com.gentics.api.lib.exception.UnknownPropertyException
Create an instance of the exception
UnknownPropertyException(String) - Constructor for exception com.gentics.api.lib.exception.UnknownPropertyException
Create an instance of the exception with a message
UnknownPropertyException(String, Throwable) - Constructor for exception com.gentics.api.lib.exception.UnknownPropertyException
Create an instance of the exception
unregisterContext(String) - Static method in class com.gentics.api.lib.resolving.ResolverContextHandler
Inregister the ResolverContext which was registered under the given name
unregisterPlugin(String) - Method in class com.gentics.api.portalnode.plugin.AbstractGenticsPlugin
 
unregisterPlugin(String) - Method in interface com.gentics.api.portalnode.plugin.GenticsPluginServer
Unregister the plugin with the given id.
unregisterPlugin(String) - Method in class com.gentics.api.portalnode.portlet.AbstractGenticsPortlet
 
unregisterUnusedHandles() - Static method in class com.gentics.api.portalnode.connector.PortalConnectorFactory
Unregister (and close) currently unused handles
unsetParameter(String) - Method in interface com.gentics.api.portalnode.action.PluggableActionRequest
unset the parameter (set it to null)
unsetParameter(String) - Method in interface com.gentics.api.portalnode.action.PluggableActionResponse
Unset the parameter (set it to null)
update(DatasourceRecordSet) - Method in interface com.gentics.api.lib.datasource.WriteableDatasource
Deprecated.
update(DatasourceRecordSet, GenticsUser) - Method in interface com.gentics.api.lib.datasource.WriteableDatasource
Deprecated.
Methods with GenticsUser are deprecated, use WriteableDatasource.update(Collection)
update(Collection) - Method in interface com.gentics.api.lib.datasource.WriteableDatasource
Update a collection of objects
update(Collection, GenticsUser) - Method in interface com.gentics.api.lib.datasource.WriteableDatasource
Deprecated.
Methods with GenticsUser are deprecated, use WriteableDatasource.update(Collection)
updateDueFutureChanges() - Method in interface com.gentics.api.lib.datasource.WriteableVersioningDatasource
method to (automatically) update future changes that are due to become valid

V

valueOf(String) - Static method in enum com.gentics.api.portalnode.connector.DatasourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gentics.api.portalnode.connector.HandleType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.gentics.api.portalnode.connector.DatasourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gentics.api.portalnode.connector.HandleType
Returns an array containing the constants of this enum type, in the order they are declared.
VersioningDatasource - Interface in com.gentics.api.lib.datasource
Interface for datasource that may support versioning (although specific datasources using implementations of this interface may be configured not to use versioning).
VersioningDatasource.Version - Class in com.gentics.api.lib.datasource
provides meta information about a single version of a dataset.
VersioningDatasource.Version() - Constructor for class com.gentics.api.lib.datasource.VersioningDatasource.Version
 
VIEW_DEFINITION_FILES - Static variable in class com.gentics.api.portalnode.plugin.ViewPlugin
filename filter for views files
ViewPlugin - Class in com.gentics.api.portalnode.plugin
Views plugin to manage multiple views (forms)
ViewPlugin() - Constructor for class com.gentics.api.portalnode.plugin.ViewPlugin
 
VIEWS_CACHE_REGION - Static variable in class com.gentics.api.portalnode.plugin.ViewPlugin
region for the views cache
VIEWS_PROPERTIES - Static variable in class com.gentics.api.portalnode.plugin.ViewPlugin
name of the view.properties file

W

where - Variable in exception com.gentics.api.lib.exception.ParserException
 
WritableMultichannellingDatasource - Interface in com.gentics.api.lib.datasource
Interface for writeable multichannelling datasources
WriteableDatasource - Interface in com.gentics.api.lib.datasource
Interface for Datasources that allow data modifications.
WriteableVersioningDatasource - Interface in com.gentics.api.lib.datasource
Interface for writeable datasources that may support versioning

_

_key - Variable in class com.gentics.api.lib.i18n.I18nString
key of the i18String
A B C D E F G H I J L M N O P R S T U V W _ 

Copyright © 2016 Gentics Software GmbH. All Rights Reserved.