Uses of Interface
com.atlassian.confluence.importexport.xmlimport.Operation
Packages that use Operation
Package
Description
Imports Confluence data from an XML backup.
-
Uses of Operation in com.atlassian.confluence.importexport.impl
Classes in com.atlassian.confluence.importexport.impl that implement OperationModifier and TypeClassDescriptionclassclassclass -
Uses of Operation in com.atlassian.confluence.importexport.xmlimport
Methods in com.atlassian.confluence.importexport.xmlimport that return types with arguments of type OperationMethods in com.atlassian.confluence.importexport.xmlimport with parameters of type OperationModifier and TypeMethodDescriptionvoidDeferredOperations.addDeferredOperation(PrimitiveId idProperty, Set<TransientHibernateHandle> waitingFor, Operation operation) Deprecated.voidOperationSet.addOperation(Operation op) Deprecated.voidDeferredOperationsLogger.logNewDeferredOperation(PrimitiveId idProperty, Set<TransientHibernateHandle> waitingFor, Operation operation) Deprecated.Method parameters in com.atlassian.confluence.importexport.xmlimport with type arguments of type OperationModifier and TypeMethodDescriptionvoidImportProcessorContext.deferOperations(PrimitiveId idProperty, Map<TransientHibernateHandle, Set<Operation>> operations) Deprecated.Defer a set of operations until the objects they require have been imported.