com.atlassian.confluence.importexport.xmlimport
Class OperationSet
java.lang.Object
com.atlassian.confluence.importexport.xmlimport.OperationSet
public class OperationSet
- extends Object
A mapping between a list of Operation
s, and the handles of all the objects that must be imported
for those operations to be performed.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperationSet
public OperationSet(Set<TransientHibernateHandle> waitingFor)
addOperation
public void addOperation(Operation op)
getWaitingFor
public Set getWaitingFor()
getOperations
public List<Operation> getOperations()