Skip navigation links
A C D E I M O R S U V 

A

accept(User, Map<String, Object>) - Method in interface com.gentics.api.contentnode.auth.filter.SsoUserCreatedCallback
This method will be called when the new user has been created.
apply(Tag, TagTypeMigrationRequest, NodeLogger) - Method in interface com.gentics.api.contentnode.migration.IMigrationPreprocessor
Apply the preprocessor to the tag for a tagtype migration
apply(Tag, TemplateMigrationRequest, NodeLogger) - Method in interface com.gentics.api.contentnode.migration.IMigrationPreprocessor
Apply the preprocessor to the tag for a template migration
applyPostMigrationProcessing(Template, TagTypeMigrationRequest, NodeLogger) - Method in interface com.gentics.api.contentnode.migration.IMigrationPostprocessor
Performs post-processing on a template following a tag type migration.
applyPostMigrationProcessing(Page, TagTypeMigrationRequest, NodeLogger) - Method in interface com.gentics.api.contentnode.migration.IMigrationPostprocessor
Performs post-processing on a page following a tag type migration.
applyPostMigrationProcessing(Folder, TagTypeMigrationRequest, NodeLogger) - Method in interface com.gentics.api.contentnode.migration.IMigrationPostprocessor
Performs post-processing on a folder following a tag type migration.
applyPostMigrationProcessing(Image, TagTypeMigrationRequest, NodeLogger) - Method in interface com.gentics.api.contentnode.migration.IMigrationPostprocessor
Performs post-processing on a image following a tag type migration.
applyPostMigrationProcessing(File, TagTypeMigrationRequest, NodeLogger) - Method in interface com.gentics.api.contentnode.migration.IMigrationPostprocessor
Performs post-processing on a file following a tag type migration.
applyPostMigrationProcessing(Page, TemplateMigrationRequest, NodeLogger) - Method in interface com.gentics.api.contentnode.migration.IMigrationPostprocessor
Performs post-processing on a page following a template migration.

C

cleanAfterRender() - Method in interface com.gentics.api.contentnode.parttype.ExtensiblePartType
Perform cleanup operations after rendering.
close() - Method in interface com.gentics.api.contentnode.publish.CnMapPublishHandler
This method is called once at the end of any publish process.
CnMapPublishException - Exception in com.gentics.api.contentnode.publish
Exception that may be thrown in instances of CnMapPublishHandler
CnMapPublishException() - Constructor for exception com.gentics.api.contentnode.publish.CnMapPublishException
Creates an instance of the exception without message or cause
CnMapPublishException(String) - Constructor for exception com.gentics.api.contentnode.publish.CnMapPublishException
Creates an instance of the exception with the given message
CnMapPublishException(Throwable) - Constructor for exception com.gentics.api.contentnode.publish.CnMapPublishException
Creates an instance of the exception with the given cause
CnMapPublishException(String, Throwable) - Constructor for exception com.gentics.api.contentnode.publish.CnMapPublishException
Creates an instance of the exception with the given message and cause
CnMapPublishHandler - Interface in com.gentics.api.contentnode.publish
Interface for specific implementations that add additional functionality to publish into a ContentRepository.
CnMapPublishHandler2 - Interface in com.gentics.api.contentnode.publish
Enhanced interface for publish handlers
com.gentics.api.contentnode.auth.filter - package com.gentics.api.contentnode.auth.filter
 
com.gentics.api.contentnode.migration - package com.gentics.api.contentnode.migration
 
com.gentics.api.contentnode.parttype - package com.gentics.api.contentnode.parttype
 
com.gentics.api.contentnode.publish - package com.gentics.api.contentnode.publish
 
commit() - Method in interface com.gentics.api.contentnode.publish.CnMapPublishHandler
This method is called at the end of a successful publish process
createObject(Resolvable) - Method in interface com.gentics.api.contentnode.publish.CnMapPublishHandler
This method is called for every object, which is created in the ContentRepository (was created/published since the last publish process into the respective ContentRepository).

D

deleteObject(Resolvable) - Method in interface com.gentics.api.contentnode.publish.CnMapPublishHandler
This method is called for every object, which is removed from the ContentRepository (was deleted or taken offline since the last publish run).
destroy() - Method in interface com.gentics.api.contentnode.publish.CnMapPublishHandler
This method is called at the end of the lifetime of this handler instance.
DS_ID - Static variable in interface com.gentics.api.contentnode.publish.CnMapPublishHandler
Constant for the key of the parameter passed to the init(Map) method holding the datasource ID Implementations can use this datasource ID to get a datasource instance via PortalConnectorFactory.createDatasource(String) or PortalConnectorFactory.createDatasource(Class, String).

E

ExtensiblePartType - Interface in com.gentics.api.contentnode.parttype
Interface for extended parttypes

I

IMigrationPostprocessor - Interface in com.gentics.api.contentnode.migration
Implementations of this interface can be configured during Tag migration to apply post-processing to migrated objects following the migration process.
IMigrationPreprocessor - Interface in com.gentics.api.contentnode.migration
Implementations of this interface can be configured during Tag migration to apply pre-processing to objects prior to the migration process.
IMigrationPreprocessor.Result - Enum in com.gentics.api.contentnode.migration
Possible result values for preprocessors
init(Map) - Method in interface com.gentics.api.contentnode.publish.CnMapPublishHandler
This method is called once for every configured instance to take the handler into service.

M

MigrationException - Exception in com.gentics.api.contentnode.migration
Exception that may be thrown in implementations of IMigrationPostprocessor
MigrationException() - Constructor for exception com.gentics.api.contentnode.migration.MigrationException
Creates an instance of the exception without message or cause
MigrationException(String) - Constructor for exception com.gentics.api.contentnode.migration.MigrationException
Creates an instance of the exception with the given message
MigrationException(Throwable) - Constructor for exception com.gentics.api.contentnode.migration.MigrationException
Creates an instance of the exception with the given cause
MigrationException(String, Throwable) - Constructor for exception com.gentics.api.contentnode.migration.MigrationException
Creates an instance of the exception with the given message and cause

O

open(long) - Method in interface com.gentics.api.contentnode.publish.CnMapPublishHandler
This method is called once for every configured instance for each publish run.

R

render() - Method in interface com.gentics.api.contentnode.parttype.ExtensiblePartType
Render the parttype
rollback() - Method in interface com.gentics.api.contentnode.publish.CnMapPublishHandler
This method is called at the end of a failed publish process

S

SsoUserCreatedCallback - Interface in com.gentics.api.contentnode.auth.filter
Callback to be executed when a new SSO user has been created.

U

updateObject(Resolvable) - Method in interface com.gentics.api.contentnode.publish.CnMapPublishHandler
This method is called for every object, which needs to be updated in the ContentRepository (was changed since the last publish process).
updateObject(Resolvable, Resolvable, Set<String>) - Method in interface com.gentics.api.contentnode.publish.CnMapPublishHandler2
This method is called for every object, which needs to be updated in the Content Repository.

V

valueOf(String) - Static method in enum com.gentics.api.contentnode.migration.IMigrationPreprocessor.Result
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.gentics.api.contentnode.migration.IMigrationPreprocessor.Result
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E I M O R S U V 
Skip navigation links

Copyright © 2024 Gentics Software GmbH. All rights reserved.