com.atlassian.confluence.importexport.xmlimport
Class OperationSet

java.lang.Object
  extended by com.atlassian.confluence.importexport.xmlimport.OperationSet

public class OperationSet
extends Object

A mapping between a list of Operations, and the handles of all the objects that must be imported for those operations to be performed.


Constructor Summary
OperationSet(Set<TransientHibernateHandle> waitingFor)
           
 
Method Summary
 void addOperation(Operation op)
           
 List<Operation> getOperations()
           
 Set getWaitingFor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationSet

public OperationSet(Set<TransientHibernateHandle> waitingFor)
Method Detail

addOperation

public void addOperation(Operation op)

getWaitingFor

public Set getWaitingFor()

getOperations

public List<Operation> getOperations()


Copyright © 2003-2012 Atlassian. All Rights Reserved.