| Modifier and Type | Class and Description |
|---|---|
class |
ChainedImportedObjectPreProcessor
A container that runs an ImportedObject through multiple ImportedObjectPreProcessors in sequence.
|
| Modifier and Type | Method and Description |
|---|---|
ImportedObjectPreProcessor |
ImportContext.getPreProcessor() |
ImportedObjectPreProcessor |
DefaultImportContext.getPreProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultImportContext.setPreProcessor(ImportedObjectPreProcessor preProcessor) |
| Constructor and Description |
|---|
ChainedImportedObjectPreProcessor(List<ImportedObjectPreProcessor> processorList) |
| Modifier and Type | Class and Description |
|---|---|
class |
AttachmentContentStatusPreProcessor
Exports of upgraded attachments from Confluence 5.7 and lower may have a blank content status field for Attachment
objects.
|
class |
NotNullBandanaRecordPreProcessor |
class |
SkipObjectPreProcessor |
class |
SkipObjectPropertyPreProcessor |
| Modifier and Type | Method and Description |
|---|---|
ImportedObjectPreProcessor |
ImportProcessorContext.getPreProcessor() |
ImportedObjectPreProcessor |
BaseImportProcessorContext.getPreProcessor() |
| Modifier and Type | Method and Description |
|---|---|
ImportProcessorSummary |
XmlImporter.doImport(org.hibernate.Session session,
InputStreamFactory xmlStreamFactory,
ProgressMeter progress,
boolean incrementalImport,
ImportedObjectPreProcessor preProcessor)
Perform an XML import.
|
ImportProcessorSummary |
DefaultXmlImporter.doImport(org.hibernate.Session session,
InputStreamFactory xmlStreamFactory,
ProgressMeter meter,
boolean incrementalImport,
ImportedObjectPreProcessor preProcessor) |
ImportProcessorSummary |
XmlImporter.doImport(org.hibernate.Session session,
InputStreamFactory xmlStreamFactory,
ProgressMeter progress,
boolean incrementalImport,
ImportedObjectPreProcessor preProcessor,
Properties descriptor)
Perform an XML import.
|
ImportProcessorSummary |
DefaultXmlImporter.doImport(org.hibernate.Session session,
InputStreamFactory xmlStreamFactory,
ProgressMeter meter,
boolean incrementalImport,
ImportedObjectPreProcessor preProcessor,
Properties exportDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
BackupImporter.setPreProcessors(List<ImportedObjectPreProcessor> preProcessors) |
| Constructor and Description |
|---|
BaseImportProcessorContext(ProgressMeter meter,
boolean preserveIds,
ImportedObjectPreProcessor preProcessor,
ImportEntityHandleFactory handleFactory) |
HibernateImportProcessorContext(org.hibernate.engine.spi.SessionImplementor session,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
ProgressMeter meter,
boolean preserveIds,
ImportedObjectPreProcessor preProcessor,
Properties exportDescriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPrimitivePropertyImportPreProcessor
An abstract pre-processor for handling PrimitiveProperty property objects.
|
class |
ContentPropertyFilterPreProcessor
This preprocessor ensures that only few safe contentProperties can make it into the instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
SystemAdministrationPermissionBlocker
Prevents the import of
SpacePermissions of type "SYSTEMADMINISTRATOR". |
| Modifier and Type | Class and Description |
|---|---|
class |
BucketPropertySetItemPreprocessor
Collects users personal information in pre-processing phase.
|
class |
ConfluenceUserPreProcessor
An
ImportedObjectPreProcessor which generates a mapping of userkeys to usernames. |
class |
GroupPreprocessor
Handles renaming of groups from Confluence format (confluence-administrator,
confluence-users) to OnDemand group names (administrators, users)
|
class |
MembershipPreprocessor
This preprocessor collects information about users and groups memberships.
|
class |
PermissionsPreProcessor
Processes a permission import object, takes a group mapping to apply to any groups
encountered during the import.
|
class |
PersonalInformationPreprocessor
This preprocessor will filter out any PersonalInformation belonging to either
sysadmin
the user performing the import
|
class |
UserAttributePreprocessor
Collects Crowd users' attributes in the pre-processing phase.
|
class |
UserPreprocessor
Preprocessor for importing users.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BandanaWhiteListPreProcessor
Selects which Bandana entries should be imported, by using BandanaFilters.
|
class |
ImportWhiteListPreProcessor |
class |
InlineTaskBucketPropertySetItemPreProcessor
Filters out the BucketSetItem that is used to mark the last inline task in the edit mode, which is associated with
a draft.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBandanaImportPreProcessor |
class |
BandanaContextImportPreProcessor
Processes a Bandana import object, updates its value to the space key provided.
|
class |
BlackListContentPropertyPreProcessor
Prevent contentProperties which have blacklisted keys from being imported
|
class |
PermissionsImportPreProcessor
Processes a permission import object, takes a group mapping to apply to any groups
encountered during the import.
|
class |
SilentlyIgnoreDecoratorsSpaceImportPreProcessor
Only system administrators can create decorators, so this operation is not allowed using the Space Importer.
|
class |
SpaceImportPreProcessor
Processes a space import object, updates its space key to the new key provided.
|
class |
ValidateScopeSpaceImportPreProcessor
Checks the data we import is in the scope of the space.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImportedObjectPreProcessor> |
SpaceImportTaskRunnerImpl.buildStudioPreProcessorList(String oldSpaceKey,
String newSpaceKey,
ExportDescriptor exportDescriptor) |
Copyright © 2003–2017 Atlassian. All rights reserved.