Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
M
O
P
R
U
A
AbstractExtensiblePartType
- Class in
com.gentics.api.contentnode.parttype
Abstract base implementation of
ExtensiblePartType
.
AbstractExtensiblePartType()
- Constructor for class com.gentics.api.contentnode.parttype.
AbstractExtensiblePartType
applyPostMigrationProcessing(Template, TagTypeMigrationRequest, Logger)
- Method in interface com.gentics.api.contentnode.migration.
IMigrationPostprocessor
Performs post-processing on a template following a tag type migration.
applyPostMigrationProcessing(Page, TagTypeMigrationRequest, Logger)
- Method in interface com.gentics.api.contentnode.migration.
IMigrationPostprocessor
Performs post-processing on a page following a tag type migration.
applyPostMigrationProcessing(Folder, TagTypeMigrationRequest, Logger)
- Method in interface com.gentics.api.contentnode.migration.
IMigrationPostprocessor
Performs post-processing on a folder following a tag type migration.
applyPostMigrationProcessing(Image, TagTypeMigrationRequest, Logger)
- Method in interface com.gentics.api.contentnode.migration.
IMigrationPostprocessor
Performs post-processing on a image following a tag type migration.
applyPostMigrationProcessing(File, TagTypeMigrationRequest, Logger)
- Method in interface com.gentics.api.contentnode.migration.
IMigrationPostprocessor
Performs post-processing on a file following a tag type migration.
applyPostMigrationProcessing(Page, TemplateMigrationRequest, Logger)
- Method in interface com.gentics.api.contentnode.migration.
IMigrationPostprocessor
Performs post-processing on a page following a template migration.
C
cleanAfterRender()
- Method in class com.gentics.api.contentnode.parttype.
AbstractExtensiblePartType
cleanAfterRender()
- Method in interface com.gentics.api.contentnode.parttype.
ExtensiblePartType
Perform cleanup operations after rendering.
clearCache()
- Method in class com.gentics.api.contentnode.parttype.
AbstractExtensiblePartType
Clear the cache
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.
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
createCMSResolver()
- Method in class com.gentics.api.contentnode.parttype.
AbstractExtensiblePartType
Creates a new cms resolver and adds it to the stack.
createContext(boolean)
- Method in class com.gentics.api.contentnode.parttype.
AbstractExtensiblePartType
Get the context of the parttype.
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.
E
ExtensiblePartType
- Interface in
com.gentics.api.contentnode.parttype
Interface for extended parttypes
G
getCachedObject(Object)
- Method in class com.gentics.api.contentnode.parttype.
AbstractExtensiblePartType
Get the object cached for this parttype class with the given key
getCacheGroup()
- Method in class com.gentics.api.contentnode.parttype.
AbstractExtensiblePartType
Get the cache group name (=classname)
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.
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.
P
putObjectIntoCache(Object, Object)
- Method in class com.gentics.api.contentnode.parttype.
AbstractExtensiblePartType
Put the given object into the cache
R
removeObjectFromCache(Object)
- Method in class com.gentics.api.contentnode.parttype.
AbstractExtensiblePartType
Remove the object with the given key from the cache
render()
- Method in interface com.gentics.api.contentnode.parttype.
ExtensiblePartType
Render the parttype
resolve(String)
- Method in class com.gentics.api.contentnode.parttype.
AbstractExtensiblePartType
Helper method to resolve property paths in the context of the part
resolveToString(String)
- Method in class com.gentics.api.contentnode.parttype.
AbstractExtensiblePartType
Help method to resolve a property and return it's string representation.
rollback()
- Method in interface com.gentics.api.contentnode.publish.
CnMapPublishHandler
This method is called at the end of a failed publish process
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).
A
C
D
E
G
I
M
O
P
R
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2014
Gentics Software GmbH
. All Rights Reserved.