Uses of Interface
com.atlassian.confluence.importexport.xmlimport.Operation

Packages that use Operation
com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup. 
 

Uses of Operation in com.atlassian.confluence.importexport.xmlimport
 

Methods in com.atlassian.confluence.importexport.xmlimport that return types with arguments of type Operation
 List<Operation> OperationSet.getOperations()
           
 

Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type Operation
 void DeferredOperations.addDeferredOperation(Set<TransientHibernateHandle> waitingFor, Operation operation)
           
 void OperationSet.addOperation(Operation op)
           
 

Method parameters in com.atlassian.confluence.importexport.xmlimport with type arguments of type Operation
 void ImportProcessorContext.deferOperations(Map<TransientHibernateHandle,Set<Operation>> operations)
          Defer a set of operations until the objects they require have been imported.
 



Confluence is developed by Atlassian.